Helius
2022-08-27 c54f0c60faae496e0fd989b281b776b69b65a87a
src/main/java/cc/mrbird/febs/dapp/service/DappWalletService.java
@@ -19,13 +19,9 @@
    WalletInfoVo walletInfo();
    void change(WalletOperateDto walletOperateDto);
    List<DappFundFlowEntity> recordInPage(RecordInPageDto recordInPageDto);
    IPage<DappFundFlowEntity> fundFlowInPage(DappFundFlowEntity dappFundFlowEntity, QueryRequest request);
    void withdrawAgreeOrNot(Long id, int type);
    IPage<DappWalletCoinEntity> walletCoinInPage(DappWalletCoinEntity walletCoin, QueryRequest request);
    IPage<DappWalletMineEntity> walletMineInPage(DappWalletMineEntity walletMine, QueryRequest request);
@@ -35,13 +31,7 @@
    Long transfer(TransferDto transferDto);
    Map<String, BigDecimal> calPrice(PriceDto priceDto);
    ActiveNftListVo boxSurprise();
    void activeNft(ActiveDto activeDto);
    List<ActiveNftListVo> findUnActiveNftList();
    BigDecimal calPrice(PriceDto priceDto);
    void withdraw(WithdrawDto withdrawDto);