aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis CI <TravisCI@dexon.org>2019-03-14 11:09:38 +0800
committerTravis CI <TravisCI@dexon.org>2019-03-14 11:09:38 +0800
commitff8914ea206e374c6c3b807ff78fa0ce5287e78b (patch)
tree6ac734f0a5c0fe1d60756a0269fc9e1e12ff2211
parentbb250e17fb9a52dd52a9a8da79354c19c326eace (diff)
downloaddexon-wiki-ff8914ea206e374c6c3b807ff78fa0ce5287e78b.tar
dexon-wiki-ff8914ea206e374c6c3b807ff78fa0ce5287e78b.tar.gz
dexon-wiki-ff8914ea206e374c6c3b807ff78fa0ce5287e78b.tar.bz2
dexon-wiki-ff8914ea206e374c6c3b807ff78fa0ce5287e78b.tar.lz
dexon-wiki-ff8914ea206e374c6c3b807ff78fa0ce5287e78b.tar.xz
dexon-wiki-ff8914ea206e374c6c3b807ff78fa0ce5287e78b.tar.zst
dexon-wiki-ff8914ea206e374c6c3b807ff78fa0ce5287e78b.zip
Update Governance-Contract-Interface
-rw-r--r--Governance-Contract-Interface.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md
index 071aa5c..76ebc95 100644
--- a/Governance-Contract-Interface.md
+++ b/Governance-Contract-Interface.md
@@ -727,7 +727,7 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
"constant": false,
"inputs": [
{
- "name": "newOwner",
+ "name": "NewOwner",
"type": "address"
}
],
@@ -792,6 +792,20 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
"type": "function"
},
{
+ "constant": false,
+ "inputs": [
+ {
+ "name": "NewOwner",
+ "type": "address"
+ }
+ ],
+ "name": "transferNodeOwnership",
+ "outputs": [],
+ "payable": false,
+ "stateMutability": "nonpayable",
+ "type": "function"
+ },
+ {
"constant": true,
"inputs": [],
"name": "nodesLength",
@@ -1031,3 +1045,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]] -->