aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis CI <TravisCI@dexon.org>2019-04-10 15:26:53 +0800
committerTravis CI <TravisCI@dexon.org>2019-04-10 15:26:53 +0800
commitb92446a67b11f68b739c4db33ee7f31b421943d7 (patch)
tree92ffc9230540f9c230a52ce52dc61b41de7c809a
parent7ce1bf5922908f20b0e9078b0c3d4e6d293833b4 (diff)
downloaddexon-wiki-b92446a67b11f68b739c4db33ee7f31b421943d7.tar
dexon-wiki-b92446a67b11f68b739c4db33ee7f31b421943d7.tar.gz
dexon-wiki-b92446a67b11f68b739c4db33ee7f31b421943d7.tar.bz2
dexon-wiki-b92446a67b11f68b739c4db33ee7f31b421943d7.tar.lz
dexon-wiki-b92446a67b11f68b739c4db33ee7f31b421943d7.tar.xz
dexon-wiki-b92446a67b11f68b739c4db33ee7f31b421943d7.tar.zst
dexon-wiki-b92446a67b11f68b739c4db33ee7f31b421943d7.zip
Update Governance-Contract-Interface
-rw-r--r--Governance-Contract-Interface.md39
1 files changed, 20 insertions, 19 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md
index f2ba942..e158037 100644
--- a/Governance-Contract-Interface.md
+++ b/Governance-Contract-Interface.md
@@ -24,25 +24,6 @@ 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": "totalSupply",
"outputs": [
@@ -354,6 +335,25 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
"inputs": [
{
"name": "",
+ "type": "bytes32"
+ }
+ ],
+ "name": "dkgMasterPublicKeyOffset",
+ "outputs": [
+ {
+ "name": "",
+ "type": "uint256"
+ }
+ ],
+ "payable": false,
+ "stateMutability": "view",
+ "type": "function"
+ },
+ {
+ "constant": true,
+ "inputs": [
+ {
+ "name": "",
"type": "address"
}
],
@@ -1164,3 +1164,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]] -->