aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis CI <TravisCI@dexon.org>2019-01-16 18:44:53 +0800
committerTravis CI <TravisCI@dexon.org>2019-01-16 18:44:53 +0800
commit9ab0d6fa514eb60e6d8c560f262a0ca0b24904b9 (patch)
tree825f35cadbc0c4a739d1d7893f2a359b428bc846
parent25a70e19c7e6526f3359ce5cc0c0055256e314e2 (diff)
downloaddexon-wiki-9ab0d6fa514eb60e6d8c560f262a0ca0b24904b9.tar
dexon-wiki-9ab0d6fa514eb60e6d8c560f262a0ca0b24904b9.tar.gz
dexon-wiki-9ab0d6fa514eb60e6d8c560f262a0ca0b24904b9.tar.bz2
dexon-wiki-9ab0d6fa514eb60e6d8c560f262a0ca0b24904b9.tar.lz
dexon-wiki-9ab0d6fa514eb60e6d8c560f262a0ca0b24904b9.tar.xz
dexon-wiki-9ab0d6fa514eb60e6d8c560f262a0ca0b24904b9.tar.zst
dexon-wiki-9ab0d6fa514eb60e6d8c560f262a0ca0b24904b9.zip
Update Governance-Contract-Interface
-rw-r--r--Governance-Contract-Interface.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md
index c7ca016..65df587 100644
--- a/Governance-Contract-Interface.md
+++ b/Governance-Contract-Interface.md
@@ -1000,6 +1000,15 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
},
{
"constant": false,
+ "inputs": [],
+ "name": "ResetDKG",
+ "outputs": [],
+ "payable": false,
+ "stateMutability": "nonpayable",
+ "type": "function"
+ },
+ {
+ "constant": false,
"inputs": [
{
"name": "PublicKey",
@@ -1118,3 +1127,4 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
]
```
<!-- [[ABI AUTOGEN END]] -->
+<!-- [[ABI AUTOGEN END]] -->