| | |
| | | |
| | | void change(WalletOperateDto walletOperateDto); |
| | | |
| | | void withdraw(WalletOperateDto walletOperateDto); |
| | | |
| | | List<DappFundFlowEntity> recordInPage(RecordInPageDto recordInPageDto); |
| | | |
| | | IPage<DappFundFlowEntity> fundFlowInPage(DappFundFlowEntity dappFundFlowEntity, QueryRequest request); |
| | |
| | | |
| | | List<ActiveNftListVo> findUnActiveNftList(); |
| | | |
| | | void withdraw(@RequestBody WithdrawDto withdrawDto); |
| | | void withdraw(WithdrawDto withdrawDto); |
| | | |
| | | void updateWalletCoinWithLock(BigDecimal amount, Long memberId); |
| | | |
| | | void updateWalletMineWithLock(BigDecimal amount, Long memberId); |
| | | |
| | | } |