| | |
| | |
|
| | | public Result contractTransferToWalletCoin(BigDecimal balance, String symbol);
|
| | |
|
| | | public Result findWalletContractBySymbol();
|
| | | public Result findWalletContractBySymbol(String symbol);
|
| | |
|
| | | public Result findWalletCoinBySymbol(String symbol);
|
| | |
|
| | |
| | |
|
| | | public Result getWalletCoinBySymbol(String symbol);
|
| | |
|
| | | public Result getWalletAgentIntoRecords();
|
| | | public Result getWalletAgentIntoRecords(@Valid RecordsPageDto recordsPageDto);
|
| | |
|
| | | public Result getWalletCoinRecords(@Valid RecordsPageDto recordsPageDto);
|
| | |
|
| | |
| | |
|
| | | public Result getWalletAgentRecords(@Valid RecordsPageDto recordsPageDto);
|
| | |
|
| | | public Result getAllWalletCoin();
|
| | |
|
| | | public Result coinWalletTransferToContracts(BigDecimal balance, String symbol);
|
| | |
|
| | | public Result contractTransferToWalletCoins(BigDecimal balance, String symbol);
|
| | |
|
| | | public Result agentTransferToWalletCoins(BigDecimal balance, Integer transfertype, String symbol);
|
| | |
|
| | | public Result getContractSymbolList();
|
| | |
|
| | | public Result contractInTransfer(BigDecimal balance, String symbolIn, String symbolOut);
|
| | |
|
| | | }
|