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:
Federico Kunze Küllmer
2021-06-30 15:28:38 +00:00
committed by GitHub
parent 0113b4d2c0
commit 86e30e8fa3
24 changed files with 359 additions and 1085 deletions
File diff suppressed because one or more lines are too long
+4
View File
@@ -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