Class RippleAccountService

  • All Implemented Interfaces:
    ITransferFeeSource, org.knowm.xchange.service.account.AccountService, org.knowm.xchange.service.BaseService

    public class RippleAccountService
    extends RippleAccountServiceRaw
    implements org.knowm.xchange.service.account.AccountService
    • Constructor Detail

      • RippleAccountService

        public RippleAccountService​(org.knowm.xchange.Exchange exchange)
    • Method Detail

      • getAccountInfo

        public org.knowm.xchange.dto.account.AccountInfo getAccountInfo()
                                                                 throws IOException
        A wallet's currency will be prefixed with the issuing counterparty address for all currencies other than XRP.
        Specified by:
        getAccountInfo in interface org.knowm.xchange.service.account.AccountService
        Throws:
        IOException
      • createFundingHistoryParams

        public org.knowm.xchange.service.trade.params.TradeHistoryParams createFundingHistoryParams()
        Specified by:
        createFundingHistoryParams in interface org.knowm.xchange.service.account.AccountService