| | |
| | | |
| | | void withdraw(WithdrawDto withdrawDto); |
| | | |
| | | void updateWalletCoinWithLock(BigDecimal amount, Long memberId); |
| | | void updateWalletCoinWithLock(BigDecimal amount, Long memberId, int type); |
| | | |
| | | void updateWalletMineWithLock(BigDecimal amount, Long memberId); |
| | | void updateWalletMineWithLock(BigDecimal amount, Long memberId, int type); |
| | | |
| | | void addFrozenAmountWithLock(BigDecimal amount, Long memberId); |
| | | |
| | | void releaseFrozenAmountWithLock(Long memberId); |
| | | |
| | | DappWalletCoinEntity findByMemberId(Long memberId); |
| | | |
| | | void transferAgain(TransferDto transferDto); |
| | | |
| | | } |