diff options
author | Travis CI <TravisCI@dexon.org> | 2019-03-18 17:25:34 +0800 |
---|---|---|
committer | Travis CI <TravisCI@dexon.org> | 2019-03-18 17:25:34 +0800 |
commit | b1ec6948564ef7916c6e39a2a3d2e8ecfc7e2cf8 (patch) | |
tree | ce1aee5067969fb4b376a6837cf14e8eacd39aaa /Governance-Contract-Interface.md | |
parent | b402d480df64dc543b322672887b753a855af519 (diff) | |
download | dexon-wiki-b1ec6948564ef7916c6e39a2a3d2e8ecfc7e2cf8.tar dexon-wiki-b1ec6948564ef7916c6e39a2a3d2e8ecfc7e2cf8.tar.gz dexon-wiki-b1ec6948564ef7916c6e39a2a3d2e8ecfc7e2cf8.tar.bz2 dexon-wiki-b1ec6948564ef7916c6e39a2a3d2e8ecfc7e2cf8.tar.lz dexon-wiki-b1ec6948564ef7916c6e39a2a3d2e8ecfc7e2cf8.tar.xz dexon-wiki-b1ec6948564ef7916c6e39a2a3d2e8ecfc7e2cf8.tar.zst dexon-wiki-b1ec6948564ef7916c6e39a2a3d2e8ecfc7e2cf8.zip |
Update Governance-Contract-Interface
Diffstat (limited to 'Governance-Contract-Interface.md')
-rw-r--r-- | Governance-Contract-Interface.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md index 84e3aa2..dc0a3bb 100644 --- a/Governance-Contract-Interface.md +++ b/Governance-Contract-Interface.md @@ -24,6 +24,25 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan }, { "constant": true, + "inputs": [ + { + "name": "", + "type": "bytes32" + } + ], + "name": "dkgMasterPublicKeyProposed", + "outputs": [ + { + "name": "", + "type": "bool" + } + ], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": true, "inputs": [], "name": "dkgSetSize", "outputs": [ @@ -500,6 +519,25 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan "inputs": [ { "name": "", + "type": "bytes32" + } + ], + "name": "dkgComplaintsProposed", + "outputs": [ + { + "name": "", + "type": "bool" + } + ], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { + "constant": true, + "inputs": [ + { + "name": "", "type": "address" } ], @@ -1049,3 +1087,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]] --> |