aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]] -->