Interface AccountCurrenciesRequestParams

    • Method Detail

      • account

        Address account()
        A unique identifier for the account, most commonly the account's Address.
        Returns:
        The Address for the account.
      • ledgerSpecifier

        @Default
        default LedgerSpecifier ledgerSpecifier()
        Specifies the ledger version to request. A ledger version can be specified by ledger hash, numerical ledger index, or a shortcut value.
        Returns:
        A LedgerSpecifier specifying the ledger version to request.
      • strict

        @Derived
        default boolean strict()
        A boolean indicating if the account() field only accepts a public key or XRP Ledger Address. Always true, as account() is always an Address.
        Returns:
        true if the account field only accepts a public key or XRP Ledger address, otherwise false. Defaults to true.