forked from cerc-io/laconicd-deprecated
feat: use sdk.Int for TxData (#208)
* feat: use sdk.Int for TxData * c++ * fix * fix test * fix rpc * lint
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -16,6 +16,7 @@ paths:
|
||||
properties:
|
||||
balance:
|
||||
type: string
|
||||
format: int64
|
||||
description: balance is the balance of the EVM denomination.
|
||||
code_hash:
|
||||
type: string
|
||||
@@ -71,6 +72,7 @@ paths:
|
||||
properties:
|
||||
balance:
|
||||
type: string
|
||||
format: int64
|
||||
description: balance is the balance of the EVM denomination.
|
||||
description: >-
|
||||
QueryBalanceResponse is the response type for the Query/Balance
|
||||
@@ -10577,6 +10579,7 @@ definitions:
|
||||
properties:
|
||||
balance:
|
||||
type: string
|
||||
format: int64
|
||||
description: balance is the balance of the EVM denomination.
|
||||
code_hash:
|
||||
type: string
|
||||
@@ -10593,6 +10596,7 @@ definitions:
|
||||
properties:
|
||||
balance:
|
||||
type: string
|
||||
format: int64
|
||||
description: balance is the balance of the EVM denomination.
|
||||
description: >-
|
||||
QueryBalanceResponse is the response type for the Query/Balance RPC
|
||||
|
||||
Reference in New Issue
Block a user