| | |
| | |
|
| | | public Result getWalletCoin();
|
| | |
|
| | | public Result getWalletCoinById(Long id);
|
| | |
|
| | | public Result getWalletContractById();
|
| | |
|
| | | public Result coinWalletTransferToContract(BigDecimal balance, String symbol);
|
| | |
|
| | | public Result contractTransferToWalletCoin(BigDecimal balance, String symbol);
|
| | |
|
| | | public Result findWalletContractBySymbol(String symbol);
|
| | | public Result findWalletContractBySymbol();
|
| | |
|
| | | public Result findWalletCoinBySymbol(String symbol);
|
| | |
|
| | | public Result getWalletCoinRecords();
|
| | |
|
| | | public Result getWalletContractRecords(String symbol);
|
| | | public Result getWalletContractRecords();
|
| | |
|
| | | public Result getWalletAgentRecords();
|
| | |
|
| | |
| | |
|
| | | public Result findWalletAgentBySymbol();
|
| | |
|
| | | public Result getWalletCoinBySymbol(String symbol);
|
| | |
|
| | | }
|