Merge pull request #39 from vbaranov/core

Update KeysManager contract ABI
This commit is contained in:
Victor 2017-12-15 17:57:46 -08:00 committed by GitHub
commit fb23764364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 75 deletions

View File

@ -386,14 +386,6 @@
{
"name": "_initialKey",
"type": "address"
},
{
"name": "_votingKey",
"type": "address"
},
{
"name": "_payoutKey",
"type": "address"
}
],
"name": "getInitialKey",
@ -424,28 +416,14 @@
}
],
"name": "createKeys",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_key",
"type": "address"
},
{
"name": "_miningKey",
"type": "address"
}
],
"inputs": [],
"name": "initialKeysCount",
"outputs": [
{
@ -488,12 +466,7 @@
}
],
"name": "swapMiningKey",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
@ -532,54 +505,28 @@
"type": "function"
},
{
"inputs": [
{
"name": "_proxyStorage",
"type": "address"
},
{
"name": "_poaConsensus",
"type": "address"
},
{
"name": "_masterOfCeremony",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"constant": true,
"inputs": [],
"name": "masterOfCeremony",
"outputs": [
{
"name": "",
"type": "address"
}
]
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"anonymous": false,
"constant": true,
"inputs": [
{
"indexed": false,
"name": "_miningKey",
"type": "address"
},
{
"indexed": true,
"name": "miningKey",
"type": "address"
},
{
"indexed": false,
"name": "action",
"type": "string"
}
],
"name": "isPayoutActive",
"type": "function",
"constant": true,
"outputs": [
{
"name": "",
@ -587,31 +534,27 @@
}
],
"payable": false,
"stateMutability": "view"
"stateMutability": "view",
"type": "function"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "_proxyStorage",
"type": "address"
},
{
"indexed": true,
"name": "_poaConsensus",
"type": "address"
},
{
"indexed": false,
"name": "_masterOfCeremony",
"type": "address"
}
],
"name": "VotingKeyChanged",
"type": "constructor",
"payable": false,
"stateMutability": "nonpayable"
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
@ -669,11 +612,6 @@
"indexed": false,
"name": "action",
"type": "string"
},
{
"indexed": false,
"name": "initialKeysCount",
"type": "uint256"
}
],
"name": "MiningKeyChanged",