Interface AccountInfoRequestParams

    • Method Detail

      • 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.
      • queue

        @Default
        default boolean queue()
        If true, and the FeeEscalation amendment is enabled, also returns stats about queued transactions associated with this account. Can only be used when querying for the data from the current open ledger.
        Returns:
        true if queue transactions should be returned in the response, false if not. Defaults to false.
      • signerLists

        @Default
        default boolean signerLists()
        If true, and the MultiSign amendment is enabled, also returns any SignerListObjects associated with this account.
        Returns:
        true if signer lists should be returns, false if not. Defaults to true.