From 73d06f9da171e62f6b77c02c62fbf22bc42be32c Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 26 Apr 2019 10:03:17 +0000 Subject: Update Governance-Contract-Interface --- Governance-Contract-Interface.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 @@ -943,6 +943,24 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan "stateMutability": "nonpayable", "type": "function" }, + { + "constant": false, + "inputs": [ + { + "name": "OldOwner", + "type": "address" + }, + { + "name": "NewOwner", + "type": "address" + } + ], + "name": "transferNodeOwnershipByFoundation", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, { "constant": false, "inputs": [ @@ -1230,3 +1248,4 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan + -- cgit v1.2.3