aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis CI <TravisCI@dexon.org>2019-03-09 22:04:45 +0800
committerTravis CI <TravisCI@dexon.org>2019-03-09 22:04:45 +0800
commitd3cc56fbee93e8b275073e00ac0d71b68a3afa85 (patch)
treeffcf6af32d523ce876cf0bd6149914516e9fd395
parente82818fed33662745ef5ebf831ecbd7f8e0135f7 (diff)
downloaddexon-wiki-d3cc56fbee93e8b275073e00ac0d71b68a3afa85.tar
dexon-wiki-d3cc56fbee93e8b275073e00ac0d71b68a3afa85.tar.gz
dexon-wiki-d3cc56fbee93e8b275073e00ac0d71b68a3afa85.tar.bz2
dexon-wiki-d3cc56fbee93e8b275073e00ac0d71b68a3afa85.tar.lz
dexon-wiki-d3cc56fbee93e8b275073e00ac0d71b68a3afa85.tar.xz
dexon-wiki-d3cc56fbee93e8b275073e00ac0d71b68a3afa85.tar.zst
dexon-wiki-d3cc56fbee93e8b275073e00ac0d71b68a3afa85.zip
Update Governance-Contract-Interface
-rw-r--r--Governance-Contract-Interface.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md
index 5768810..bfd6ccb 100644
--- a/Governance-Contract-Interface.md
+++ b/Governance-Contract-Interface.md
@@ -183,6 +183,20 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
},
{
"constant": true,
+ "inputs": [],
+ "name": "crsRound",
+ "outputs": [
+ {
+ "name": "",
+ "type": "uint64"
+ }
+ ],
+ "payable": false,
+ "stateMutability": "view",
+ "type": "function"
+ },
+ {
+ "constant": true,
"inputs": [
{
"name": "",
@@ -248,6 +262,20 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
{
"constant": true,
"inputs": [],
+ "name": "dkgRound",
+ "outputs": [
+ {
+ "name": "",
+ "type": "uint64"
+ }
+ ],
+ "payable": false,
+ "stateMutability": "view",
+ "type": "function"
+ },
+ {
+ "constant": true,
+ "inputs": [],
"name": "totalStaked",
"outputs": [
{
@@ -1110,3 +1138,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]] -->