public class ConsensusService extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
Result |
createAgent(CreateAgentForm form) |
Result |
depositToAgent(DepositForm form) |
Result |
getDepositList(String agentHash) |
static ConsensusService |
getInstance() |
Result |
stopAgent(StopAgentForm form) |
Result |
withdraw(WithdrawForm form) |
public static ConsensusService getInstance()
public Result createAgent(CreateAgentForm form)
public Result stopAgent(StopAgentForm form)
public Result depositToAgent(DepositForm form)
public Result withdraw(WithdrawForm form)
Copyright © 2021. All rights reserved.