aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis CI <TravisCI@dexon.org>2019-03-10 16:24:31 +0800
committerTravis CI <TravisCI@dexon.org>2019-03-10 16:24:31 +0800
commit22ea3f64791d36241a45c56fd78e55ceeb272f89 (patch)
tree48b38f63615f3ab95260f45265a099c4974bf76c
parent47f8fcac6fa4ddaf37a8e6136ef911d77c7d7644 (diff)
downloaddexon-wiki-22ea3f64791d36241a45c56fd78e55ceeb272f89.tar
dexon-wiki-22ea3f64791d36241a45c56fd78e55ceeb272f89.tar.gz
dexon-wiki-22ea3f64791d36241a45c56fd78e55ceeb272f89.tar.bz2
dexon-wiki-22ea3f64791d36241a45c56fd78e55ceeb272f89.tar.lz
dexon-wiki-22ea3f64791d36241a45c56fd78e55ceeb272f89.tar.xz
dexon-wiki-22ea3f64791d36241a45c56fd78e55ceeb272f89.tar.zst
dexon-wiki-22ea3f64791d36241a45c56fd78e55ceeb272f89.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 e8af375..343e287 100644
--- a/Governance-Contract-Interface.md
+++ b/Governance-Contract-Interface.md
@@ -61,25 +61,6 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
},
{
"constant": true,
- "inputs": [
- {
- "name": "",
- "type": "uint256"
- }
- ],
- "name": "DKGResetCount",
- "outputs": [
- {
- "name": "",
- "type": "uint256"
- }
- ],
- "payable": false,
- "stateMutability": "view",
- "type": "function"
- },
- {
- "constant": true,
"inputs": [],
"name": "totalSupply",
"outputs": [
@@ -594,6 +575,25 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
"type": "function"
},
{
+ "constant": true,
+ "inputs": [
+ {
+ "name": "",
+ "type": "uint256"
+ }
+ ],
+ "name": "dkgResetCount",
+ "outputs": [
+ {
+ "name": "",
+ "type": "uint256"
+ }
+ ],
+ "payable": false,
+ "stateMutability": "view",
+ "type": "function"
+ },
+ {
"anonymous": false,
"inputs": [],
"name": "ConfigurationChanged",
@@ -1140,3 +1140,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]] -->