类 Route

java.lang.Object
pro.safeworld.swasdk.Request
pro.safeworld.swasdk.Route
直接已知子类:
Sdk

public class Route
extends Request
路由
  • 构造器详细资料

    • Route

      public Route​(User user)
      参数:
      user - User
  • 方法详细资料

    • QueryCoinConf

      public RespQueryCoinBody QueryCoinConf​(ReqQueryCoin coin)
      单个币种查询
      参数:
      coin - ReqQueryCoin
      返回:
      RespQueryCoinBody
    • QueryCoin

      public RespQueryCoinBody QueryCoin()
      查询全部币种
      返回:
      RespQueryCoinBody
    • QueryBalance

      public RespQueryBalanceBody QueryBalance​(java.util.HashSet<ReqQueryBalanceBodyInfo> reqQueryBalanceBodyInfos)
      查询余额
      参数:
      reqQueryBalanceBodyInfos - ReqQueryBalanceBodyInfo
      返回:
      RespQueryBalanceBody
    • GetDepositAddr

      public RespGetDepositAddrBody GetDepositAddr​(java.util.HashSet<ReqGetDepositAddrBodyInfo> reqGetDepositAddrBodyInfoHashSet)
      获取充值地址
      参数:
      reqGetDepositAddrBodyInfoHashSet - ReqGetDepositAddrBodyInfo
      返回:
      RespGetDepositAddrBody
    • GetDepositHistory

      public RespGetDepositHistoryBody GetDepositHistory​(ReqGetDepositHistory reqGetDepositHistory)
      获取充值记录
      参数:
      reqGetDepositHistory - ReqGetDepositHistory
      返回:
      RespGetDepositHistoryBody
    • QueryIsInternalAddr

      public RespQueryIsInternalAddrBody QueryIsInternalAddr​(ReqQueryIsInternalAddr reqQueryIsInternalAddr)
      内部地址查询
      参数:
      reqQueryIsInternalAddr - ReqQueryIsInternalAddr
      返回:
      RespQueryIsInternalAddrBody
    • SubmitWithdraw

      public RespSubmitWithdrawBody SubmitWithdraw​(ReqSubmitWithdraw reqSubmitWithdraw)
      提交提币工单
      参数:
      reqSubmitWithdraw - ReqSubmitWithdraw
      返回:
      RespSubmitWithdrawBody
    • ValidateWithdraw

      public RespData ValidateWithdraw​(ReqSubmitWithdraw reqSubmitWithdraw)
      提币预校验接口
      参数:
      reqSubmitWithdraw - ReqSubmitWithdraw
      返回:
      RespData
    • QueryWithdrawStatus

      public RespQueryWithdrawStatusBody QueryWithdrawStatus​(ReqQueryWithdrawStatus reqQueryWithdrawStatus)
      查询提币工单状态
      参数:
      reqQueryWithdrawStatus - ReqQueryWithdrawStatus
      返回:
      RespQueryWithdrawStatusBody
    • QueryWithdrawHistory

      public RespQueryWithdrawHistoryBody QueryWithdrawHistory​(ReqQueryWithdrawHistory reqQueryWithdrawHistory)
      查询提币记录
      参数:
      reqQueryWithdrawHistory - ReqQueryWithdrawHistory
      返回:
      RespQueryWithdrawHistoryBody
    • WithdrawCancel

      public RespData WithdrawCancel​(ReqWithdrawCancel reqWithdrawCancel)
      取消提币接口
      参数:
      reqWithdrawCancel - ReqWithdrawCancel
      返回:
      RespData
    • BlockHeight

      public RespBlockHeightBody BlockHeight​(ReqBlockHeight reqBlockHeight)
      查询币种节点高度
      参数:
      reqBlockHeight - ReqBlockHeight
      返回:
      RespBlockHeightBody
    • getHost

      public java.lang.String getHost()
      从类复制的说明: Request
      获取host
      指定者:
      getHost 在类中 Request
      返回:
      String