aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei-Ning Huang <aitjcize@gmail.com>2018-11-18 16:32:16 +0800
committerWei-Ning Huang <aitjcize@gmail.com>2018-11-18 16:32:16 +0800
commit4f46c83039959cea4639b93a04c0f3f762a70c2d (patch)
tree5d4154cb0dafa3f92598a10e1ac6a36b8e7b8b02
parent6ab5d0f46f75168cecbcd3cf9a1276119b8e9f34 (diff)
downloaddexon-wiki-4f46c83039959cea4639b93a04c0f3f762a70c2d.tar
dexon-wiki-4f46c83039959cea4639b93a04c0f3f762a70c2d.tar.gz
dexon-wiki-4f46c83039959cea4639b93a04c0f3f762a70c2d.tar.bz2
dexon-wiki-4f46c83039959cea4639b93a04c0f3f762a70c2d.tar.lz
dexon-wiki-4f46c83039959cea4639b93a04c0f3f762a70c2d.tar.xz
dexon-wiki-4f46c83039959cea4639b93a04c0f3f762a70c2d.tar.zst
dexon-wiki-4f46c83039959cea4639b93a04c0f3f762a70c2d.zip
Updated Governance Contract Interface (markdown)
-rw-r--r--Governance-Contract-Interface.md61
1 files changed, 61 insertions, 0 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md
index 3648387..9f44997 100644
--- a/Governance-Contract-Interface.md
+++ b/Governance-Contract-Interface.md
@@ -8,6 +8,29 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
[
{
"constant": true,
+ "inputs": [
+ {
+ "name": "",
+ "type": "address"
+ },
+ {
+ "name": "",
+ "type": "address"
+ }
+ ],
+ "name": "delegatorsOffset",
+ "outputs": [
+ {
+ "name": "",
+ "type": "uint256"
+ }
+ ],
+ "payable": false,
+ "stateMutability": "view",
+ "type": "function"
+ },
+ {
+ "constant": true,
"inputs": [],
"name": "blockReward",
"outputs": [
@@ -246,6 +269,25 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
},
{
"constant": true,
+ "inputs": [
+ {
+ "name": "",
+ "type": "address"
+ }
+ ],
+ "name": "nodesOffset",
+ "outputs": [
+ {
+ "name": "",
+ "type": "uint256"
+ }
+ ],
+ "payable": false,
+ "stateMutability": "view",
+ "type": "function"
+ },
+ {
+ "constant": true,
"inputs": [],
"name": "lambdaDKG",
"outputs": [
@@ -562,6 +604,25 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
"type": "function"
},
{
+ "constant": true,
+ "inputs": [
+ {
+ "name": "NodeAddress",
+ "type": "address"
+ }
+ ],
+ "name": "delegatorsLength",
+ "outputs": [
+ {
+ "name": "",
+ "type": "uint256"
+ }
+ ],
+ "payable": false,
+ "stateMutability": "view",
+ "type": "function"
+ },
+ {
"constant": false,
"inputs": [
{