...
1.3 给P2P Node的接口
1.3.1 保持心跳
代码块 |
---|
rooch::state_channel::keep_alive_state_channel_entry |
类型参数:
类型参数 | 约束 | 描述 |
---|---|---|
| store | 状态类型 |
...
关闭某个状态通道,同时触发状态通道结算。
1.3.2 创建提案
代码块 |
---|
rooch::state_channel::create_proposal_entry |
类型参数:
...
提案Action | 提案描述 |
---|---|
SettlementAction | 结算 |
PunishAction | 惩罚 |
1.3.3 对提案进行投票
代码块 |
---|
rooch::state_channel:vote_proposal_entry |
类型参数:
类型参数 | 约束 | 描述 |
---|---|---|
| store | 状态类型 |
...
无
业务逻辑:
对提案投票。
1.3.4 执行提案
代码块 |
---|
rooch::state_channel:execute_proposal_entry |
类型参数:
...