diff options
author | Travis CI <TravisCI@dexon.org> | 2019-03-29 12:56:50 +0800 |
---|---|---|
committer | Travis CI <TravisCI@dexon.org> | 2019-03-29 12:56:50 +0800 |
commit | f13bb3f84d233d08e3b4ae62b02a3872492caed2 (patch) | |
tree | a3b63666a97202c095e6277d8aaaae9ca91b4bd0 | |
parent | 317c6686da4a3340bc6ea829ab9b5f92e2bb3501 (diff) | |
download | dexon-wiki-f13bb3f84d233d08e3b4ae62b02a3872492caed2.tar.gz dexon-wiki-f13bb3f84d233d08e3b4ae62b02a3872492caed2.tar.zst dexon-wiki-f13bb3f84d233d08e3b4ae62b02a3872492caed2.zip |
Update Governance-Contract-Interface
-rw-r--r-- | Governance-Contract-Interface.md | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md index e227ac7..139d79f 100644 --- a/Governance-Contract-Interface.md +++ b/Governance-Contract-Interface.md @@ -943,10 +943,6 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan "constant": false, "inputs": [ { - "name": "Round", - "type": "uint256" - }, - { "name": "Complaint", "type": "bytes" } @@ -961,10 +957,6 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan "constant": false, "inputs": [ { - "name": "Round", - "type": "uint256" - }, - { "name": "PublicKey", "type": "bytes" } @@ -979,10 +971,6 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan "constant": false, "inputs": [ { - "name": "Round", - "type": "uint256" - }, - { "name": "MPKReady", "type": "bytes" } @@ -997,10 +985,6 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan "constant": false, "inputs": [ { - "name": "Round", - "type": "uint256" - }, - { "name": "Finalize", "type": "bytes" } @@ -1159,3 +1143,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]] --> |