Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/WeBankBlockchain-Governance-Auth/gov.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,9 @@ deploy AuthManager 2 ["0x1","0x2", "0x3"] [1,2,3] 4

### executeAddGovernorReq

说明:执行请求
说明:执行添加治理委员会成员的请求

调用要求:当前调用者为治理委员会成员;待添加账户已经生成了添加请求
调用要求:当前调用者为治理委员会成员;待添加账户已经生成了添加请求,且请求已被投票通过

### requestRemoveGovernor

Expand Down Expand Up @@ -462,11 +462,11 @@ deploy AuthManager 2 ["0x1","0x2", "0x3"] [1,2,3] 4
返回值:
- address[]: 所有待移除的成员名单

### executeAddGovernorReq
### executeRemoveGovernorReq

说明:执行请求
说明:执行删除治理委员会成员的请求

调用要求:当前调用者为治理委员会成员;待添加账户已经生成了添加请求
调用要求:当前调用者为治理委员会成员;待添加账户已经生成了添加请求,且请求已被投票通过

## 常量表

Expand All @@ -481,7 +481,7 @@ deploy AuthManager 2 ["0x1","0x2", "0x3"] [1,2,3] 4
- 创建组:3
- 添加账户到组:4
- 关联函数到组:5
- 组内移除函数:6
- 组内移除用户函数:6
- 取消函数和组关联:7

## 集成Sdk
Expand Down Expand Up @@ -654,4 +654,4 @@ function add(uint256 a, uint256 b) public pure returns(uint256){}
那么它的函数签名为:
```
add(uint256,uint256)
```
```