diff options
author | Travis CI <TravisCI@dexon.org> | 2019-03-09 22:21:12 +0800 |
---|---|---|
committer | Travis CI <TravisCI@dexon.org> | 2019-03-09 22:21:12 +0800 |
commit | 47f8fcac6fa4ddaf37a8e6136ef911d77c7d7644 (patch) | |
tree | 8fec461ce64a46ecaf0deca57707bf36a71e4587 | |
parent | d3cc56fbee93e8b275073e00ac0d71b68a3afa85 (diff) | |
download | dexon-wiki-47f8fcac6fa4ddaf37a8e6136ef911d77c7d7644.tar.gz dexon-wiki-47f8fcac6fa4ddaf37a8e6136ef911d77c7d7644.tar.zst dexon-wiki-47f8fcac6fa4ddaf37a8e6136ef911d77c7d7644.zip |
Update Governance-Contract-Interface
-rw-r--r-- | Governance-Contract-Interface.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md index bfd6ccb..e8af375 100644 --- a/Governance-Contract-Interface.md +++ b/Governance-Contract-Interface.md @@ -188,7 +188,7 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan "outputs": [ { "name": "", - "type": "uint64" + "type": "uint256" } ], "payable": false, @@ -266,7 +266,7 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan "outputs": [ { "name": "", - "type": "uint64" + "type": "uint256" } ], "payable": false, @@ -1139,3 +1139,4 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan <!-- [[ABI AUTOGEN END]] --> <!-- [[ABI AUTOGEN END]] --> <!-- [[ABI AUTOGEN END]] --> +<!-- [[ABI AUTOGEN END]] --> |