aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis CI <TravisCI@dexon.org>2019-03-19 13:53:23 +0800
committerTravis CI <TravisCI@dexon.org>2019-03-19 13:53:23 +0800
commite04dab5c44870697ad4af148c7e393d412b15909 (patch)
treec79aab42f7532ac440c0d72d9a0efa590980dee3
parentf339f79cd97b2f7a2559ceaba18ccee134c20c46 (diff)
downloaddexon-wiki-e04dab5c44870697ad4af148c7e393d412b15909.tar
dexon-wiki-e04dab5c44870697ad4af148c7e393d412b15909.tar.gz
dexon-wiki-e04dab5c44870697ad4af148c7e393d412b15909.tar.bz2
dexon-wiki-e04dab5c44870697ad4af148c7e393d412b15909.tar.lz
dexon-wiki-e04dab5c44870697ad4af148c7e393d412b15909.tar.xz
dexon-wiki-e04dab5c44870697ad4af148c7e393d412b15909.tar.zst
dexon-wiki-e04dab5c44870697ad4af148c7e393d412b15909.zip
Update Governance-Contract-Interface
-rw-r--r--Governance-Contract-Interface.md35
1 files changed, 34 insertions, 1 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md
index dc0a3bb..d34db7d 100644
--- a/Governance-Contract-Interface.md
+++ b/Governance-Contract-Interface.md
@@ -127,6 +127,20 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
{
"constant": true,
"inputs": [],
+ "name": "notaryParamBeta",
+ "outputs": [
+ {
+ "name": "",
+ "type": "uint256"
+ }
+ ],
+ "payable": false,
+ "stateMutability": "view",
+ "type": "function"
+ },
+ {
+ "constant": true,
+ "inputs": [],
"name": "miningVelocity",
"outputs": [
{
@@ -182,6 +196,20 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
},
{
"constant": true,
+ "inputs": [],
+ "name": "notaryParamAlpha",
+ "outputs": [
+ {
+ "name": "",
+ "type": "uint256"
+ }
+ ],
+ "payable": false,
+ "stateMutability": "view",
+ "type": "function"
+ },
+ {
+ "constant": true,
"inputs": [
{
"name": "",
@@ -803,7 +831,11 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
"type": "uint256"
},
{
- "name": "NotarySetSize",
+ "name": "NotaryParamAlpha",
+ "type": "uint256"
+ },
+ {
+ "name": "NotaryParamBeta",
"type": "uint256"
},
{
@@ -1088,3 +1120,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]] -->