aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Governance-Contract-Interface.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md
index f891246..7078955 100644
--- a/Governance-Contract-Interface.md
+++ b/Governance-Contract-Interface.md
@@ -947,6 +947,24 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
"constant": false,
"inputs": [
{
+ "name": "OldOwner",
+ "type": "address"
+ },
+ {
+ "name": "NewOwner",
+ "type": "address"
+ }
+ ],
+ "name": "transferNodeOwnershipByFoundation",
+ "outputs": [],
+ "payable": false,
+ "stateMutability": "nonpayable",
+ "type": "function"
+ },
+ {
+ "constant": false,
+ "inputs": [
+ {
"name": "NewPublicKey",
"type": "bytes"
}
@@ -1230,3 +1248,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]] -->