提交 1d761b2f authored 作者: 崔大师's avatar 崔大师

update

上级 8a5d75f5
[ [
{ {
"desc": "查询委员会成员地址数组", "desc": "查询委员会所有成员",
"constant": true, "constant": true,
"inputs": [], "inputs": [],
"name": "getCommitees", "name": "getCommitees",
...@@ -30,32 +30,6 @@ ...@@ -30,32 +30,6 @@
"stateMutability": "nonpayable", "stateMutability": "nonpayable",
"type": "function" "type": "function"
}, },
{
"desc": "根据交易ID查询委员是否确认",
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256",
"desc": "交易ID"
},
{
"name": "",
"type": "address",
"desc": "委员地址"
}
],
"name": "confirmations",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{ {
"desc": "根据交易ID查询交易数据", "desc": "根据交易ID查询交易数据",
"constant": true, "constant": true,
...@@ -113,7 +87,7 @@ ...@@ -113,7 +87,7 @@
"type": "function" "type": "function"
}, },
{ {
"desc": "确认交易", "desc": "根据交易ID确认交易",
"constant": false, "constant": false,
"inputs": [ "inputs": [
{ {
......
[ [
{ {
"desc": "查询是否拥有暂停权",
"constant": true, "constant": true,
"inputs": [ "inputs": [
{ {
...@@ -9,7 +10,6 @@ ...@@ -9,7 +10,6 @@
} }
], ],
"name": "isPauser", "name": "isPauser",
"desc": "查询是否拥有暂停权",
"outputs": [ "outputs": [
{ {
"name": "", "name": "",
...@@ -36,16 +36,6 @@ ...@@ -36,16 +36,6 @@
"stateMutability": "nonpayable", "stateMutability": "nonpayable",
"type": "function" "type": "function"
}, },
{
"desc": "撤销当前账户的暂停权",
"constant": false,
"inputs": [],
"name": "renouncePauser",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{ {
"desc": "暂停合约", "desc": "暂停合约",
"constant": false, "constant": false,
...@@ -81,48 +71,6 @@ ...@@ -81,48 +71,6 @@
"stateMutability": "view", "stateMutability": "view",
"type": "function" "type": "function"
}, },
{
"constant": true,
"desc": "根据索引查询委员会成员地址",
"inputs": [
{
"desc": "成员索引",
"name": "",
"type": "uint256"
}
],
"name": "commitees",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"desc": "查询账户是否属于委员会成员",
"constant": true,
"inputs": [
{
"desc": "账户地址",
"name": "",
"type": "address"
}
],
"name": "isCommitee",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{ {
"desc": "移除委员会成员", "desc": "移除委员会成员",
"constant": false, "constant": false,
...@@ -245,20 +193,5 @@ ...@@ -245,20 +193,5 @@
"payable": false, "payable": false,
"stateMutability": "view", "stateMutability": "view",
"type": "function" "type": "function"
},
{
"desc": "查询账户是否属于账户拥有者",
"constant": true,
"inputs": [],
"name": "isOwner",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
} }
] ]
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论