Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
MultiSignUser
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
崔大师
MultiSignUser
Commits
1d761b2f
提交
1d761b2f
authored
7月 15, 2020
作者:
崔大师
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
8a5d75f5
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
3 行增加
和
97 行删除
+3
-97
TUEMultiSign.json
TUEMultiSign.json
+2
-28
TUEMultiSignAdmin.json
TUEMultiSignAdmin.json
+1
-69
没有找到文件。
TUEMultiSign.json
浏览文件 @
1d761b2f
[
[
{
{
"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"
:
[
{
{
...
...
TUEMultiSignAdmin.json
浏览文件 @
1d761b2f
[
[
{
{
"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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论