forked from cerc-io/laconicd-deprecated
@@ -390,7 +390,7 @@ QueryAccountResponse is the response type for the Query/Account RPC method.
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| `balance` | [int64](#int64) | | balance is the balance of the EVM denomination. |
|
||||
| `balance` | [string](#string) | | balance is the balance of the EVM denomination. |
|
||||
| `code_hash` | [string](#string) | | code hash is the hex-formatted code bytes from the EOA. |
|
||||
| `nonce` | [uint64](#uint64) | | nonce is the account's sequence number. |
|
||||
|
||||
@@ -422,7 +422,7 @@ QueryBalanceResponse is the response type for the Query/Balance RPC method.
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| `balance` | [int64](#int64) | | balance is the balance of the EVM denomination. |
|
||||
| `balance` | [string](#string) | | balance is the balance of the EVM denomination. |
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user