diff options
author | Travis CI <TravisCI@dexon.org> | 2019-04-18 12:11:50 +0800 |
---|---|---|
committer | Travis CI <TravisCI@dexon.org> | 2019-04-18 12:11:50 +0800 |
commit | 3d0a2fc8a75b7c5eded7b430f17f3d9aa2175529 (patch) | |
tree | c801bf902d949fe1f99ea6dedde0e71d82a53c72 /Governance-Contract-Interface.md | |
parent | 5b5c95367209752e840f4651aa2b999a6c5d9b5e (diff) | |
download | dexon-wiki-3d0a2fc8a75b7c5eded7b430f17f3d9aa2175529.tar dexon-wiki-3d0a2fc8a75b7c5eded7b430f17f3d9aa2175529.tar.gz dexon-wiki-3d0a2fc8a75b7c5eded7b430f17f3d9aa2175529.tar.bz2 dexon-wiki-3d0a2fc8a75b7c5eded7b430f17f3d9aa2175529.tar.lz dexon-wiki-3d0a2fc8a75b7c5eded7b430f17f3d9aa2175529.tar.xz dexon-wiki-3d0a2fc8a75b7c5eded7b430f17f3d9aa2175529.tar.zst dexon-wiki-3d0a2fc8a75b7c5eded7b430f17f3d9aa2175529.zip |
Update Governance-Contract-Interface
Diffstat (limited to 'Governance-Contract-Interface.md')
-rw-r--r-- | Governance-Contract-Interface.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md index 55bc734..f015e95 100644 --- a/Governance-Contract-Interface.md +++ b/Governance-Contract-Interface.md @@ -1122,6 +1122,20 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan "type": "function" }, { + "constant": true, + "inputs": [], + "name": "withdrawable", + "outputs": [ + { + "name": "", + "type": "bool" + } + ], + "payable": false, + "stateMutability": "view", + "type": "function" + }, + { "constant": false, "inputs": [ { @@ -1214,3 +1228,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]] --> |