Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractSignatureService<P> - Class in org.xrpl.xrpl4j.crypto.signing
-
An abstract implementation of
SignatureServicewith common functionality that subclasses can utilize. - AbstractSignatureService(AbstractTransactionSigner<P>, AbstractTransactionVerifier) - Constructor for class org.xrpl.xrpl4j.crypto.signing.AbstractSignatureService
-
Required-args Constructor, for testing.
- AbstractSignatureService(SignatureUtils) - Constructor for class org.xrpl.xrpl4j.crypto.signing.AbstractSignatureService
-
Required-args Constructor.
- AbstractTransactionSigner<P> - Class in org.xrpl.xrpl4j.crypto.signing
-
An abstract implementation of
SignatureServicewith common functionality that subclasses can utilize. - AbstractTransactionSigner(SignatureUtils) - Constructor for class org.xrpl.xrpl4j.crypto.signing.AbstractTransactionSigner
-
Required-args Constructor.
- AbstractTransactionVerifier - Class in org.xrpl.xrpl4j.crypto.signing
-
An abstract implementation of
TransactionVerifier. - AbstractTransactionVerifier(SignatureUtils) - Constructor for class org.xrpl.xrpl4j.crypto.signing.AbstractTransactionVerifier
-
Required-args Constructor.
- accepted() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult
-
The value
trueindicates that the transaction was applied, queued, broadcast, or kept for later. - accepted() - Method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitResult
-
The value
trueindicates that the transaction was applied, queued, broadcast, or kept for later. - accepted(boolean) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult.Builder
-
Initializes the value for the
acceptedattribute. - ACCEPTED - Static variable in class org.xrpl.xrpl4j.model.flags.CredentialFlags
-
Constant
CredentialFlagsfor thelsfAcceptedflag. - acceptedCredentials() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject
-
The credentials that are accepted by the domain.
- acceptedCredentials() - Method in interface org.xrpl.xrpl4j.model.ledger.PermissionedDomainObject
-
The credentials that are accepted by the domain.
- acceptedCredentials() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet
-
The credentials that are accepted by the domain.
- acceptedCredentials() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject
-
The credentials that are accepted by the domain.
- acceptedCredentials() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaPermissionedDomainObject
-
The credentials that are accepted by the domain.
- acceptedCredentials() - Method in interface org.xrpl.xrpl4j.model.transactions.PermissionedDomainSet
-
The credentials that are accepted by the domain.
- acceptedCredentials(Iterable<? extends CredentialWrapper>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject.Builder
-
Sets or replaces all elements for
acceptedCredentialslist. - acceptedCredentials(Iterable<? extends CredentialWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Sets or replaces all elements for
acceptedCredentialslist. - acceptedCredentials(Iterable<? extends MetaCredentialWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject.Builder
-
Sets or replaces all elements for
acceptedCredentialslist. - AcceptLedgerResult - Interface in org.xrpl.xrpl4j.model.client.admin
-
Result from a "advance_ledger" rippled admin API call.
- account() - Method in interface org.xrpl.xrpl4j.codec.binary.types.Hop
- account() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableHop
- account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsRequestParams
-
The unique
Addressfor the account. - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsResult
-
The
Addressof the source/owner of theAccountChannelsResult.channels(). - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountCurrenciesRequestParams
-
A unique identifier for the account, most commonly the account's
Address. - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountInfoRequestParams
-
A unique
Addressfor the account. - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesRequestParams
-
The unique
Addressfor the account. - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesResult
-
The unique
Addressfor the account that made the request. - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountNftsRequestParams
-
The unique
Addressfor the account. - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountNftsResult
-
The unique
Addressfor the account that made the request. - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams
-
The unique XRPL
Addressfor the account. - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsResult
-
The unique
Addressfor the account that made the request. - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountOffersRequestParams
-
A unique identifier for the account, most commonly the account's
Address. - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountOffersResult
-
Unique
Addressidentifying the account that made the offers. - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsRequestParams
-
A unique
Addressfor the account. - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsResult
-
Unique Address identifying the related account.
- account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesRequestParams
-
The unique
Addressfor the account, which should be an issuer. - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesResult
-
The
Addressof the account that issued the balances. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams
-
The unique
Addressfor the account. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult
-
The
Addressof the source/owner of theImmutableAccountChannelsResult.channels(). - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesRequestParams
-
A unique identifier for the account, most commonly the account's
Address. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoRequestParams
-
A unique
Addressfor the account. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams
-
The unique
Addressfor the account. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult
-
The unique
Addressfor the account that made the request. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsRequestParams
-
The unique
Addressfor the account. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult
-
The unique
Addressfor the account that made the request. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams
-
The unique XRPL
Addressfor the account. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult
-
The unique
Addressfor the account that made the request. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams
-
A unique identifier for the account, most commonly the account's
Address. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult
-
Unique
Addressidentifying the account that made the offers. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams
-
A unique
Addressfor the account. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult
-
Unique Address identifying the related account.
- account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesRequestParams
-
The unique
Addressfor the account, which should be an issuer. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult
-
The
Addressof the account that issued the balances. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject
-
The
Addressof the owner of the channel. - account() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
The unique
Addressof the counterparty to this trust line. - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.PaymentChannelResultObject
-
The
Addressof the owner of the channel. - account() - Method in interface org.xrpl.xrpl4j.model.client.accounts.TrustLine
-
The unique
Addressof the counterparty to this trust line. - account() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfo
-
The address of the special account that holds this AMM's assets.
- account() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoAuctionSlot
-
The current owner of this auction slot.
- account() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoAuthAccount
-
The address of the authorized account.
- account() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoVoteEntry
-
The address of the LP who voted.
- account() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo
-
The address of the special account that holds this AMM's assets.
- account() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot
-
The current owner of this auction slot.
- account() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuthAccount
-
The address of the authorized account.
- account() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoVoteEntry
-
The address of the LP who voted.
- account() - Method in interface org.xrpl.xrpl4j.model.client.ledger.DelegateLedgerEntryParams
-
The account that wants to authorize another account (the delegating account).
- account() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDelegateLedgerEntryParams
-
The account that wants to authorize another account (the delegating account).
- account() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableMpTokenLedgerEntryParams
-
The account that owns the
MpTokenObject. - account() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOfferLedgerEntryParams
-
The account that placed the offer.
- account() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOracleLedgerEntryParams
- account() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutablePermissionedDomainLedgerEntryParams
-
The owner of the permissioned domain.
- account() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableTicketLedgerEntryParams
-
The owner of the Ticket.
- account() - Method in interface org.xrpl.xrpl4j.model.client.ledger.MpTokenLedgerEntryParams
-
The account that owns the
MpTokenObject. - account() - Method in interface org.xrpl.xrpl4j.model.client.ledger.OfferLedgerEntryParams
-
The account that placed the offer.
- account() - Method in interface org.xrpl.xrpl4j.model.client.ledger.OracleLedgerEntryParams
- account() - Method in interface org.xrpl.xrpl4j.model.client.ledger.PermissionedDomainLedgerEntryParams
-
The owner of the permissioned domain.
- account() - Method in interface org.xrpl.xrpl4j.model.client.ledger.TicketLedgerEntryParams
-
The owner of the Ticket.
- account() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken
-
The account that owns the MPToken.
- account() - Method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersMpToken
-
The account that owns the MPToken.
- account() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersOffer
-
The sender of the
OfferObject. - account() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
The sender of the
OfferObject. - account() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
The unique classic
Addressof this account. - account() - Method in interface org.xrpl.xrpl4j.model.ledger.AmmObject
-
The address of the special account that holds this AMM's assets.
- account() - Method in interface org.xrpl.xrpl4j.model.ledger.AuctionSlot
-
The current owner of this auction slot.
- account() - Method in interface org.xrpl.xrpl4j.model.ledger.AuthAccount
-
The address of the account.
- account() - Method in interface org.xrpl.xrpl4j.model.ledger.BridgeObject
-
The account that owns this object.
- account() - Method in interface org.xrpl.xrpl4j.model.ledger.CheckObject
-
The sender of the
CheckObject. - account() - Method in interface org.xrpl.xrpl4j.model.ledger.DelegateObject
-
The account that wants to authorize another account.
- account() - Method in interface org.xrpl.xrpl4j.model.ledger.DepositPreAuthObject
-
The account that granted the preauthorization.
- account() - Method in interface org.xrpl.xrpl4j.model.ledger.DidObject
-
The account that controls the DID.
- account() - Method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
The
Addressof the owner (sender) of this held payment. - account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
The unique classic
Addressof this account. - account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject
-
The address of the special account that holds this AMM's assets.
- account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot
-
The current owner of this auction slot.
- account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccount
-
The address of the account.
- account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject
-
The account that owns this object.
- account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject
-
The sender of the
CheckObject. - account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject
-
The account that wants to authorize another account.
- account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject
-
The account that granted the preauthorization.
- account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject
-
The account that controls the DID.
- account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
The
Addressof the owner (sender) of this held payment. - account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject
-
The
Addressof the owner of this MPToken. - account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
The sender of the
OfferObject. - account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
The source
Addressthat owns this payment channel. - account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerEntry
-
An XRP Ledger classic
Addresswhose signature contributes to the multi-signature. - account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject
-
The account that owns this Ticket.
- account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableVoteEntry
-
The address of the LP who voted.
- account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject
-
The account that owns this object.
- account() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject
-
The account that owns this object.
- account() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenObject
-
The
Addressof the owner of this MPToken. - account() - Method in interface org.xrpl.xrpl4j.model.ledger.OfferObject
-
The sender of the
OfferObject. - account() - Method in interface org.xrpl.xrpl4j.model.ledger.PayChannelObject
-
The source
Addressthat owns this payment channel. - account() - Method in interface org.xrpl.xrpl4j.model.ledger.SignerEntry
-
An XRP Ledger classic
Addresswhose signature contributes to the multi-signature. - account() - Method in interface org.xrpl.xrpl4j.model.ledger.TicketObject
-
The account that owns this Ticket.
- account() - Method in interface org.xrpl.xrpl4j.model.ledger.VoteEntry
-
The address of the LP who voted.
- account() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedClaimIdObject
-
The account that owns this object.
- account() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedCreateAccountClaimIdObject
-
The account that owns this object.
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.BatchSigner
-
The account address of the signer.
- account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSigner
-
The account address of the signer.
- account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn
-
Indicates the
Addressof the account that submitted this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
Indicates the AccountID of the account that initiated the transaction.
- account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePathStep
- account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSigner
-
The
Addressassociated with this signature, as it appears in the signer list. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify
-
This field is overridden in this class because of a bug in rippled that causes this field to be missing in API responses.
- account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge
-
The unique
Addressof the account that initiated this transaction. - account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
The unique classic
Addressof this account. - account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject
-
The address of the special account that holds this AMM's assets.
- account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot
-
The current owner of this auction slot.
- account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccount
-
The address of the account.
- account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject
-
The account that owns this object.
- account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject
-
The sender of the
MetaCheckObject. - account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject
-
The account that wants to authorize another account.
- account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject
-
The account that granted the preauthorization.
- account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject
-
The account that controls the DID.
- account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
The
Addressof the owner (sender) of this held payment. - account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject
- account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject
-
The sender of the
MetaOfferObject. - account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject
-
The source
Addressthat owns this payment channel. - account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerEntry
-
An XRP Ledger classic
Addresswhose signature contributes to the multi-signature. - account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject
-
The account that owns this Ticket.
- account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaVoteEntry
-
The address of the LP who voted.
- account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject
-
The account that owns this object.
- account() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject
-
The account that owns this object.
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAccountRootObject
-
The unique classic
Addressof this account. - account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAmmObject
-
The address of the special account that holds this AMM's assets.
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAuctionSlot
-
The current owner of this auction slot.
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAuthAccount
-
The address of the account.
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaBridgeObject
-
The account that owns this object.
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCheckObject
-
The sender of the
MetaCheckObject. - account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDelegateObject
-
The account that wants to authorize another account.
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDepositPreAuthObject
-
The account that granted the preauthorization.
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDidObject
-
The account that controls the DID.
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaEscrowObject
-
The
Addressof the owner (sender) of this held payment. - account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenObject
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOfferObject
-
The sender of the
MetaOfferObject. - account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaPayChannelObject
-
The source
Addressthat owns this payment channel. - account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaSignerEntry
-
An XRP Ledger classic
Addresswhose signature contributes to the multi-signature. - account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaTicketObject
-
The account that owns this Ticket.
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaVoteEntry
-
The address of the LP who voted.
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainOwnedClaimIdObject
-
The account that owns this object.
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainOwnedCreateAccountClaimIdObject
-
The account that owns this object.
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenBurn
-
Indicates the
Addressof the account that submitted this transaction. - account() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenCreateOffer
-
Indicates the AccountID of the account that initiated the transaction.
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.PathStep
- account() - Method in interface org.xrpl.xrpl4j.model.transactions.Signer
-
The
Addressassociated with this signature, as it appears in the signer list. - account() - Method in interface org.xrpl.xrpl4j.model.transactions.Transaction
-
The unique
Addressof the account that initiated this transaction. - account() - Method in interface org.xrpl.xrpl4j.model.transactions.UnlModify
-
This field is overridden in this class because of a bug in rippled that causes this field to be missing in API responses.
- account(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableHop.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends JsonNode>) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableHop.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePathStep.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaVoteEntry.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject.Builder
-
Initializes the optional value
accountto account. - account(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesRequestParams.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoRequestParams.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsRequestParams.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesRequestParams.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuthAccount.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoVoteEntry.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDelegateLedgerEntryParams.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableMpTokenLedgerEntryParams.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOfferLedgerEntryParams.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOracleLedgerEntryParams.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutablePermissionedDomainLedgerEntryParams.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableTicketLedgerEntryParams.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccount.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerEntry.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableVoteEntry.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSigner.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePathStep.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSigner.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccount.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerEntry.Builder
-
Initializes the value for the
accountattribute. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaVoteEntry.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject.Builder
-
Initializes the optional value
accountto account. - account(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject.Builder
-
Initializes the optional value
accountto account. - ACCOUNT_CHANNELS - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the account_channels rippled API method.
- ACCOUNT_CURRENCIES - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the account_currencies rippled API method.
- ACCOUNT_DELETE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theAccountDeletetransaction. - ACCOUNT_DOMAIN_SET - Enum constant in enum org.xrpl.xrpl4j.model.transactions.GranularPermission
-
Permission to modify the domain of an account.
- ACCOUNT_EMAIL_HASH_SET - Enum constant in enum org.xrpl.xrpl4j.model.transactions.GranularPermission
-
Permission to modify the EmailHash of an account.
- ACCOUNT_ID - Enum constant in enum org.xrpl.xrpl4j.codec.addresses.Version
- ACCOUNT_INFO - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the account_info rippled API method.
- ACCOUNT_LINES - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the account_lines rippled API method.
- ACCOUNT_MESSAGE_KEY_SET - Enum constant in enum org.xrpl.xrpl4j.model.transactions.GranularPermission
-
Permission to modify the MessageKey of an account.
- ACCOUNT_NFTS - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the account_nfts rippled API method.
- ACCOUNT_OBJECTS - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the account_objects rippled API method.
- ACCOUNT_OFFERS - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the account_offers rippled API method.
- ACCOUNT_ONE - Static variable in interface org.xrpl.xrpl4j.model.AddressConstants
-
An address that is the XRP Ledger's base58 encoding of the value 1.
- ACCOUNT_PUBLIC_KEY - Enum constant in enum org.xrpl.xrpl4j.codec.addresses.Version
- ACCOUNT_ROOT - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforAccountRootledger objects. - ACCOUNT_ROOT - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- ACCOUNT_SECRET_KEY - Enum constant in enum org.xrpl.xrpl4j.codec.addresses.Version
- ACCOUNT_SET - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theAccountSettransaction. - ACCOUNT_TICK_SIZE_SET - Enum constant in enum org.xrpl.xrpl4j.model.transactions.GranularPermission
-
Permission to modify the TickSize of an account.
- ACCOUNT_TRANSFER_RATE_SET - Enum constant in enum org.xrpl.xrpl4j.model.transactions.GranularPermission
-
Permission to modify the TransferRate of an account.
- ACCOUNT_TX - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the account_tx rippled API method.
- ACCOUNT_TXN_ID - Enum constant in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
Track the ID of this account's most recent transaction.
- ACCOUNT_ZERO - Static variable in interface org.xrpl.xrpl4j.model.AddressConstants
-
An address that is the XRP Ledger's base58 encoding of the value 0.
- ACCOUNT_ZERO - Static variable in interface org.xrpl.xrpl4j.model.transactions.UnlModify
- AccountChannelsRequestParams - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Request parameters for the account_channels rippled method.
- AccountChannelsResult - Interface in org.xrpl.xrpl4j.model.client.accounts
-
The result of an account_channels rippled call.
- AccountCurrenciesRequestParams - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Request parameters for the account_currencies rippled method.
- AccountCurrenciesResult - Interface in org.xrpl.xrpl4j.model.client.accounts
-
The result of an account_currencies rippled call.
- accountData() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountInfoResult
-
The
AccountRootObjectledger object with this account's information, as stored in the ledger. - accountData() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoResult
-
The
AccountRootObjectledger object with this account's information, as stored in the ledger. - accountData(AccountRootObject) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoResult.Builder
-
Initializes the value for the
accountDataattribute. - AccountDelete - Interface in org.xrpl.xrpl4j.model.transactions
-
An
AccountDeletetransaction deletes an account and any objects it owns in the XRP Ledger, if possible, sending the account's remaining XRP to a specified destination account. - accountHash() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader
-
The SHA-512Half of this ledger's state tree information.
- accountHash() - Method in interface org.xrpl.xrpl4j.model.ledger.LedgerHeader
-
The SHA-512Half of this ledger's state tree information.
- accountHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Initializes the optional value
accountHashto accountHash. - accountHash(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Initializes the optional value
accountHashto accountHash. - accountId() - Method in interface org.xrpl.xrpl4j.codec.addresses.DecodedXAddress
-
The Account ID of the X-Address.
- accountId() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
-
The Account ID of the X-Address.
- accountId(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress.Builder
-
Initializes the value for the
accountIdattribute. - AccountIdType - Class in org.xrpl.xrpl4j.codec.binary.types
-
Codec for XRPL AccountID type.
- AccountIdType() - Constructor for class org.xrpl.xrpl4j.codec.binary.types.AccountIdType
- AccountIdType(UnsignedByteArray) - Constructor for class org.xrpl.xrpl4j.codec.binary.types.AccountIdType
- AccountInfoRequestParams - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Request parameters for the "account_info" API method.
- AccountInfoResult - Interface in org.xrpl.xrpl4j.model.client.accounts
-
The result of an "account_info" rippled API call, containing information about a given account on the XRP Ledger.
- AccountLinesRequestParams - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Request parameters for the "account_lines" rippled API method.
- AccountLinesResult - Interface in org.xrpl.xrpl4j.model.client.accounts
-
The result of an "account_lines" rippled API method call.
- accountNfts() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountNftsResult
-
All the NFTs currently owned by the specified account.
- accountNfts() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult
-
All the NFTs currently owned by the specified account.
- accountNfts(Iterable<? extends NfTokenObject>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Sets or replaces all elements for
accountNftslist. - AccountNftsRequestParams - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Request parameters for the "account_ntfs" rippled API method.
- AccountNftsResult - Interface in org.xrpl.xrpl4j.model.client.accounts
-
The result of an "account_nfts" rippled API method call.
- accountObjects() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsResult
- accountObjects() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult
- accountObjects(Iterable<? extends LedgerObject>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Sets or replaces all elements for
accountObjectslist. - AccountObjectsRequestParams - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Represents the request parameters for an "account_objects" rippled API call.
- AccountObjectsRequestParams.AccountObjectType - Enum in org.xrpl.xrpl4j.model.client.accounts
-
The enum Account object type.
- AccountObjectsResult - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Represents the result of an "account_objects" rippled API call.
- AccountOffersRequestParams - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Request parameters for the account_offers rippled method.
- AccountOffersResult - Interface in org.xrpl.xrpl4j.model.client.accounts
-
The result of an account_offers rippled call.
- accountRoot() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up an
AccountRootObjectbyAddress. - accountRoot() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up an
AccountRootObjectbyAddress. - accountRoot(Address, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests anAccountRootObjectledger entry by address. - AccountRootFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of static
Flagswhich can be set onAccountSettransactions. - AccountRootObject - Interface in org.xrpl.xrpl4j.model.ledger
-
Represents the AccountRoot ledger object, which describes a single account, its settings, and XRP balance.
- accounts() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams
-
If true, return information on accounts in the ledger.
- accounts() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateAccounts
-
The
Addresses of the accounts linked by theRippleStateObject. - accounts() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateLedgerEntryParams
-
A
RippleStateLedgerEntryParams.RippleStateAccountscontaining the two accounts linked by theRippleStateObject. - accounts() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerRequestParams
-
If true, return information on accounts in the ledger.
- accounts() - Method in interface org.xrpl.xrpl4j.model.client.ledger.RippleStateLedgerEntryParams
-
A
RippleStateLedgerEntryParams.RippleStateAccountscontaining the two accounts linked by theRippleStateObject. - accounts() - Method in interface org.xrpl.xrpl4j.model.client.ledger.RippleStateLedgerEntryParams.RippleStateAccounts
-
The
Addresses of the accounts linked by theRippleStateObject. - accounts(boolean) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams.Builder
-
Initializes the value for the
accountsattribute. - accounts(Iterable<? extends Address>) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateAccounts.Builder
-
Sets or replaces all elements for
accountslist. - accounts(RippleStateLedgerEntryParams.RippleStateAccounts) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateLedgerEntryParams.Builder
-
Initializes the value for the
accountsattribute. - accountSequenceAvailable() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult
-
The next Sequence number available for the sending account after all pending and queued transactions.
- accountSequenceAvailable() - Method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitResult
-
The next Sequence number available for the sending account after all pending and queued transactions.
- accountSequenceAvailable(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult.Builder
-
Initializes the value for the
accountSequenceAvailableattribute. - accountSequenceNext() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult
-
The next Sequence number for the sending account after all transactions that have been provisionally applied, but not transactions in the queue.
- accountSequenceNext() - Method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitResult
-
The next Sequence number for the sending account after all transactions that have been provisionally applied, but not transactions in the queue.
- accountSequenceNext(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult.Builder
-
Initializes the value for the
accountSequenceNextattribute. - AccountSet - Interface in org.xrpl.xrpl4j.model.transactions
-
An
AccountSettransaction modifies the properties of an account in the XRP Ledger. - AccountSet.AccountSetFlag - Enum in org.xrpl.xrpl4j.model.transactions
-
There are several options which can be either enabled or disabled for an account.
- AccountSetTransactionFlags - Class in org.xrpl.xrpl4j.model.flags
-
TransactionFlagsforAccountSettransactions. - AccountSetTransactionFlags.Builder - Class in org.xrpl.xrpl4j.model.flags
-
A builder class for
AccountSetTransactionFlags. - accountTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
The identifying hash of the transaction most recently sent by this account.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
The identifying hash of the transaction most recently sent by this account.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge
-
Hash value identifying another transaction.
- accountTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
The identifying hash of the transaction most recently sent by this account.
- accountTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAccountRootObject
-
The identifying hash of the transaction most recently sent by this account.
- accountTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.Transaction
-
Hash value identifying another transaction.
- accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - accountTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
accountTransactionIdto accountTransactionId. - AccountTransactionsRequestParams - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Request parameters for the account_tx rippled method.
- AccountTransactionsRequestParamsDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom deserializer for
AccountTransactionsRequestParams. - AccountTransactionsRequestParamsDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.AccountTransactionsRequestParamsDeserializer
-
No-args constructor.
- AccountTransactionsResult - Interface in org.xrpl.xrpl4j.model.client.accounts
-
The result of an account_tx rippled call.
- AccountTransactionsTransaction<T> - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Represents a transaction that is returned as part of the result of an
account_txrippled method call. - AccountTransactionsTransactionDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson Deserializer for
AccountTransactionsTransactions. - AccountTransactionsTransactionDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.AccountTransactionsTransactionDeserializer
-
No-args constructor.
- AccountTransactionsTransactionResult<T> - Interface in org.xrpl.xrpl4j.model.client.accounts
-
The transaction that gets returned as part of a response to the account_tx rippled method.
- addAcceptedCredentials(CredentialWrapper) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject.Builder
-
Adds one element to
acceptedCredentialslist. - addAcceptedCredentials(CredentialWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Adds one element to
acceptedCredentialslist. - addAcceptedCredentials(CredentialWrapper...) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject.Builder
-
Adds elements to
acceptedCredentialslist. - addAcceptedCredentials(CredentialWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Adds elements to
acceptedCredentialslist. - addAcceptedCredentials(MetaCredentialWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject.Builder
-
Adds one element to
acceptedCredentialslist. - addAcceptedCredentials(MetaCredentialWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject.Builder
-
Adds elements to
acceptedCredentialslist. - addAccountNfts(NfTokenObject) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Adds one element to
accountNftslist. - addAccountNfts(NfTokenObject...) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Adds elements to
accountNftslist. - addAccountObjects(LedgerObject) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Adds one element to
accountObjectslist. - addAccountObjects(LedgerObject...) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Adds elements to
accountObjectslist. - addAccounts(Address) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateAccounts.Builder
-
Adds one element to
accountslist. - addAccounts(Address...) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateAccounts.Builder
-
Adds elements to
accountslist. - addAdditionalBooks(BookWrapper) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Adds one element to
additionalBookslist. - addAdditionalBooks(BookWrapper) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Adds one element to
additionalBookslist. - addAdditionalBooks(BookWrapper...) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Adds elements to
additionalBookslist. - addAdditionalBooks(BookWrapper...) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Adds elements to
additionalBookslist. - addAdditionalBooks(MetaBookWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Adds one element to
additionalBookslist. - addAdditionalBooks(MetaBookWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Adds elements to
additionalBookslist. - addAffectedNodes(AffectedNode) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Adds one element to
affectedNodeslist. - addAffectedNodes(AffectedNode...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Adds elements to
affectedNodeslist. - addAllAcceptedCredentials(Iterable<? extends CredentialWrapper>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject.Builder
-
Adds elements to
acceptedCredentialslist. - addAllAcceptedCredentials(Iterable<? extends CredentialWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Adds elements to
acceptedCredentialslist. - addAllAcceptedCredentials(Iterable<? extends MetaCredentialWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject.Builder
-
Adds elements to
acceptedCredentialslist. - addAllAccountNfts(Iterable<? extends NfTokenObject>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Adds elements to
accountNftslist. - addAllAccountObjects(Iterable<? extends LedgerObject>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Adds elements to
accountObjectslist. - addAllAccounts(Iterable<? extends Address>) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateAccounts.Builder
-
Adds elements to
accountslist. - addAllAdditionalBooks(Iterable<? extends BookWrapper>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Adds elements to
additionalBookslist. - addAllAdditionalBooks(Iterable<? extends BookWrapper>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Adds elements to
additionalBookslist. - addAllAdditionalBooks(Iterable<? extends MetaBookWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Adds elements to
additionalBookslist. - addAllAffectedNodes(Iterable<? extends AffectedNode>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Adds elements to
affectedNodeslist. - addAllAlternatives(Iterable<? extends PathAlternative>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult.Builder
-
Adds elements to
alternativeslist. - addAllAuthAccounts(Iterable<? extends AmmInfoAuthAccount>) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot.Builder
-
Adds elements to
authAccountslist. - addAllAuthAccounts(Iterable<? extends AuthAccountWrapper>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot.Builder
-
Adds elements to
authAccountslist. - addAllAuthAccounts(Iterable<? extends AuthAccountWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Adds elements to
authAccountslist. - addAllAuthAccounts(Iterable<? extends MetaAuthAccountWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot.Builder
-
Adds elements to
authAccountslist. - addAllAuthorizeCredentials(Iterable<? extends CredentialWrapper>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject.Builder
-
Adds elements to
authorizeCredentialslist. - addAllAuthorizeCredentials(Iterable<? extends CredentialWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Adds elements to
authorizeCredentialslist. - addAllAuthorizeCredentials(Iterable<? extends MetaCredentialWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject.Builder
-
Adds elements to
authorizeCredentialslist. - addAllAuthorizedCredentials(Iterable<? extends DepositPreAuthCredential>) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams.Builder
-
Adds elements to
authorizedCredentialslist. - addAllBalances(Iterable<? extends GatewayBalancesIssuedCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesObligations.Builder
-
Adds elements to
balanceslist. - addAllBatchSigners(Iterable<? extends BatchSignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Adds elements to
batchSignerslist. - addAllChannels(Iterable<? extends PaymentChannelResultObject>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Adds elements to
channelslist. - addAllCompleteLedgers(Iterable<? extends Range<UnsignedLong>>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo.Builder
-
Adds elements to
completeLedgerslist. - addAllCompleteLedgers(Iterable<? extends Range<UnsignedLong>>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Adds elements to
completeLedgerslist. - addAllCompleteLedgers(Iterable<? extends Range<UnsignedLong>>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Adds elements to
completeLedgerslist. - addAllCredentialIds(Iterable<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Adds elements to
credentialIdslist. - addAllCredentialIds(Iterable<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Adds elements to
credentialIdslist. - addAllCredentialIds(Iterable<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Adds elements to
credentialIdslist. - addAllCredentialIds(Iterable<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Adds elements to
credentialIdslist. - addAllCredentials(Iterable<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedRequestParams.Builder
-
Adds elements to
credentialslist. - addAllCredentials(Iterable<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult.Builder
-
Adds elements to
credentialslist. - addAllDestinationCurrencies(Iterable<String>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult.Builder
-
Adds elements to
destinationCurrencieslist. - addAllFields(Iterable<? extends List<JsonNode>>) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableDefinitions.Builder
-
Adds elements to
fieldslist. - addAllHotWallets(Iterable<? extends Address>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesRequestParams.Builder
-
Adds elements to
hotWalletsset. - addAllJobTypes(Iterable<? extends ServerInfo.JobType>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLoad.Builder
-
Adds elements to
jobTypeslist. - addAllLines(Iterable<? extends TrustLine>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Adds elements to
lineslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Adds elements to
memoslist. - addAllMemos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Adds elements to
memoslist. - addAllMpTokens(Iterable<? extends MptHoldersMpToken>) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse.Builder
-
Adds elements to
mpTokenslist. - addAllNfTokenIds(Iterable<? extends NfTokenId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Adds elements to
nfTokenIdslist. - addAllNfTokens(Iterable<? extends NfTokenWrapper>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject.Builder
-
Adds elements to
nfTokenslist. - addAllNfTokens(Iterable<? extends NfTokenWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject.Builder
-
Adds elements to
nfTokenslist. - addAllOffers(Iterable<? extends OfferResultObject>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Adds elements to
offerslist. - addAllOffers(Iterable<? extends BuyOffer>) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult.Builder
-
Adds elements to
offerslist. - addAllOffers(Iterable<? extends SellOffer>) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult.Builder
-
Adds elements to
offerslist. - addAllOffers(Iterable<? extends BookOffersOffer>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult.Builder
-
Adds elements to
offerslist. - addAllOracles(Iterable<? extends OracleLedgerEntryParams>) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceRequestParams.Builder
-
Adds elements to
oracleslist. - addAllPaths(Iterable<? extends List<PathStep>>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Adds elements to
pathslist. - addAllPathsComputed(Iterable<? extends List<PathStep>>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathAlternative.Builder
-
Adds elements to
pathsComputedlist. - addAllPermissions(Iterable<? extends PermissionWrapper>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject.Builder
-
Adds elements to
permissionslist. - addAllPermissions(Iterable<? extends PermissionWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Adds elements to
permissionslist. - addAllPriceDataSeries(Iterable<? extends PriceDataWrapper>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject.Builder
-
Adds elements to
priceDataSerieslist. - addAllPriceDataSeries(Iterable<? extends PriceDataWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Adds elements to
priceDataSerieslist. - addAllPriceDataSeries(Iterable<? extends PriceDataWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject.Builder
-
Adds elements to
priceDataSerieslist. - addAllRawTransactions(Iterable<? extends RawTransactionWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Adds elements to
rawTransactionslist. - addAllReceiveCurrencies(Iterable<String>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult.Builder
-
Adds elements to
receiveCurrencieslist. - addAllSendCurrencies(Iterable<String>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult.Builder
-
Adds elements to
sendCurrencieslist. - addAllSignerEntries(Iterable<? extends SignerEntryWrapper>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject.Builder
-
Adds elements to
signerEntrieslist. - addAllSignerEntries(Iterable<? extends SignerEntryWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Adds elements to
signerEntrieslist. - addAllSignerEntries(Iterable<? extends MetaSignerEntryWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject.Builder
-
Adds elements to
signerEntrieslist. - addAllSignerLists(Iterable<? extends SignerListObject>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Adds elements to
signerListslist. - addAllSignerLists(Iterable<? extends MetaSignerListObject>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Adds elements to
signerListslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSigner.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Adds elements to
signerslist. - addAllSigners(Iterable<? extends SignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Adds elements to
signerslist. - addAllSignerSet(Iterable<? extends Signer>) - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableMultiSignedTransaction.Builder
-
Adds elements to
signerSetset. - addAllSourceCurrencies(Iterable<? extends PathCurrency>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams.Builder
-
Adds elements to
sourceCurrencieslist. - addAllTokenOffers(Iterable<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Adds elements to
tokenOfferslist. - addAllTransactions(Iterable<? extends AccountTransactionsTransactionResult<? extends Transaction>>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult.Builder
-
Adds elements to
transactionslist. - addAllTransactions(Iterable<? extends QueueTransaction>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData.Builder
-
Adds elements to
transactionslist. - addAllTransactions(Iterable<? extends TransactionResult<? extends Transaction>>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Adds elements to
transactionslist. - addAllUnauthorizeCredentials(Iterable<? extends CredentialWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Adds elements to
unauthorizeCredentialslist. - addAllVoteSlots(Iterable<? extends AmmInfoVoteEntry>) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo.Builder
-
Adds elements to
voteSlotslist. - addAllVoteSlots(Iterable<? extends VoteEntryWrapper>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject.Builder
-
Adds elements to
voteSlotslist. - addAllVoteSlots(Iterable<? extends MetaVoteEntryWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject.Builder
-
Adds elements to
voteSlotslist. - addAllXChainClaimAttestations(Iterable<? extends XChainClaimAttestation>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject.Builder
-
Adds elements to
xChainClaimAttestationslist. - addAllXChainClaimAttestations(Iterable<? extends MetaXChainClaimAttestation>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject.Builder
-
Adds elements to
xChainClaimAttestationslist. - addAllXChainCreateAccountAttestations(Iterable<? extends XChainCreateAccountAttestation>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject.Builder
-
Adds elements to
xChainCreateAccountAttestationslist. - addAllXChainCreateAccountAttestations(Iterable<? extends MetaXChainCreateAccountAttestation>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject.Builder
-
Adds elements to
xChainCreateAccountAttestationslist. - addAlternatives(PathAlternative) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult.Builder
-
Adds one element to
alternativeslist. - addAlternatives(PathAlternative...) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult.Builder
-
Adds elements to
alternativeslist. - addAuthAccounts(AmmInfoAuthAccount) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot.Builder
-
Adds one element to
authAccountslist. - addAuthAccounts(AmmInfoAuthAccount...) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot.Builder
-
Adds elements to
authAccountslist. - addAuthAccounts(AuthAccountWrapper) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot.Builder
-
Adds one element to
authAccountslist. - addAuthAccounts(AuthAccountWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Adds one element to
authAccountslist. - addAuthAccounts(AuthAccountWrapper...) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot.Builder
-
Adds elements to
authAccountslist. - addAuthAccounts(AuthAccountWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Adds elements to
authAccountslist. - addAuthAccounts(MetaAuthAccountWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot.Builder
-
Adds one element to
authAccountslist. - addAuthAccounts(MetaAuthAccountWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot.Builder
-
Adds elements to
authAccountslist. - addAuthorizeCredentials(CredentialWrapper) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject.Builder
-
Adds one element to
authorizeCredentialslist. - addAuthorizeCredentials(CredentialWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Adds one element to
authorizeCredentialslist. - addAuthorizeCredentials(CredentialWrapper...) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject.Builder
-
Adds elements to
authorizeCredentialslist. - addAuthorizeCredentials(CredentialWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Adds elements to
authorizeCredentialslist. - addAuthorizeCredentials(MetaCredentialWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject.Builder
-
Adds one element to
authorizeCredentialslist. - addAuthorizeCredentials(MetaCredentialWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject.Builder
-
Adds elements to
authorizeCredentialslist. - addAuthorizedCredentials(DepositPreAuthCredential) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams.Builder
-
Adds one element to
authorizedCredentialslist. - addAuthorizedCredentials(DepositPreAuthCredential...) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams.Builder
-
Adds elements to
authorizedCredentialslist. - addBalances(GatewayBalancesIssuedCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesObligations.Builder
-
Adds one element to
balanceslist. - addBalances(GatewayBalancesIssuedCurrencyAmount...) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesObligations.Builder
-
Adds elements to
balanceslist. - addBatchSigners(BatchSignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Adds one element to
batchSignerslist. - addBatchSigners(BatchSignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Adds elements to
batchSignerslist. - addChannels(PaymentChannelResultObject) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Adds one element to
channelslist. - addChannels(PaymentChannelResultObject...) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Adds elements to
channelslist. - addCompleteLedgers(Range<UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo.Builder
-
Adds one element to
completeLedgerslist. - addCompleteLedgers(Range<UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Adds one element to
completeLedgerslist. - addCompleteLedgers(Range<UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Adds one element to
completeLedgerslist. - addCompleteLedgers(Range<UnsignedLong>...) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo.Builder
-
Adds elements to
completeLedgerslist. - addCompleteLedgers(Range<UnsignedLong>...) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Adds elements to
completeLedgerslist. - addCompleteLedgers(Range<UnsignedLong>...) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Adds elements to
completeLedgerslist. - addCredentialIds(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Adds one element to
credentialIdslist. - addCredentialIds(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Adds one element to
credentialIdslist. - addCredentialIds(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Adds one element to
credentialIdslist. - addCredentialIds(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Adds one element to
credentialIdslist. - addCredentialIds(Hash256...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Adds elements to
credentialIdslist. - addCredentialIds(Hash256...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Adds elements to
credentialIdslist. - addCredentialIds(Hash256...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Adds elements to
credentialIdslist. - addCredentialIds(Hash256...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Adds elements to
credentialIdslist. - addCredentials(Hash256) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedRequestParams.Builder
-
Adds one element to
credentialslist. - addCredentials(Hash256) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult.Builder
-
Adds one element to
credentialslist. - addCredentials(Hash256...) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedRequestParams.Builder
-
Adds elements to
credentialslist. - addCredentials(Hash256...) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult.Builder
-
Adds elements to
credentialslist. - addDestinationCurrencies(String) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult.Builder
-
Adds one element to
destinationCurrencieslist. - addDestinationCurrencies(String...) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult.Builder
-
Adds elements to
destinationCurrencieslist. - addFields(List<JsonNode>) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableDefinitions.Builder
-
Adds one element to
fieldslist. - addFields(List<JsonNode>...) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableDefinitions.Builder
-
Adds elements to
fieldslist. - addHotWallets(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesRequestParams.Builder
-
Adds one element to
hotWalletsset. - addHotWallets(Address...) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesRequestParams.Builder
-
Adds elements to
hotWalletsset. - additionalBooks() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersOffer
-
An additional list of order book directories that this offer belongs to.
- additionalBooks() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
An additional list of order book directories that this offer belongs to.
- additionalBooks() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
An additional list of order book directories that this offer belongs to.
- additionalBooks() - Method in interface org.xrpl.xrpl4j.model.ledger.OfferObject
-
An additional list of order book directories that this offer belongs to.
- additionalBooks() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject
-
An additional list of order book directories that this offer belongs to.
- additionalBooks() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOfferObject
-
An additional list of order book directories that this offer belongs to.
- additionalBooks(Iterable<? extends BookWrapper>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Sets or replaces all elements for
additionalBookslist. - additionalBooks(Iterable<? extends BookWrapper>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Sets or replaces all elements for
additionalBookslist. - additionalBooks(Iterable<? extends MetaBookWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Sets or replaces all elements for
additionalBookslist. - addJobTypes(ServerInfo.JobType) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLoad.Builder
-
Adds one element to
jobTypeslist. - addJobTypes(ServerInfo.JobType...) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLoad.Builder
-
Adds elements to
jobTypeslist. - addLines(TrustLine) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Adds one element to
lineslist. - addLines(TrustLine...) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Adds elements to
lineslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Adds one element to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Adds elements to
memoslist. - addMemos(MemoWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Adds elements to
memoslist. - addMpTokens(MptHoldersMpToken) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse.Builder
-
Adds one element to
mpTokenslist. - addMpTokens(MptHoldersMpToken...) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse.Builder
-
Adds elements to
mpTokenslist. - addMultiSignaturesToTransaction(T, List<SignerWrapper>) - Method in class org.xrpl.xrpl4j.crypto.signing.SignatureUtils
-
Add
Transaction.signers()} to the given transaction. - addNfTokenIds(NfTokenId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Adds one element to
nfTokenIdslist. - addNfTokenIds(NfTokenId...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Adds elements to
nfTokenIdslist. - addNfTokens(NfTokenWrapper) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject.Builder
-
Adds one element to
nfTokenslist. - addNfTokens(NfTokenWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject.Builder
-
Adds one element to
nfTokenslist. - addNfTokens(NfTokenWrapper...) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject.Builder
-
Adds elements to
nfTokenslist. - addNfTokens(NfTokenWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject.Builder
-
Adds elements to
nfTokenslist. - addOffers(OfferResultObject) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Adds one element to
offerslist. - addOffers(OfferResultObject...) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Adds elements to
offerslist. - addOffers(BuyOffer) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult.Builder
-
Adds one element to
offerslist. - addOffers(BuyOffer...) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult.Builder
-
Adds elements to
offerslist. - addOffers(SellOffer) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult.Builder
-
Adds one element to
offerslist. - addOffers(SellOffer...) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult.Builder
-
Adds elements to
offerslist. - addOffers(BookOffersOffer) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult.Builder
-
Adds one element to
offerslist. - addOffers(BookOffersOffer...) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult.Builder
-
Adds elements to
offerslist. - addOracles(OracleLedgerEntryParams) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceRequestParams.Builder
-
Adds one element to
oracleslist. - addOracles(OracleLedgerEntryParams...) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceRequestParams.Builder
-
Adds elements to
oracleslist. - addPaths(List<PathStep>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Adds one element to
pathslist. - addPaths(List<PathStep>...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Adds elements to
pathslist. - addPathsComputed(List<PathStep>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathAlternative.Builder
-
Adds one element to
pathsComputedlist. - addPathsComputed(List<PathStep>...) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathAlternative.Builder
-
Adds elements to
pathsComputedlist. - addPermissions(PermissionWrapper) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject.Builder
-
Adds one element to
permissionslist. - addPermissions(PermissionWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Adds one element to
permissionslist. - addPermissions(PermissionWrapper...) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject.Builder
-
Adds elements to
permissionslist. - addPermissions(PermissionWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Adds elements to
permissionslist. - addPriceDataSeries(PriceDataWrapper) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject.Builder
-
Adds one element to
priceDataSerieslist. - addPriceDataSeries(PriceDataWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Adds one element to
priceDataSerieslist. - addPriceDataSeries(PriceDataWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject.Builder
-
Adds one element to
priceDataSerieslist. - addPriceDataSeries(PriceDataWrapper...) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject.Builder
-
Adds elements to
priceDataSerieslist. - addPriceDataSeries(PriceDataWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Adds elements to
priceDataSerieslist. - addPriceDataSeries(PriceDataWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject.Builder
-
Adds elements to
priceDataSerieslist. - addRawTransactions(RawTransactionWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Adds one element to
rawTransactionslist. - addRawTransactions(RawTransactionWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Adds elements to
rawTransactionslist. - addReceiveCurrencies(String) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult.Builder
-
Adds one element to
receiveCurrencieslist. - addReceiveCurrencies(String...) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult.Builder
-
Adds elements to
receiveCurrencieslist. - Address - Class in org.xrpl.xrpl4j.model.transactions
-
A wrapped
Stringrepresenting an address on the XRPL. - Address.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
Address. - AddressBase58 - Class in org.xrpl.xrpl4j.codec.addresses
-
Extension of
Base58to provide XRPL Address specific Base58 encoding and decoding functionality. - AddressBase58() - Constructor for class org.xrpl.xrpl4j.codec.addresses.AddressBase58
- AddressCodec - Class in org.xrpl.xrpl4j.codec.addresses
-
A Codec for encoding/decoding various address primitives.
- AddressCodec() - Constructor for class org.xrpl.xrpl4j.codec.addresses.AddressCodec
- AddressConstants - Interface in org.xrpl.xrpl4j.model
-
Constants defining well-known XRPL addresses.
- AddressDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
Addresses. - AddressDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.AddressDeserializer
-
No-args constructor.
- AddressSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
Addresses. - AddressSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.AddressSerializer
-
No-args constructor.
- addSendCurrencies(String) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult.Builder
-
Adds one element to
sendCurrencieslist. - addSendCurrencies(String...) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult.Builder
-
Adds elements to
sendCurrencieslist. - addSignatureToTransaction(T, Signature) - Method in class org.xrpl.xrpl4j.crypto.signing.SignatureUtils
-
Add
Transaction.transactionSignature()to the given transaction. - addSignerEntries(SignerEntryWrapper) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject.Builder
-
Adds one element to
signerEntrieslist. - addSignerEntries(SignerEntryWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Adds one element to
signerEntrieslist. - addSignerEntries(SignerEntryWrapper...) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject.Builder
-
Adds elements to
signerEntrieslist. - addSignerEntries(SignerEntryWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Adds elements to
signerEntrieslist. - addSignerEntries(MetaSignerEntryWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject.Builder
-
Adds one element to
signerEntrieslist. - addSignerEntries(MetaSignerEntryWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject.Builder
-
Adds elements to
signerEntrieslist. - addSignerLists(SignerListObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Adds one element to
signerListslist. - addSignerLists(SignerListObject...) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Adds elements to
signerListslist. - addSignerLists(MetaSignerListObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Adds one element to
signerListslist. - addSignerLists(MetaSignerListObject...) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Adds elements to
signerListslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSigner.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Adds one element to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSigner.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Adds elements to
signerslist. - addSigners(SignerWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Adds elements to
signerslist. - addSignerSet(Signer) - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableMultiSignedTransaction.Builder
-
Adds one element to
signerSetset. - addSignerSet(Signer...) - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableMultiSignedTransaction.Builder
-
Adds elements to
signerSetset. - addSourceCurrencies(PathCurrency) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams.Builder
-
Adds one element to
sourceCurrencieslist. - addSourceCurrencies(PathCurrency...) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams.Builder
-
Adds elements to
sourceCurrencieslist. - addTokenOffers(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Adds one element to
tokenOfferslist. - addTokenOffers(Hash256...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Adds elements to
tokenOfferslist. - addTransactions(AccountTransactionsTransactionResult<? extends Transaction>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult.Builder
-
Adds one element to
transactionslist. - addTransactions(AccountTransactionsTransactionResult<? extends Transaction>...) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult.Builder
-
Adds elements to
transactionslist. - addTransactions(QueueTransaction) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData.Builder
-
Adds one element to
transactionslist. - addTransactions(QueueTransaction...) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData.Builder
-
Adds elements to
transactionslist. - addTransactions(TransactionResult<? extends Transaction>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Adds one element to
transactionslist. - addTransactions(TransactionResult<? extends Transaction>...) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Adds elements to
transactionslist. - addUInt32(UnsignedByteArray, Integer) - Static method in class org.xrpl.xrpl4j.crypto.HashingUtils
-
Add an Unsigned 32-bit integer to an
UnsignedByteArray. - addUnauthorizeCredentials(CredentialWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Adds one element to
unauthorizeCredentialslist. - addUnauthorizeCredentials(CredentialWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Adds elements to
unauthorizeCredentialslist. - addVoteSlots(AmmInfoVoteEntry) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo.Builder
-
Adds one element to
voteSlotslist. - addVoteSlots(AmmInfoVoteEntry...) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo.Builder
-
Adds elements to
voteSlotslist. - addVoteSlots(VoteEntryWrapper) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject.Builder
-
Adds one element to
voteSlotslist. - addVoteSlots(VoteEntryWrapper...) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject.Builder
-
Adds elements to
voteSlotslist. - addVoteSlots(MetaVoteEntryWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject.Builder
-
Adds one element to
voteSlotslist. - addVoteSlots(MetaVoteEntryWrapper...) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject.Builder
-
Adds elements to
voteSlotslist. - addXChainClaimAttestations(XChainClaimAttestation) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject.Builder
-
Adds one element to
xChainClaimAttestationslist. - addXChainClaimAttestations(XChainClaimAttestation...) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject.Builder
-
Adds elements to
xChainClaimAttestationslist. - addXChainClaimAttestations(MetaXChainClaimAttestation) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject.Builder
-
Adds one element to
xChainClaimAttestationslist. - addXChainClaimAttestations(MetaXChainClaimAttestation...) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject.Builder
-
Adds elements to
xChainClaimAttestationslist. - addXChainCreateAccountAttestations(XChainCreateAccountAttestation) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject.Builder
-
Adds one element to
xChainCreateAccountAttestationslist. - addXChainCreateAccountAttestations(XChainCreateAccountAttestation...) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject.Builder
-
Adds elements to
xChainCreateAccountAttestationslist. - addXChainCreateAccountAttestations(MetaXChainCreateAccountAttestation) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject.Builder
-
Adds one element to
xChainCreateAccountAttestationslist. - addXChainCreateAccountAttestations(MetaXChainCreateAccountAttestation...) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject.Builder
-
Adds elements to
xChainCreateAccountAttestationslist. - adjustedMinimumFeeDrops() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeUtils.DecomposedFees
-
The minimum ledger fee as found in the supplied
FeeDropsthat was used to construct this instance., adjusted to be at least 50% larger than what was supplied in order to provide a buffer for fee calculations. - adjustedMinimumFeeDrops() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableDecomposedFees
-
The minimum ledger fee as found in the supplied
FeeDropsthat was used to construct this instance., adjusted to be at least 50% larger than what was supplied in order to provide a buffer for fee calculations. - adjustedMinimumFeeDrops(BigInteger) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableDecomposedFees.Builder
-
Initializes the value for the
adjustedMinimumFeeDropsattribute. - adjustedMinimumFeeDropsAsBigDecimal() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeUtils.DecomposedFees
-
An equivalent of
FeeUtils.DecomposedFees.adjustedMinimumFeeDrops(), but as aBigDecimal. - adjustedMinimumFeeDropsAsBigDecimal() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableDecomposedFees
-
An equivalent of
ImmutableDecomposedFees.adjustedMinimumFeeDrops(), but as aBigDecimal. - AffectedNode - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Top level interface for all types of transaction metadata AffectedNodes.
- AffectedNodeDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
AffectedNodes. - AffectedNodeDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.AffectedNodeDeserializer
-
No-args constructor.
- affectedNodes() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata
- affectedNodes() - Method in interface org.xrpl.xrpl4j.model.transactions.TransactionMetadata
- affectedNodes(Iterable<? extends AffectedNode>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Sets or replaces all elements for
affectedNodeslist. - age() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableValidatedLedger
-
The time since the ledger was closed, in seconds.
- age() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.ValidatedLedger
-
The time since the ledger was closed, in seconds.
- age(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableValidatedLedger.Builder
-
Initializes the value for the
ageattribute. - AggregatePriceSet - Interface in org.xrpl.xrpl4j.model.client.oracle
-
Statistics from collected oracle prices.
- ALL_OR_NOTHING - Static variable in class org.xrpl.xrpl4j.model.flags.BatchFlags
-
Constant
BatchFlagsfor thetfAllOrNothingflag. - ALLOW_TRUSTLINE_CLAWBACK - Enum constant in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
Enable clawback on the account's trustlines.
- ALLOW_TRUSTLINE_CLAWBACK - Static variable in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Constant
AccountRootFlagsfor thelsfAllowTrustLineClawbackaccount flag. - ALLOW_TRUSTLINE_LOCKING - Enum constant in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
Allow trust line tokens (IOUs) issued by this account to be held in escrow.
- ALLOW_TRUSTLINE_LOCKING - Static variable in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Constant
AccountRootFlagsfor thelsfAllowTrustLineLockingaccount flag. - ALLOW_XRP - Static variable in class org.xrpl.xrpl4j.model.flags.AccountSetTransactionFlags
-
Constant for the
tfAllowXRPflag. - ALPHABET - Static variable in class org.xrpl.xrpl4j.codec.addresses.Base58
- alternatives() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult
-
A
ListofPathAlternatives with possible paths to take. - alternatives() - Method in interface org.xrpl.xrpl4j.model.client.path.RipplePathFindResult
-
A
ListofPathAlternatives with possible paths to take. - alternatives(Iterable<? extends PathAlternative>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult.Builder
-
Sets or replaces all elements for
alternativeslist. - amendment() - Method in interface org.xrpl.xrpl4j.model.transactions.EnableAmendment
-
A unique identifier for the amendment.
- amendment() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment
-
A unique identifier for the amendment.
- amendment(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Initializes the value for the
amendmentattribute. - amendmentBlocked() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
If
true, this server is amendment blocked. - amendmentBlocked() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
If
true, this server is amendment blocked. - amendmentBlocked() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ReportingModeServerInfo
-
If
true, this server is amendment blocked. - amendmentBlocked() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
If
true, this server is amendment blocked. - amendmentBlocked(boolean) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the value for the
amendmentBlockedattribute. - amendmentBlocked(boolean) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the value for the
amendmentBlockedattribute. - AMENDMENTS - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforAmendmentsledger objects. - AMENDMENTS - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- amm() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoResult
-
The AMM ledger object.
- amm() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult
-
The AMM ledger object.
- amm() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up an
AmmObjectbyAmmLedgerEntryParams. - amm() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up an
AmmObjectbyAmmLedgerEntryParams. - amm(AmmInfo) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult.Builder
-
Initializes the value for the
ammattribute. - amm(AmmLedgerEntryParams, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests anAmmObjectledger entry. - AMM - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforAmmObjectledger objects. - AMM - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- AMM_BID - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theAmmBidtransaction. - AMM_CLAWBACK - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theAmmClawbacktransaction. - AMM_CREATE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theAmmCreatetransaction. - AMM_DELETE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theAmmDeletetransaction. - AMM_DEPOSIT - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theAmmDeposittransaction. - AMM_INFO - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the ripple_path_find rippled API method.
- AMM_VOTE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theAmmVotetransaction. - AMM_WITHDRAW - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theAmmWithdrawtransaction. - ammAccount() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoRequestParams
-
The address of the AMM's special AccountRoot.
- ammAccount() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoRequestParams
-
The address of the AMM's special AccountRoot.
- ammAccount(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoRequestParams.Builder
-
Initializes the optional value
ammAccountto ammAccount. - ammAccount(Address) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoRequestParams.Builder
-
Initializes the optional value
ammAccountto ammAccount. - AmmBid - Interface in org.xrpl.xrpl4j.model.transactions
-
Object mapping for the AMMBid transaction.
- AmmClawback - Interface in org.xrpl.xrpl4j.model.transactions
-
An
AmmClawbacktransaction claws back tokens from a holder that has funds in an AMM pool. - AmmClawbackFlags - Class in org.xrpl.xrpl4j.model.flags
-
TransactionFlagsforAmmClawbacktransactions. - AmmCreate - Interface in org.xrpl.xrpl4j.model.transactions
-
Object mapping for the AMMCreate transaction.
- AmmDelete - Interface in org.xrpl.xrpl4j.model.transactions
-
Object mapping for the AMMDelete transaction.
- AmmDeposit - Interface in org.xrpl.xrpl4j.model.transactions
-
Object mapping for the AMMDeposit transaction.
- AmmDepositFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of
TransactionFlagsthat can be set onAmmDeposittransactions. - ammId() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
The ledger entry ID of the corresponding AMM ledger entry.
- ammId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
The ledger entry ID of the corresponding AMM ledger entry.
- ammId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
ammIdto ammId. - ammId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
ammIdto ammId. - AmmInfo - Interface in org.xrpl.xrpl4j.model.client.amm
-
Information about the requested AMM ledger entry.
- AmmInfoAuctionSlot - Interface in org.xrpl.xrpl4j.model.client.amm
-
Object mapping for an AMM auction slot returned in response to an
amm_infoRPC call. - AmmInfoAuthAccount - Interface in org.xrpl.xrpl4j.model.client.amm
-
An account that is authorized to trade at the discounted fee for an AMM instance.
- AmmInfoRequestParams - Interface in org.xrpl.xrpl4j.model.client.amm
-
Request parameters for the
amm_inforippled API method. - AmmInfoResult - Interface in org.xrpl.xrpl4j.model.client.amm
-
The result of an "amm_info" rippled API method call.
- AmmInfoVoteEntry - Interface in org.xrpl.xrpl4j.model.client.amm
-
Describes a vote for the trading fee on an AMM by an LP.
- AmmLedgerEntryParams - Interface in org.xrpl.xrpl4j.model.client.ledger
-
Parameters that uniquely identify an
AmmObjecton ledger that can be used in aLedgerEntryRequestParamsto request anAmmObject. - AmmObject - Interface in org.xrpl.xrpl4j.model.ledger
-
Represents an AMM ledger object, which describes a single Automated Market Maker instance.
- AmmVote - Interface in org.xrpl.xrpl4j.model.transactions
-
Object mapping for the AMMVote transaction.
- AmmWithdraw - Interface in org.xrpl.xrpl4j.model.transactions
-
Object mapping for the AMMWithdraw transaction.
- AmmWithdrawFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of
TransactionFlagsthat can be set onAmmWithdrawtransactions. - amount() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject
-
The total amount of XRP, in drops, allocated to this channel.
- amount() - Method in interface org.xrpl.xrpl4j.model.client.accounts.PaymentChannelResultObject
-
The total amount of XRP, in drops, allocated to this channel.
- amount() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfo
-
The definition for one of the two assets this AMM holds.
- amount() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo
-
The definition for one of the two assets this AMM holds.
- amount() - Method in interface org.xrpl.xrpl4j.model.client.channels.ChannelVerifyRequestParams
-
The amount of XRP, in drops, the provided
ChannelVerifyRequestParams.signature()authorizes. - amount() - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyRequestParams
-
The amount of XRP, in drops, the provided
ImmutableChannelVerifyRequestParams.signature()authorizes. - amount() - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableUnsignedClaim
-
The amount of XRP, in drops, that the signature of this claim authorizes.
- amount() - Method in interface org.xrpl.xrpl4j.model.client.channels.UnsignedClaim
-
The amount of XRP, in drops, that the signature of this claim authorizes.
- amount() - Method in interface org.xrpl.xrpl4j.model.client.nft.BuyOffer
-
The amount offered to buy the NFT.
- amount() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableBuyOffer
-
The amount offered to buy the NFT.
- amount() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableSellOffer
-
The amount offered to sell the NFT.
- amount() - Method in interface org.xrpl.xrpl4j.model.client.nft.SellOffer
-
The amount offered to sell the NFT.
- amount() - Method in interface org.xrpl.xrpl4j.model.ledger.Attestation
-
The amount committed by the
XChainAccountCreateCommitorXChainCommittransaction on the source chain. - amount() - Method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
The number of tokens to be delivered by the held payment.
- amount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim
-
The amount committed by the
XChainAccountCreateCommitorXChainCommittransaction on the source chain. - amount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationCreateAccount
-
The amount committed by the
XChainAccountCreateCommitorXChainCommittransaction on the source chain. - amount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
The number of tokens to be delivered by the held payment.
- amount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
The amount expected or offered for the token.
- amount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
Total XRP, in drops, that has been allocated to this channel.
- amount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimProofSig
-
The amount to claim in the
XChainCommittransaction on the destination chain. - amount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountProofSig
-
The amount committed by the
XChainAccountCreateCommittransaction on the source chain. - amount() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenOfferObject
-
The amount expected or offered for the token.
- amount() - Method in interface org.xrpl.xrpl4j.model.ledger.PayChannelObject
-
Total XRP, in drops, that has been allocated to this channel.
- amount() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainClaimProofSig
-
The amount to claim in the
XChainCommittransaction on the destination chain. - amount() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainCreateAccountProofSig
-
The amount committed by the
XChainAccountCreateCommittransaction on the source chain. - amount() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmClawback
-
Optional field that specifies the maximum amount to clawback from the AMM pool.
- amount() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmCreate
-
The first of the two assets to fund this AMM with.
- amount() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmDeposit
-
The amount of one asset to deposit to the AMM.
- amount() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmWithdraw
-
The amount of one asset to deposit to the AMM.
- amount() - Method in interface org.xrpl.xrpl4j.model.transactions.CheckCash
-
Redeem the Check for exactly this amount, if possible.
- amount() - Method in interface org.xrpl.xrpl4j.model.transactions.Clawback
-
Indicates the amount being clawed back, as well as the counterparty from which the amount is being clawed back from.
- amount() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowCreate
-
Amount of tokens to deduct from the sender's balance and escrow.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
-
Optional field that specifies the maximum amount to clawback from the AMM pool.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate
-
The first of the two assets to fund this AMM with.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
The amount of one asset to deposit to the AMM.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
The amount of one asset to deposit to the AMM.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash
-
Redeem the Check for exactly this amount, if possible.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback
-
Indicates the amount being clawed back, as well as the counterparty from which the amount is being clawed back from.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
Amount of tokens to deduct from the sender's balance and escrow.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
Indicates the amount expected or offered for the Token.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
The amount of currency to deliver.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
-
The amount of XRP, in drops, authorized by the
ImmutablePaymentChannelClaim.signature(). - amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
-
Amount of XRP, in drops, to deduct from the
ImmutablePaymentChannelCreate.account()'s balance and set aside in this channel. - amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund
-
Amount of XRP, in drops to add to the channel.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit
-
The amount, in drops of XRP, to use for account creation.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
The amount committed by the
XChainAccountCreateCommittransaction on the source chain. - amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
The amount committed by the
XChainCommittransaction on the source chain. - amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim
-
The amount to claim on the destination chain.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit
-
The asset to commit, and the quantity.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
The amount of currency to be delivered by the held payment.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject
-
The amount expected or offered for the token.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject
-
Total XRP, in drops, that has been allocated to this channel.
- amount() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig
-
The amount to claim in the
XChainCommittransaction on the destination chain. - amount() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig
-
The amount committed by the
XChainAccountCreateCommittransaction on the source chain. - amount() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaEscrowObject
-
The amount of currency to be delivered by the held payment.
- amount() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaNfTokenOfferObject
-
The amount expected or offered for the token.
- amount() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaPayChannelObject
-
Total XRP, in drops, that has been allocated to this channel.
- amount() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainClaimProofSig
-
The amount to claim in the
XChainCommittransaction on the destination chain. - amount() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainCreateAccountProofSig
-
The amount committed by the
XChainAccountCreateCommittransaction on the source chain. - amount() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenCreateOffer
-
Indicates the amount expected or offered for the Token.
- amount() - Method in interface org.xrpl.xrpl4j.model.transactions.Payment
-
The amount of currency to deliver.
- amount() - Method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelClaim
-
The amount of XRP, in drops, authorized by the
PaymentChannelClaim.signature(). - amount() - Method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelCreate
-
Amount of XRP, in drops, to deduct from the
Transaction.account()'s balance and set aside in this channel. - amount() - Method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelFund
-
Amount of XRP, in drops to add to the channel.
- amount() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainAccountCreateCommit
-
The amount, in drops of XRP, to use for account creation.
- amount() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainAddAccountCreateAttestation
-
The amount committed by the
XChainAccountCreateCommittransaction on the source chain. - amount() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainAddClaimAttestation
-
The amount committed by the
XChainCommittransaction on the source chain. - amount() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainClaim
-
The amount to claim on the destination chain.
- amount() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainCommit
-
The asset to commit, and the quantity.
- amount(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the optional value
amountto amount. - amount(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
amountto amount. - amount(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
amountto amount. - amount(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the optional value
amountto amount. - amount(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
amountto amount. - amount(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
amountto amount. - amount(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig.Builder
-
Initializes the optional value
amountto amount. - amount(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig.Builder
-
Initializes the optional value
amountto amount. - amount(Optional<? extends XrpCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the optional value
amountto amount. - amount(Optional<? extends XrpCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
amountto amount. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableBuyOffer.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableSellOffer.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationCreateAccount.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimProofSig.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountProofSig.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the optional value
amountto amount. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
amountto amount. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
amountto amount. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the optional value
amountto amount. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Initializes the value for the
amountattribute. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
amountto amount. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
amountto amount. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig.Builder
-
Initializes the optional value
amountto amount. - amount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig.Builder
-
Initializes the optional value
amountto amount. - amount(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject.Builder
-
Initializes the value for the
amountattribute. - amount(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyRequestParams.Builder
-
Initializes the value for the
amountattribute. - amount(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableUnsignedClaim.Builder
-
Initializes the value for the
amountattribute. - amount(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject.Builder
-
Initializes the value for the
amountattribute. - amount(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the optional value
amountto amount. - amount(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the value for the
amountattribute. - amount(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Initializes the value for the
amountattribute. - amount(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Initializes the value for the
amountattribute. - amount(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the value for the
amountattribute. - amount(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
amountto amount. - AMOUNT_FIELD_NAME - Static variable in class org.xrpl.xrpl4j.codec.binary.XrplBinaryCodec
- amount2() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfo
-
The definition for the other asset this AMM holds.
- amount2() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo
-
The definition for the other asset this AMM holds.
- amount2() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmCreate
-
The second of the two assets to fund this AMM with.
- amount2() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmDeposit
-
The amount of another asset to add to the AMM.
- amount2() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmWithdraw
-
The amount of another asset to add to the AMM.
- amount2() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate
-
The second of the two assets to fund this AMM with.
- amount2() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
The amount of another asset to add to the AMM.
- amount2() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
The amount of another asset to add to the AMM.
- amount2(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
amount2to amount2. - amount2(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
amount2to amount2. - amount2(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo.Builder
-
Initializes the value for the
amount2attribute. - amount2(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Initializes the value for the
amount2attribute. - amount2(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
amount2to amount2. - amount2(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
amount2to amount2. - append(UnsignedByte) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
-
Appends an
UnsignedByteto thisUnsignedByteArray. - append(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
-
Appends the given bytes to the end of this array.
- applied() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult
-
The value
trueindicates that this transaction was applied to the open ledger. - applied() - Method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitResult
-
The value
trueindicates that this transaction was applied to the open ledger. - applied(boolean) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult.Builder
-
Initializes the value for the
appliedattribute. - ARRAY_END_MARKER_HEX - Static variable in class org.xrpl.xrpl4j.codec.binary.types.STArrayType
- ARRAY_END_MARKER_NAME - Static variable in class org.xrpl.xrpl4j.codec.binary.types.STArrayType
- asByte() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
-
Converts the
UnsignedByteto a signed byte. - asInt() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
-
Converts the
UnsignedByteto a signed int. - asset() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoRequestParams
-
One of the assets of the AMM to look up.
- asset() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoRequestParams
-
One of the assets of the AMM to look up.
- asset() - Method in interface org.xrpl.xrpl4j.model.client.ledger.AmmLedgerEntryParams
-
One of the two assets in the AMM's pool.
- asset() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableAmmLedgerEntryParams
-
One of the two assets in the AMM's pool.
- asset() - Method in interface org.xrpl.xrpl4j.model.ledger.AmmObject
-
The definition for one of the two assets this AMM holds.
- asset() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject
-
The definition for one of the two assets this AMM holds.
- asset() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmBid
-
The definition for one of the assets in the AMM's pool.
- asset() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmClawback
-
The asset in the AMM pool that the issuer is looking to claw back.
- asset() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmDelete
-
The definition for one of the assets in the AMM's pool.
- asset() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmDeposit
-
The definition for one of the assets in the AMM's pool.
- asset() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmVote
-
The definition for one of the assets in the AMM's pool.
- asset() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmWithdraw
-
The definition for one of the assets in the AMM's pool.
- asset() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
The definition for one of the assets in the AMM's pool.
- asset() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
-
The asset in the AMM pool that the issuer is looking to claw back.
- asset() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete
-
The definition for one of the assets in the AMM's pool.
- asset() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
The definition for one of the assets in the AMM's pool.
- asset() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote
-
The definition for one of the assets in the AMM's pool.
- asset() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
The definition for one of the assets in the AMM's pool.
- asset() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject
-
The definition for one of the two assets this AMM holds.
- asset() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAmmObject
-
The definition for one of the two assets this AMM holds.
- asset(Optional<? extends Issue>) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoRequestParams.Builder
-
Initializes the optional value
assetto asset. - asset(Optional<? extends Issue>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject.Builder
-
Initializes the optional value
assetto asset. - asset(Issue) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoRequestParams.Builder
-
Initializes the optional value
assetto asset. - asset(Issue) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableAmmLedgerEntryParams.Builder
-
Initializes the value for the
assetattribute. - asset(Issue) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject.Builder
-
Initializes the value for the
assetattribute. - asset(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the value for the
assetattribute. - asset(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the value for the
assetattribute. - asset(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Initializes the value for the
assetattribute. - asset(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the value for the
assetattribute. - asset(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Initializes the value for the
assetattribute. - asset(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the value for the
assetattribute. - asset(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject.Builder
-
Initializes the optional value
assetto asset. - asset2() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoRequestParams
-
The other of the assets of the AMM.
- asset2() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoRequestParams
-
The other of the assets of the AMM.
- asset2() - Method in interface org.xrpl.xrpl4j.model.client.ledger.AmmLedgerEntryParams
-
The other of the two assets in the AMM's pool.
- asset2() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableAmmLedgerEntryParams
-
The other of the two assets in the AMM's pool.
- asset2() - Method in interface org.xrpl.xrpl4j.model.ledger.AmmObject
-
The definition for the other asset this AMM holds.
- asset2() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject
-
The definition for the other asset this AMM holds.
- asset2() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmBid
-
The definition for the other asset in the AMM's pool.
- asset2() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmClawback
-
Other asset in the AMM pool that the issuer is looking to claw back.
- asset2() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmDelete
-
The definition for the other asset in the AMM's pool.
- asset2() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmDeposit
-
The definition for the other asset in the AMM's pool.
- asset2() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmVote
-
The definition for the other asset in the AMM's pool.
- asset2() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmWithdraw
-
The definition for the other asset in the AMM's pool.
- asset2() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
The definition for the other asset in the AMM's pool.
- asset2() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
-
Other asset in the AMM pool that the issuer is looking to claw back.
- asset2() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete
-
The definition for the other asset in the AMM's pool.
- asset2() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
The definition for the other asset in the AMM's pool.
- asset2() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote
-
The definition for the other asset in the AMM's pool.
- asset2() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
The definition for the other asset in the AMM's pool.
- asset2() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject
-
The definition for the other asset this AMM holds.
- asset2() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAmmObject
-
The definition for the other asset this AMM holds.
- asset2(Optional<? extends Issue>) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoRequestParams.Builder
-
Initializes the optional value
asset2to asset2. - asset2(Optional<? extends Issue>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject.Builder
-
Initializes the optional value
asset2to asset2. - asset2(Issue) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoRequestParams.Builder
-
Initializes the optional value
asset2to asset2. - asset2(Issue) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableAmmLedgerEntryParams.Builder
-
Initializes the value for the
asset2attribute. - asset2(Issue) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject.Builder
-
Initializes the value for the
asset2attribute. - asset2(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the value for the
asset2attribute. - asset2(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the value for the
asset2attribute. - asset2(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Initializes the value for the
asset2attribute. - asset2(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the value for the
asset2attribute. - asset2(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Initializes the value for the
asset2attribute. - asset2(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the value for the
asset2attribute. - asset2(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject.Builder
-
Initializes the optional value
asset2to asset2. - asset2Frozen() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfo
-
Whether the second asset of the AMM is frozen.
- asset2Frozen() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo
-
Whether the second asset of the AMM is frozen.
- asset2Frozen(boolean) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo.Builder
-
Initializes the value for the
asset2Frozenattribute. - assetClass() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject
-
Describes the type of asset, such as "currency", "commodity", or "index".
- assetClass() - Method in interface org.xrpl.xrpl4j.model.ledger.OracleObject
-
Describes the type of asset, such as "currency", "commodity", or "index".
- assetClass() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet
-
Describes the type of asset, such as "currency", "commodity", or "index".
- assetClass() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject
-
Describes the type of asset, such as "currency", "commodity", or "index".
- assetClass() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOracleObject
-
Describes the type of asset, such as "currency", "commodity", or "index".
- assetClass() - Method in interface org.xrpl.xrpl4j.model.transactions.OracleSet
-
Describes the type of asset, such as "currency", "commodity", or "index".
- assetClass(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject.Builder
-
Initializes the value for the
assetClassattribute. - assetClass(String) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Initializes the optional value
assetClassto assetClass. - assetClass(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject.Builder
-
Initializes the optional value
assetClassto assetClass. - assetClass(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Initializes the optional value
assetClassto assetClass. - assetClass(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject.Builder
-
Initializes the optional value
assetClassto assetClass. - assetFrozen() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfo
-
Whether the first asset of the AMM is frozen.
- assetFrozen() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo
-
Whether the first asset of the AMM is frozen.
- assetFrozen(boolean) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo.Builder
-
Initializes the value for the
assetFrozenattribute. - assetPrice() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceData
-
The asset price after applying the
ImmutablePriceData.scale()precision level. - assetPrice() - Method in interface org.xrpl.xrpl4j.model.transactions.PriceData
-
The asset price after applying the
PriceData.scale()precision level. - assetPrice(Optional<? extends AssetPrice>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceData.Builder
-
Initializes the optional value
assetPriceto assetPrice. - assetPrice(AssetPrice) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceData.Builder
-
Initializes the optional value
assetPriceto assetPrice. - AssetPrice - Class in org.xrpl.xrpl4j.model.transactions
-
A wrapped
Stringcontaining an Oracle asset price. - AssetPriceDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
AssetPrices. - AssetPriceDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.AssetPriceDeserializer
-
No-args constructor.
- AssetPriceSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
AssetPrices. - AssetPriceSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.AssetPriceSerializer
-
No-args constructor.
- assets() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesResult
-
Total amounts held that are issued by others.
- assets() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult
-
Total amounts held that are issued by others.
- assets(GatewayBalancesAssets) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult.Builder
-
Initializes the value for the
assetsattribute. - assetScale() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
The
AssetScaleof the issuance. - assetScale() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenIssuanceObject
-
The
AssetScaleof the issuance. - assetScale() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate
-
An asset scale is the difference, in orders of magnitude, between a standard unit and a corresponding fractional unit.
- assetScale() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject
- assetScale() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenIssuanceObject
- assetScale() - Method in interface org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceCreate
-
An asset scale is the difference, in orders of magnitude, between a standard unit and a corresponding fractional unit.
- assetScale(Optional<? extends AssetScale>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the optional value
assetScaleto assetScale. - assetScale(Optional<? extends AssetScale>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
assetScaleto assetScale. - assetScale(AssetScale) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the value for the
assetScaleattribute. - assetScale(AssetScale) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the optional value
assetScaleto assetScale. - assetScale(AssetScale) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
assetScaleto assetScale. - AssetScale - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
Wrappers._AssetScale. - AssetScaleDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
AssetPrices. - AssetScaleDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.AssetScaleDeserializer
-
No-args constructor.
- AssetScaleSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
AssetPrices. - AssetScaleSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.AssetScaleSerializer
-
No-args constructor.
- Attestation - Interface in org.xrpl.xrpl4j.model.ledger
-
Represents a generic cross-chain attestation.
- AttestationClaim - Interface in org.xrpl.xrpl4j.model.ledger
-
An attestation that an
XChainCommittransaction occurred on another chain. - AttestationCreateAccount - Interface in org.xrpl.xrpl4j.model.ledger
-
The attestation message that witness servers sign to include in a
XChainAddAccountCreateAttestation. - attestationRewardAccount() - Method in interface org.xrpl.xrpl4j.model.ledger.Attestation
-
The account that should receive this signer's share of the
SignatureReward. - attestationRewardAccount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim
-
The account that should receive this signer's share of the
SignatureReward. - attestationRewardAccount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationCreateAccount
-
The account that should receive this signer's share of the
SignatureReward. - attestationRewardAccount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimProofSig
-
The account that should receive this signer's share of the SignatureReward.
- attestationRewardAccount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountProofSig
-
The account that should receive this signer's share of the
ImmutableXChainCreateAccountProofSig.signatureReward(). - attestationRewardAccount() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainClaimProofSig
-
The account that should receive this signer's share of the SignatureReward.
- attestationRewardAccount() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainCreateAccountProofSig
-
The account that should receive this signer's share of the
XChainCreateAccountProofSig.signatureReward(). - attestationRewardAccount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
The account that should receive this signer's share of the
ImmutableXChainAddAccountCreateAttestation.signatureReward(). - attestationRewardAccount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
The account that should receive this signer's share of the
SignatureReward. - attestationRewardAccount() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig
-
The account that should receive this signer's share of the SignatureReward.
- attestationRewardAccount() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig
-
The account that should receive this signer's share of the
ImmutableMetaXChainCreateAccountProofSig.signatureReward(). - attestationRewardAccount() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainClaimProofSig
-
The account that should receive this signer's share of the SignatureReward.
- attestationRewardAccount() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainCreateAccountProofSig
-
The account that should receive this signer's share of the
MetaXChainCreateAccountProofSig.signatureReward(). - attestationRewardAccount() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainAddAccountCreateAttestation
-
The account that should receive this signer's share of the
XChainAddAccountCreateAttestation.signatureReward(). - attestationRewardAccount() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainAddClaimAttestation
-
The account that should receive this signer's share of the
SignatureReward. - attestationRewardAccount(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig.Builder
-
Initializes the optional value
attestationRewardAccountto attestationRewardAccount. - attestationRewardAccount(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig.Builder
-
Initializes the optional value
attestationRewardAccountto attestationRewardAccount. - attestationRewardAccount(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim.Builder
-
Initializes the value for the
attestationRewardAccountattribute. - attestationRewardAccount(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationCreateAccount.Builder
-
Initializes the value for the
attestationRewardAccountattribute. - attestationRewardAccount(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimProofSig.Builder
-
Initializes the value for the
attestationRewardAccountattribute. - attestationRewardAccount(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountProofSig.Builder
-
Initializes the value for the
attestationRewardAccountattribute. - attestationRewardAccount(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the value for the
attestationRewardAccountattribute. - attestationRewardAccount(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the value for the
attestationRewardAccountattribute. - attestationRewardAccount(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig.Builder
-
Initializes the optional value
attestationRewardAccountto attestationRewardAccount. - attestationRewardAccount(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig.Builder
-
Initializes the optional value
attestationRewardAccountto attestationRewardAccount. - attestationSignerAccount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimProofSig
-
The account on the door account's signer list that is signing the transaction.
- attestationSignerAccount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountProofSig
-
The account on the door account's signer list that is signing the transaction.
- attestationSignerAccount() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainClaimProofSig
-
The account on the door account's signer list that is signing the transaction.
- attestationSignerAccount() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainCreateAccountProofSig
-
The account on the door account's signer list that is signing the transaction.
- attestationSignerAccount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
The account on the door account's signer list that is signing the transaction.
- attestationSignerAccount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
The account on the door account's signer list that is signing the transaction.
- attestationSignerAccount() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig
-
The account on the door account's signer list that is signing the transaction.
- attestationSignerAccount() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig
-
The account on the door account's signer list that is signing the transaction.
- attestationSignerAccount() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainClaimProofSig
-
The account on the door account's signer list that is signing the transaction.
- attestationSignerAccount() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainCreateAccountProofSig
-
The account on the door account's signer list that is signing the transaction.
- attestationSignerAccount() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainAddAccountCreateAttestation
-
The account on the door account's signer list that is signing the transaction.
- attestationSignerAccount() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainAddClaimAttestation
-
The account on the door account's signer list that is signing the transaction.
- attestationSignerAccount(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig.Builder
-
Initializes the optional value
attestationSignerAccountto attestationSignerAccount. - attestationSignerAccount(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig.Builder
-
Initializes the optional value
attestationSignerAccountto attestationSignerAccount. - attestationSignerAccount(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimProofSig.Builder
-
Initializes the value for the
attestationSignerAccountattribute. - attestationSignerAccount(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountProofSig.Builder
-
Initializes the value for the
attestationSignerAccountattribute. - attestationSignerAccount(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the value for the
attestationSignerAccountattribute. - attestationSignerAccount(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the value for the
attestationSignerAccountattribute. - attestationSignerAccount(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig.Builder
-
Initializes the optional value
attestationSignerAccountto attestationSignerAccount. - attestationSignerAccount(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig.Builder
-
Initializes the optional value
attestationSignerAccountto attestationSignerAccount. - auctionSlot() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfo
-
Details of the current owner of the auction slot.
- auctionSlot() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo
-
Details of the current owner of the auction slot.
- auctionSlot() - Method in interface org.xrpl.xrpl4j.model.ledger.AmmObject
-
Details of the current owner of the auction slot.
- auctionSlot() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject
-
Details of the current owner of the auction slot.
- auctionSlot() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject
-
Details of the current owner of the auction slot.
- auctionSlot() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAmmObject
-
Details of the current owner of the auction slot.
- auctionSlot(Optional<? extends AmmInfoAuctionSlot>) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo.Builder
-
Initializes the optional value
auctionSlotto auctionSlot. - auctionSlot(Optional<? extends AuctionSlot>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject.Builder
-
Initializes the optional value
auctionSlotto auctionSlot. - auctionSlot(Optional<? extends MetaAuctionSlot>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject.Builder
-
Initializes the optional value
auctionSlotto auctionSlot. - auctionSlot(AmmInfoAuctionSlot) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo.Builder
-
Initializes the optional value
auctionSlotto auctionSlot. - auctionSlot(AuctionSlot) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject.Builder
-
Initializes the optional value
auctionSlotto auctionSlot. - auctionSlot(MetaAuctionSlot) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject.Builder
-
Initializes the optional value
auctionSlotto auctionSlot. - AuctionSlot - Interface in org.xrpl.xrpl4j.model.ledger
-
Represents an AuctionSlot object in an
AmmObject, containing details of the current owner of the auction slot. - authAccount() - Method in interface org.xrpl.xrpl4j.model.ledger.AuthAccountWrapper
-
An
AuthAccount. - authAccount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccountWrapper
-
An
AuthAccount. - authAccount() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccountWrapper
-
An
MetaAuthAccount. - authAccount() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAuthAccountWrapper
-
An
MetaAuthAccount. - authAccount(AuthAccount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccountWrapper.Builder
-
Initializes the value for the
authAccountattribute. - authAccount(MetaAuthAccount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccountWrapper.Builder
-
Initializes the value for the
authAccountattribute. - AuthAccount - Interface in org.xrpl.xrpl4j.model.ledger
-
An account that is authorized to trade at the discounted fee for an AMM instance.
- authAccounts() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoAuctionSlot
-
A list of at most 4 additional accounts that are authorized to trade at the discounted fee for this AMM instance.
- authAccounts() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot
-
A list of at most 4 additional accounts that are authorized to trade at the discounted fee for this AMM instance.
- authAccounts() - Method in interface org.xrpl.xrpl4j.model.ledger.AuctionSlot
-
A list of at most 4 additional accounts that are authorized to trade at the discounted fee for this AMM instance.
- authAccounts() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot
-
A list of at most 4 additional accounts that are authorized to trade at the discounted fee for this AMM instance.
- authAccounts() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmBid
-
A list of up to 4 additional accounts that you allow to trade at the discounted fee.
- authAccounts() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
A list of up to 4 additional accounts that you allow to trade at the discounted fee.
- authAccounts() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot
-
A list of at most 4 additional accounts that are authorized to trade at the discounted fee for this AMM instance.
- authAccounts() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAuctionSlot
-
A list of at most 4 additional accounts that are authorized to trade at the discounted fee for this AMM instance.
- authAccounts(Iterable<? extends AmmInfoAuthAccount>) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot.Builder
-
Sets or replaces all elements for
authAccountslist. - authAccounts(Iterable<? extends AuthAccountWrapper>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot.Builder
-
Sets or replaces all elements for
authAccountslist. - authAccounts(Iterable<? extends AuthAccountWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Sets or replaces all elements for
authAccountslist. - authAccounts(Iterable<? extends MetaAuthAccountWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot.Builder
-
Sets or replaces all elements for
authAccountslist. - authAccountsAddresses() - Method in interface org.xrpl.xrpl4j.model.ledger.AuctionSlot
-
Extracts all the addresses found in the
AuthAccounts found inAuctionSlot.authAccounts(). - authAccountsAddresses() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot
-
Extracts all the addresses found in the
AuthAccounts found inImmutableAuctionSlot.authAccounts(). - authAccountsAddresses() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot
-
Extracts all the addresses found in the
MetaAuthAccounts found inImmutableMetaAuctionSlot.authAccounts(). - authAccountsAddresses() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAuctionSlot
-
Extracts all the addresses found in the
MetaAuthAccounts found inMetaAuctionSlot.authAccounts(). - AuthAccountWrapper - Interface in org.xrpl.xrpl4j.model.ledger
-
A wrapper around
AuthAccounts. - authChange() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueTransaction
-
Whether this transaction changes this address's ways of authorizing transactions.
- authChange() - Method in interface org.xrpl.xrpl4j.model.client.accounts.QueueTransaction
-
Whether this transaction changes this address's ways of authorizing transactions.
- authChange(boolean) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueTransaction.Builder
-
Initializes the value for the
authChangeattribute. - authChangeQueued() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData
-
Whether a transaction in the queue changes this address's ways of authorizing transactions.
- authChangeQueued() - Method in interface org.xrpl.xrpl4j.model.client.accounts.QueueData
-
Whether a transaction in the queue changes this address's ways of authorizing transactions.
- authChangeQueued(boolean) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData.Builder
-
Initializes the value for the
authChangeQueuedattribute. - authorize() - Method in interface org.xrpl.xrpl4j.model.client.ledger.DelegateLedgerEntryParams
-
The authorized account (the delegate).
- authorize() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDelegateLedgerEntryParams
-
The authorized account (the delegate).
- authorize() - Method in interface org.xrpl.xrpl4j.model.ledger.DelegateObject
-
The authorized account.
- authorize() - Method in interface org.xrpl.xrpl4j.model.ledger.DepositPreAuthObject
-
The account that received the preauthorization.
- authorize() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject
-
The authorized account.
- authorize() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject
-
The account that received the preauthorization.
- authorize() - Method in interface org.xrpl.xrpl4j.model.transactions.DelegateSet
-
The XRP Ledger
Addressof the account to authorize. - authorize() - Method in interface org.xrpl.xrpl4j.model.transactions.DepositPreAuth
-
The XRP Ledger
Addressof the sender to preauthorize. - authorize() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet
-
The XRP Ledger
Addressof the account to authorize. - authorize() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth
-
The XRP Ledger
Addressof the sender to preauthorize. - authorize() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject
-
The authorized account.
- authorize() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject
-
The account that received the preauthorization.
- authorize() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDelegateObject
-
The authorized account.
- authorize() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDepositPreAuthObject
-
The account that received the preauthorization.
- authorize(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject.Builder
-
Initializes the optional value
authorizeto authorize. - authorize(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Initializes the optional value
authorizeto authorize. - authorize(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject.Builder
-
Initializes the optional value
authorizeto authorize. - authorize(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject.Builder
-
Initializes the optional value
authorizeto authorize. - authorize(Address) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDelegateLedgerEntryParams.Builder
-
Initializes the value for the
authorizeattribute. - authorize(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject.Builder
-
Initializes the value for the
authorizeattribute. - authorize(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject.Builder
-
Initializes the optional value
authorizeto authorize. - authorize(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Initializes the value for the
authorizeattribute. - authorize(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Initializes the optional value
authorizeto authorize. - authorize(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject.Builder
-
Initializes the optional value
authorizeto authorize. - authorize(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject.Builder
-
Initializes the optional value
authorizeto authorize. - authorizeCredentials() - Method in interface org.xrpl.xrpl4j.model.ledger.DepositPreAuthObject
-
The credential(s) that received the preauthorization.
- authorizeCredentials() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject
-
The credential(s) that received the preauthorization.
- authorizeCredentials() - Method in interface org.xrpl.xrpl4j.model.transactions.DepositPreAuth
-
The
CredentialWrapper's to preauthorize. - authorizeCredentials() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth
-
The
CredentialWrapper's to preauthorize. - authorizeCredentials() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject
-
The credential(s) that received the preauthorization.
- authorizeCredentials() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDepositPreAuthObject
-
The credential(s) that received the preauthorization.
- authorizeCredentials(Iterable<? extends CredentialWrapper>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject.Builder
-
Sets or replaces all elements for
authorizeCredentialslist. - authorizeCredentials(Iterable<? extends CredentialWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Sets or replaces all elements for
authorizeCredentialslist. - authorizeCredentials(Iterable<? extends MetaCredentialWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject.Builder
-
Sets or replaces all elements for
authorizeCredentialslist. - authorized() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
Whether or not this account has authorized this trust line.
- authorized() - Method in interface org.xrpl.xrpl4j.model.client.accounts.TrustLine
-
Whether or not this account has authorized this trust line.
- authorized() - Method in interface org.xrpl.xrpl4j.model.client.ledger.DepositPreAuthLedgerEntryParams
-
The
Addressof the account that received the preauthorization. - authorized() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams
-
The
Addressof the account that received the preauthorization. - authorized(boolean) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine.Builder
-
Initializes the value for the
authorizedattribute. - authorized(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams.Builder
-
Initializes the optional value
authorizedto authorized. - authorized(Address) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams.Builder
-
Initializes the optional value
authorizedto authorized. - AUTHORIZED - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenFlags
-
Constant
MpTokenFlagsfor thelsfMPTAuthorizedaccount flag. - AUTHORIZED - Static variable in class org.xrpl.xrpl4j.model.flags.NfTokenOfferFlags
-
Constant
NfTokenOfferFlagsfor thelsfAuthorizedflag. - AUTHORIZED_MINTER - Enum constant in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
Allow another account to mint and burn tokens on behalf of this account.
- authorizedCredentials() - Method in interface org.xrpl.xrpl4j.model.client.ledger.DepositPreAuthLedgerEntryParams
-
A list of
DepositPreAuthCredentialthat received the preauthorization. - authorizedCredentials() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams
-
A list of
DepositPreAuthCredentialthat received the preauthorization. - authorizedCredentials(Iterable<? extends DepositPreAuthCredential>) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams.Builder
-
Sets or replaces all elements for
authorizedCredentialslist. - averageTime() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType
-
The average time, in seconds, jobs of this type take to perform.
- averageTime() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.JobType
-
The average time, in seconds, jobs of this type take to perform.
- averageTime(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType.Builder
-
Initializes the optional value
averageTimeto averageTime. - averageTime(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType.Builder
-
Initializes the optional value
averageTimeto averageTime.
B
- balance() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject
-
The total amount of XRP, in drops, paid out from this channel, as of the ledger version used.
- balance() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
Representation of the numeric balance currently held against this line.
- balance() - Method in interface org.xrpl.xrpl4j.model.client.accounts.PaymentChannelResultObject
-
The total amount of XRP, in drops, paid out from this channel, as of the ledger version used.
- balance() - Method in interface org.xrpl.xrpl4j.model.client.accounts.TrustLine
-
Representation of the numeric balance currently held against this line.
- balance() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
The account's current XRP balance in drops, represented as an
XrpCurrencyAmount. - balance() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
The account's current XRP balance in drops, represented as an
XrpCurrencyAmount. - balance() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
Total XRP, in drops, already paid out by the channel.
- balance() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
The balance of the trust line, from the perspective of the low account.
- balance() - Method in interface org.xrpl.xrpl4j.model.ledger.PayChannelObject
-
Total XRP, in drops, already paid out by the channel.
- balance() - Method in interface org.xrpl.xrpl4j.model.ledger.RippleStateObject
-
The balance of the trust line, from the perspective of the low account.
- balance() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
-
Total amount of XRP, in drops, delivered by this channel after processing this claim.
- balance() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
The account's current XRP balance in drops, represented as an
XrpCurrencyAmount. - balance() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject
-
Total XRP, in drops, already paid out by the channel.
- balance() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
The balance of the trust line, from the perspective of the low account.
- balance() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAccountRootObject
-
The account's current XRP balance in drops, represented as an
XrpCurrencyAmount. - balance() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaPayChannelObject
-
Total XRP, in drops, already paid out by the channel.
- balance() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaRippleStateObject
-
The balance of the trust line, from the perspective of the low account.
- balance() - Method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelClaim
-
Total amount of XRP, in drops, delivered by this channel after processing this claim.
- balance(String) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine.Builder
-
Initializes the value for the
balanceattribute. - balance(Optional<? extends IssuedCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
balanceto balance. - balance(Optional<? extends XrpCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the optional value
balanceto balance. - balance(Optional<? extends XrpCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
balanceto balance. - balance(Optional<? extends XrpCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
balanceto balance. - balance(IssuedCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the value for the
balanceattribute. - balance(IssuedCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
balanceto balance. - balance(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject.Builder
-
Initializes the value for the
balanceattribute. - balance(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the value for the
balanceattribute. - balance(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject.Builder
-
Initializes the value for the
balanceattribute. - balance(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the optional value
balanceto balance. - balance(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
balanceto balance. - balance(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
balanceto balance. - balances() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesObligations
-
The balances of issued currencies from the issuer in the results that are not includes in the hotwallet balances.
- balances() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesResult
-
Amounts issued to the hotwallet addresses from the request.
- balances() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesObligations
-
The balances of issued currencies from the issuer in the results that are not includes in the hotwallet balances.
- balances() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult
-
Amounts issued to the hotwallet addresses from the request.
- balances(Iterable<? extends GatewayBalancesIssuedCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesObligations.Builder
-
Sets or replaces all elements for
balanceslist. - balances(GatewayBalancesHotWallets) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult.Builder
-
Initializes the value for the
balancesattribute. - balancesByHolder() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesHotWallets
-
Map of addresses of currencies holders to the balances of the currencies held as issued by the issuer in the full response.
- balancesByHolder() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesHotWallets
-
Map of addresses of currencies holders to the balances of the currencies held as issued by the issuer in the full response.
- balancesByHolder(Map<? extends Address, ? extends List<GatewayBalancesIssuedCurrencyAmount>>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesHotWallets.Builder
-
Sets or replaces all mappings from the specified map as entries for the
balancesByHoldermap. - balancesByIssuer() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesAssets
-
The balances of issued currencies issued by the address which is the key of this map.
- balancesByIssuer() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesAssets
-
The balances of issued currencies issued by the address which is the key of this map.
- balancesByIssuer(Map<? extends Address, ? extends List<GatewayBalancesIssuedCurrencyAmount>>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesAssets.Builder
-
Sets or replaces all mappings from the specified map as entries for the
balancesByIssuermap. - BASE_10_UINT64_FIELD_NAMES - Static variable in class org.xrpl.xrpl4j.codec.binary.types.UInt64Type
-
These fields are represented as base 10 Strings in JSON, whereas all other STUInt64s are represented in base16.
- base16Value() - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutablePublicKey
-
The private-key value, as a Base16-encoded (i.e., HEX) string.
- base16Value() - Method in interface org.xrpl.xrpl4j.crypto.keys.PublicKey
-
The private-key value, as a Base16-encoded (i.e., HEX) string.
- base16Value() - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSignature
-
Accessor for this signature as a base16-encoded (HEX) string.
- base16Value() - Method in interface org.xrpl.xrpl4j.crypto.signing.Signature
-
Accessor for this signature as a base16-encoded (HEX) string.
- Base58 - Class in org.xrpl.xrpl4j.codec.addresses
-
Utility class for encoding and decoding in Base58.
- Base58() - Constructor for class org.xrpl.xrpl4j.codec.addresses.Base58
- Base58EncodedSecret - Interface in org.xrpl.xrpl4j.crypto.keys
-
A typed instance of an XRPL Base58 Encoded Secret, which can be used to generate
Seed. - base58Value() - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutablePublicKey
-
The public-key, as a base-58 encoded
String. - base58Value() - Method in interface org.xrpl.xrpl4j.crypto.keys.PublicKey
-
The public-key, as a base-58 encoded
String. - baseAsset() - Method in interface org.xrpl.xrpl4j.model.client.oracle.GetAggregatePriceRequestParams
-
The currency code of the asset to be priced.
- baseAsset() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceRequestParams
-
The currency code of the asset to be priced.
- baseAsset() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceData
-
The primary asset in a trading pair.
- baseAsset() - Method in interface org.xrpl.xrpl4j.model.transactions.PriceData
-
The primary asset in a trading pair.
- baseAsset(String) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceRequestParams.Builder
-
Initializes the value for the
baseAssetattribute. - baseAsset(String) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceData.Builder
-
Initializes the value for the
baseAssetattribute. - baseFee() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeDrops
-
The transaction cost required for a reference transaction to be included in a ledger under minimum load, represented in drops of XRP.
- baseFee() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeDrops
-
The transaction cost required for a reference transaction to be included in a ledger under minimum load, represented in drops of XRP.
- baseFee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee
-
The charge, in drops of XRP, for the reference transaction, as hex.
- baseFee() - Method in interface org.xrpl.xrpl4j.model.transactions.SetFee
-
The charge, in drops of XRP, for the reference transaction, as hex.
- baseFee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeDrops.Builder
-
Initializes the value for the
baseFeeattribute. - baseFeeDrops() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee
-
The charge, in drops of XRP, for the reference transaction (This is the transaction cost before scaling for load).
- baseFeeDrops() - Method in interface org.xrpl.xrpl4j.model.transactions.SetFee
-
The charge, in drops of XRP, for the reference transaction (This is the transaction cost before scaling for load).
- baseFeeDrops(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Initializes the value for the
baseFeeDropsattribute. - BaseFeeDropsDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
XrpCurrencyAmountinstances found inSetFee. - BaseFeeDropsDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.BaseFeeDropsDeserializer
-
No-args constructor.
- baseFeeXrp() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableValidatedLedger
-
The base XRP cost of transaction.
- baseFeeXrp() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.ValidatedLedger
-
The base XRP cost of transaction.
- baseFeeXrp(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableValidatedLedger.Builder
-
Initializes the value for the
baseFeeXrpattribute. - Batch - Interface in org.xrpl.xrpl4j.model.transactions
-
A Batch transaction allows multiple transactions to be grouped together and executed atomically according to the specified batch mode.
- BATCH - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theBatchtransaction. - BATCH_SIGNATURE_PREFIX - Static variable in class org.xrpl.xrpl4j.codec.binary.XrplBinaryCodec
- BatchFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of
TransactionFlagsfor Batch transactions. - BatchFlags.Builder - Class in org.xrpl.xrpl4j.model.flags
-
A builder class for
PaymentFlagsflags. - batchSigner() - Method in interface org.xrpl.xrpl4j.model.transactions.BatchSignerWrapper
-
The
BatchSignerthat this wrapper wraps. - batchSigner() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSignerWrapper
-
The
BatchSignerthat this wrapper wraps. - batchSigner(BatchSigner) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSignerWrapper.Builder
-
Initializes the value for the
batchSignerattribute. - BatchSigner - Interface in org.xrpl.xrpl4j.model.transactions
-
Represents a signer in the
BatchSignersarray of aBatchtransaction. - batchSigners() - Method in interface org.xrpl.xrpl4j.model.transactions.Batch
-
Optional list of batch signers for multi-account batch transactions.
- batchSigners() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch
-
Optional list of batch signers for multi-account batch transactions.
- batchSigners(Iterable<? extends BatchSignerWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Sets or replaces all elements for
batchSignerslist. - BatchSignerWrapper - Interface in org.xrpl.xrpl4j.model.transactions
-
Wrapper object for a
BatchSignerin theBatchSignersarray of aBatchtransaction, to conform to the XRPL transaction JSON structure. - BcDerivedKeySignatureService - Class in org.xrpl.xrpl4j.crypto.signing.bc
-
An implementation of
SignatureServicethat uses an in-memory secret value to deterministically create a seed value that can then be used to generate XRPL private keys. - BcDerivedKeySignatureService(ServerSecretSupplier) - Constructor for class org.xrpl.xrpl4j.crypto.signing.bc.BcDerivedKeySignatureService
-
Required-args Constructor.
- BcDerivedKeySignatureService(ServerSecretSupplier, CaffeineSpec) - Constructor for class org.xrpl.xrpl4j.crypto.signing.bc.BcDerivedKeySignatureService
-
Required-args Constructor.
- BcKeyUtils - Class in org.xrpl.xrpl4j.crypto.keys.bc
-
Utility class for converting between XRPL-4j public/private keys and BouncyCastle implementations.
- BcSignatureService - Class in org.xrpl.xrpl4j.crypto.signing.bc
-
A
SignatureServicethat uses BouncyCastle internally to sign with an in-memory instance ofPrivateKey. - BcSignatureService() - Constructor for class org.xrpl.xrpl4j.crypto.signing.bc.BcSignatureService
-
Required-args Constructor for use in development mode.
- BcSignatureService(SignatureUtils, Ed25519Signer, ECDSASigner) - Constructor for class org.xrpl.xrpl4j.crypto.signing.bc.BcSignatureService
-
Required-args Constructor.
- between(T, T) - Method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Checks if wrapped value is between two given values (inclusive lower bound, exclusive upper bound).
- betweenExclusive(T, T) - Method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Checks if wrapped value is between 2 given values (exclusive lower bound, exclusive upper bound).
- bidMax() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmBid
-
Pay at most this amount for the slot.
- bidMax() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
Pay at most this amount for the slot.
- bidMax(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the optional value
bidMaxto bidMax. - bidMax(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the optional value
bidMaxto bidMax. - bidMin() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmBid
-
Pay at least this amount for the slot.
- bidMin() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
Pay at least this amount for the slot.
- bidMin(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the optional value
bidMinto bidMin. - bidMin(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the optional value
bidMinto bidMin. - bigDecimalValue() - Method in class org.xrpl.xrpl4j.model.transactions.TradingFee
-
Get the
TradingFeeas aBigDecimal. - bigDecimalValue() - Method in class org.xrpl.xrpl4j.model.transactions.VoteWeight
-
Get the
VoteWeightas aBigDecimal. - binary() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsRequestParams
-
Whether or not to return transactions as JSON or binary-encoded hex strings.
- binary() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams
-
Whether or not to return transactions as JSON or binary-encoded hex strings.
- binary() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
If true, return the requested ledger entry's contents as a hex string in the XRP Ledger's binary format.
- binary() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams
-
If true, and
ImmutableLedgerRequestParams.transactions()andImmutableLedgerRequestParams.expand()are both also true, return transaction information in binary format (hexadecimal string) instead of JSON format. - binary() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
If true, return the requested ledger entry's contents as a hex string in the XRP Ledger's binary format.
- binary() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerRequestParams
-
If true, and
LedgerRequestParams.transactions()andLedgerRequestParams.expand()are both also true, return transaction information in binary format (hexadecimal string) instead of JSON format. - binary() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionRequestParams
-
Whether or not to return transaction data and metadata as binary serialized to hexadecimal strings.
- binary() - Method in interface org.xrpl.xrpl4j.model.client.transactions.TransactionRequestParams
-
Whether or not to return transaction data and metadata as binary serialized to hexadecimal strings.
- BinaryCodecObjectMapperFactory - Class in org.xrpl.xrpl4j.codec.binary
- BinaryCodecObjectMapperFactory() - Constructor for class org.xrpl.xrpl4j.codec.binary.BinaryCodecObjectMapperFactory
- BinaryParser - Class in org.xrpl.xrpl4j.codec.binary.serdes
-
Parser for XRPL binary hex values.
- BinaryParser(String) - Constructor for class org.xrpl.xrpl4j.codec.binary.serdes.BinaryParser
- BinarySerializer - Class in org.xrpl.xrpl4j.codec.binary.serdes
-
Serializes JSON to XRPL binary format.
- BinarySerializer(UnsignedByteArray) - Constructor for class org.xrpl.xrpl4j.codec.binary.serdes.BinarySerializer
-
Required-args Constructor.
- BlobType - Class in org.xrpl.xrpl4j.codec.binary.types
-
Codec for XRPL Blob type.
- BlobType() - Constructor for class org.xrpl.xrpl4j.codec.binary.types.BlobType
- BlobType(UnsignedByteArray) - Constructor for class org.xrpl.xrpl4j.codec.binary.types.BlobType
- book() - Method in interface org.xrpl.xrpl4j.model.ledger.BookWrapper
-
A Book object.
- book() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBookWrapper
-
A Book object.
- book() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBookWrapper
-
A Book object.
- book() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaBookWrapper
-
A Book object.
- book(Book) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBookWrapper.Builder
-
Initializes the value for the
bookattribute. - book(MetaBook) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBookWrapper.Builder
-
Initializes the value for the
bookattribute. - Book - Interface in org.xrpl.xrpl4j.model.ledger
-
Object referencing a specific page of an offer directory.
- BOOK_OFFERS - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the book_offers rippled API method.
- bookDirectory() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersOffer
-
The ID of the Offer Directory that links to this offer.
- bookDirectory() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
The ID of the Offer Directory that links to this offer.
- bookDirectory() - Method in interface org.xrpl.xrpl4j.model.ledger.Book
-
The ID of the Offer Directory that links to this offer.
- bookDirectory() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBook
-
The ID of the Offer Directory that links to this offer.
- bookDirectory() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
The ID of the Offer Directory that links to this offer.
- bookDirectory() - Method in interface org.xrpl.xrpl4j.model.ledger.OfferObject
-
The ID of the Offer Directory that links to this offer.
- bookDirectory() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBook
-
The ID of the Offer Directory that links to this offer.
- bookDirectory() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject
-
The ID of the Offer Directory that links to this offer.
- bookDirectory() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaBook
-
The ID of the Offer Directory that links to this offer.
- bookDirectory() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOfferObject
-
The ID of the Offer Directory that links to this offer.
- bookDirectory(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBook.Builder
-
Initializes the optional value
bookDirectoryto bookDirectory. - bookDirectory(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
bookDirectoryto bookDirectory. - bookDirectory(Hash256) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Initializes the value for the
bookDirectoryattribute. - bookDirectory(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBook.Builder
-
Initializes the value for the
bookDirectoryattribute. - bookDirectory(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Initializes the value for the
bookDirectoryattribute. - bookDirectory(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBook.Builder
-
Initializes the optional value
bookDirectoryto bookDirectory. - bookDirectory(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
bookDirectoryto bookDirectory. - bookNode() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersOffer
-
A hint indicating which page of the offer directory links to this object, in case the directory consists of multiple pages.
- bookNode() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
A hint indicating which page of the offer directory links to this object, in case the directory consists of multiple pages.
- bookNode() - Method in interface org.xrpl.xrpl4j.model.ledger.Book
-
A hint indicating which page of the offer directory links to this object, in case the directory consists of multiple pages.
- bookNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBook
-
A hint indicating which page of the offer directory links to this object, in case the directory consists of multiple pages.
- bookNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
A hint indicating which page of the offer directory links to this object, in case the directory consists of multiple pages.
- bookNode() - Method in interface org.xrpl.xrpl4j.model.ledger.OfferObject
-
A hint indicating which page of the offer directory links to this object, in case the directory consists of multiple pages.
- bookNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBook
-
A hint indicating which page of the offer directory links to this object, in case the directory consists of multiple pages.
- bookNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject
-
A hint indicating which page of the offer directory links to this object, in case the directory consists of multiple pages.
- bookNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaBook
-
A hint indicating which page of the offer directory links to this object, in case the directory consists of multiple pages.
- bookNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOfferObject
-
A hint indicating which page of the offer directory links to this object, in case the directory consists of multiple pages.
- bookNode(String) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Initializes the value for the
bookNodeattribute. - bookNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBook.Builder
-
Initializes the value for the
bookNodeattribute. - bookNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Initializes the value for the
bookNodeattribute. - bookNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBook.Builder
-
Initializes the optional value
bookNodeto bookNode. - bookNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
bookNodeto bookNode. - bookNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBook.Builder
-
Initializes the optional value
bookNodeto bookNode. - bookNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
bookNodeto bookNode. - BookOffersOffer - Interface in org.xrpl.xrpl4j.model.client.path
-
Representation of an
OfferObjectreturned in responses tobook_offersRPC requests. - BookOffersRequestParams - Interface in org.xrpl.xrpl4j.model.client.path
-
Request parameters for a "book_offers" rippled API method call.
- BookOffersResult - Interface in org.xrpl.xrpl4j.model.client.path
-
Response object for a "book_offers" rippled API method call.
- BookWrapper - Interface in org.xrpl.xrpl4j.model.ledger
-
A wrapper for
Bookto conform to the rippled API JSON structure. - bridge() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up a
BridgeObjectbyXChainBridge. - bridge() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up a
BridgeObjectbyXChainBridge. - bridge(Address, XChainBridge, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests aBridgeObjectledger entry. - BRIDGE - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforBridgeledger objects. - BRIDGE - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- bridgeAccount() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up a
BridgeObjectbyAddress. - bridgeAccount() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up a
BridgeObjectbyAddress. - BridgeObject - Interface in org.xrpl.xrpl4j.model.ledger
-
Represents a single cross-chain bridge that connects the XRP Ledger with another blockchain, such as its sidechain, and enables value in the form of XRP and other tokens (IOUs) to move efficiently between the two blockchains.
- broadcast() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult
-
trueindicates this transaction was broadcast to peer servers in the peer-to-peer XRP Ledger network. - broadcast() - Method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitResult
-
trueindicates this transaction was broadcast to peer servers in the peer-to-peer XRP Ledger network. - broadcast(boolean) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult.Builder
-
Initializes the value for the
broadcastattribute. - brokerFee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer
-
This field is only valid in brokered mode and specifies the amount that the broker will keep as part of their fee for bringing the two offers together; the remaining amount will be sent to the seller of the NfT being bought.
- brokerFee() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenAcceptOffer
-
This field is only valid in brokered mode and specifies the amount that the broker will keep as part of their fee for bringing the two offers together; the remaining amount will be sent to the seller of the NfT being bought.
- brokerFee(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Initializes the optional value
brokerFeeto brokerFee. - brokerFee(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Initializes the optional value
brokerFeeto brokerFee. - brokerFeeNotPresentInDirectModeAndAtleastOneOfferPresent() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenAcceptOffer
-
Validate that either
NfTokenAcceptOffer.buyOffer()orNfTokenAcceptOffer.sellOffer()is present for direct mode and both are present for brokered mode. - build() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress.Builder
-
Builds a new
ImmutableClassicAddress. - build() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded.Builder
-
Builds a new
ImmutableDecoded. - build() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress.Builder
-
Builds a new
ImmutableDecodedXAddress. - build() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableDefinitions.Builder
-
Builds a new
ImmutableDefinitions. - build() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInfo.Builder
-
Builds a new
ImmutableFieldInfo. - build() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance.Builder
-
Builds a new
ImmutableFieldInstance. - build() - Method in class org.xrpl.xrpl4j.codec.binary.ImmutableFieldHeader.Builder
-
Builds a new
ImmutableFieldHeader. - build() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableFieldWithValue.Builder
-
Builds a new
ImmutableFieldWithValue. - build() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableHop.Builder
-
Builds a new
ImmutableHop. - build() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableIssue.Builder
-
Builds a new
ImmutableIssue. - build() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableXChainBridge.Builder
-
Builds a new
ImmutableXChainBridge. - build() - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutableBase58EncodedSecret.Builder
-
Builds a new
ImmutableBase58EncodedSecret. - build() - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutableKeyPair.Builder
-
Builds a new
ImmutableKeyPair. - build() - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutablePublicKey.Builder
-
Builds a new
ImmutablePublicKey. - build() - Method in class org.xrpl.xrpl4j.crypto.signing.bc.ImmutableEcDsaSignature.Builder
-
Builds a new
ImmutableEcDsaSignature. - build() - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableMultiSignedTransaction.Builder
-
Builds a new
ImmutableMultiSignedTransaction. - build() - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSignature.Builder
-
Builds a new
ImmutableSignature. - build() - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSingleSignedTransaction.Builder
-
Builds a new
ImmutableSingleSignedTransaction. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams.Builder
-
Builds a new
ImmutableAccountChannelsRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Builds a new
ImmutableAccountChannelsResult. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesRequestParams.Builder
-
Builds a new
ImmutableAccountCurrenciesRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult.Builder
-
Builds a new
ImmutableAccountCurrenciesResult. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoRequestParams.Builder
-
Builds a new
ImmutableAccountInfoRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoResult.Builder
-
Builds a new
ImmutableAccountInfoResult. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams.Builder
-
Builds a new
ImmutableAccountLinesRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Builds a new
ImmutableAccountLinesResult. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsRequestParams.Builder
-
Builds a new
ImmutableAccountNftsRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Builds a new
ImmutableAccountNftsResult. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams.Builder
-
Builds a new
ImmutableAccountObjectsRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Builds a new
ImmutableAccountObjectsResult. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams.Builder
-
Builds a new
ImmutableAccountOffersRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Builds a new
ImmutableAccountOffersResult. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams.Builder
-
Builds a new
ImmutableAccountTransactionsRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult.Builder
-
Builds a new
ImmutableAccountTransactionsResult. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransaction.Builder
-
Builds a new
ImmutableAccountTransactionsTransaction. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransactionResult.Builder
-
Builds a new
ImmutableAccountTransactionsTransactionResult. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesAssets.Builder
-
Builds a new
ImmutableGatewayBalancesAssets. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesHotWallets.Builder
-
Builds a new
ImmutableGatewayBalancesHotWallets. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesIssuedCurrencyAmount.Builder
-
Builds a new
ImmutableGatewayBalancesIssuedCurrencyAmount. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesObligations.Builder
-
Builds a new
ImmutableGatewayBalancesObligations. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesRequestParams.Builder
-
Builds a new
ImmutableGatewayBalancesRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult.Builder
-
Builds a new
ImmutableGatewayBalancesResult. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableNfTokenObject.Builder
-
Builds a new
ImmutableNfTokenObject. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableOfferResultObject.Builder
-
Builds a new
ImmutableOfferResultObject. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject.Builder
-
Builds a new
ImmutablePaymentChannelResultObject. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData.Builder
-
Builds a new
ImmutableQueueData. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueTransaction.Builder
-
Builds a new
ImmutableQueueTransaction. - build() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine.Builder
-
Builds a new
ImmutableTrustLine. - build() - Method in class org.xrpl.xrpl4j.model.client.admin.ImmutableAcceptLedgerResult.Builder
-
Builds a new
ImmutableAcceptLedgerResult. - build() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo.Builder
-
Builds a new
ImmutableAmmInfo. - build() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot.Builder
-
Builds a new
ImmutableAmmInfoAuctionSlot. - build() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuthAccount.Builder
-
Builds a new
ImmutableAmmInfoAuthAccount. - build() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoRequestParams.Builder
-
Builds a new
ImmutableAmmInfoRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult.Builder
-
Builds a new
ImmutableAmmInfoResult. - build() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoVoteEntry.Builder
-
Builds a new
ImmutableAmmInfoVoteEntry. - build() - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyRequestParams.Builder
-
Builds a new
ImmutableChannelVerifyRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyResult.Builder
-
Builds a new
ImmutableChannelVerifyResult. - build() - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableUnsignedClaim.Builder
-
Builds a new
ImmutableUnsignedClaim. - build() - Method in class org.xrpl.xrpl4j.model.client.common.ImmutableLedgerSpecifier.Builder
-
Builds a new
ImmutableLedgerSpecifier. - build() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableComputedNetworkFees.Builder
-
Builds a new
ImmutableComputedNetworkFees. - build() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableDecomposedFees.Builder
-
Builds a new
ImmutableDecomposedFees. - build() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeDrops.Builder
-
Builds a new
ImmutableFeeDrops. - build() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeLevels.Builder
-
Builds a new
ImmutableFeeLevels. - build() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult.Builder
-
Builds a new
ImmutableFeeResult. - build() - Method in class org.xrpl.xrpl4j.model.client.ImmutableFinality.Builder
-
Builds a new
ImmutableFinality. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableAmmLedgerEntryParams.Builder
-
Builds a new
ImmutableAmmLedgerEntryParams. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableCredentialLedgerEntryParams.Builder
-
Builds a new
ImmutableCredentialLedgerEntryParams. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDelegateLedgerEntryParams.Builder
-
Builds a new
ImmutableDelegateLedgerEntryParams. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthCredential.Builder
-
Builds a new
ImmutableDepositPreAuthCredential. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams.Builder
-
Builds a new
ImmutableDepositPreAuthLedgerEntryParams. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableEscrowLedgerEntryParams.Builder
-
Builds a new
ImmutableEscrowLedgerEntryParams. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult.Builder
-
Builds a new
ImmutableLedgerEntryResult. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams.Builder
-
Builds a new
ImmutableLedgerRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult.Builder
-
Builds a new
ImmutableLedgerResult. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableMpTokenLedgerEntryParams.Builder
-
Builds a new
ImmutableMpTokenLedgerEntryParams. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOfferLedgerEntryParams.Builder
-
Builds a new
ImmutableOfferLedgerEntryParams. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOracleLedgerEntryParams.Builder
-
Builds a new
ImmutableOracleLedgerEntryParams. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutablePermissionedDomainLedgerEntryParams.Builder
-
Builds a new
ImmutablePermissionedDomainLedgerEntryParams. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateAccounts.Builder
-
Builds a new
ImmutableRippleStateAccounts. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateLedgerEntryParams.Builder
-
Builds a new
ImmutableRippleStateLedgerEntryParams. - build() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableTicketLedgerEntryParams.Builder
-
Builds a new
ImmutableTicketLedgerEntryParams. - build() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken.Builder
-
Builds a new
ImmutableMptHoldersMpToken. - build() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams.Builder
-
Builds a new
ImmutableMptHoldersRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse.Builder
-
Builds a new
ImmutableMptHoldersResponse. - build() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableBuyOffer.Builder
-
Builds a new
ImmutableBuyOffer. - build() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams.Builder
-
Builds a new
ImmutableNftBuyOffersRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult.Builder
-
Builds a new
ImmutableNftBuyOffersResult. - build() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoRequestParams.Builder
-
Builds a new
ImmutableNftInfoRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult.Builder
-
Builds a new
ImmutableNftInfoResult. - build() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams.Builder
-
Builds a new
ImmutableNftSellOffersRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult.Builder
-
Builds a new
ImmutableNftSellOffersResult. - build() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableSellOffer.Builder
-
Builds a new
ImmutableSellOffer. - build() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableAggregatePriceSet.Builder
-
Builds a new
ImmutableAggregatePriceSet. - build() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceRequestParams.Builder
-
Builds a new
ImmutableGetAggregatePriceRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult.Builder
-
Builds a new
ImmutableGetAggregatePriceResult. - build() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Builds a new
ImmutableBookOffersOffer. - build() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersRequestParams.Builder
-
Builds a new
ImmutableBookOffersRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult.Builder
-
Builds a new
ImmutableBookOffersResult. - build() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedRequestParams.Builder
-
Builds a new
ImmutableDepositAuthorizedRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult.Builder
-
Builds a new
ImmutableDepositAuthorizedResult. - build() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathAlternative.Builder
-
Builds a new
ImmutablePathAlternative. - build() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathCurrency.Builder
-
Builds a new
ImmutablePathCurrency. - build() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams.Builder
-
Builds a new
ImmutableRipplePathFindRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult.Builder
-
Builds a new
ImmutableRipplePathFindResult. - build() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo.Builder
-
Builds a new
ImmutableClioServerInfo. - build() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType.Builder
-
Builds a new
ImmutableJobType. - build() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLastClose.Builder
-
Builds a new
ImmutableLastClose. - build() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLoad.Builder
-
Builds a new
ImmutableLoad. - build() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Builds a new
ImmutableReportingModeServerInfo. - build() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Builds a new
ImmutableRippledServerInfo. - build() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableServerInfoResult.Builder
-
Builds a new
ImmutableServerInfoResult. - build() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableValidatedLedger.Builder
-
Builds a new
ImmutableValidatedLedger. - build() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedRequestParams.Builder
-
Builds a new
ImmutableSubmitMultiSignedRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedResult.Builder
-
Builds a new
ImmutableSubmitMultiSignedResult. - build() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitRequestParams.Builder
-
Builds a new
ImmutableSubmitRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult.Builder
-
Builds a new
ImmutableSubmitResult. - build() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionRequestParams.Builder
-
Builds a new
ImmutableTransactionRequestParams. - build() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult.Builder
-
Builds a new
ImmutableTransactionResult. - build() - Method in class org.xrpl.xrpl4j.model.flags.AccountSetTransactionFlags.Builder
-
Build a new
AccountSetTransactionFlagsfrom the current boolean values. - build() - Method in class org.xrpl.xrpl4j.model.flags.BatchFlags.Builder
-
Build a new
PaymentFlagsfrom the current boolean values. - build() - Method in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceCreateFlags.Builder
-
Build a new
MpTokenIssuanceCreateFlagsfrom the current boolean values. - build() - Method in class org.xrpl.xrpl4j.model.flags.NfTokenCreateOfferFlags.Builder
-
Build a new
NfTokenCreateOfferFlagsfrom the current boolean values. - build() - Method in class org.xrpl.xrpl4j.model.flags.NfTokenMintFlags.Builder
-
Build a new
NfTokenMintFlagsfrom the current boolean values. - build() - Method in class org.xrpl.xrpl4j.model.flags.OfferCreateFlags.Builder
-
Build a new
OfferCreateFlagsfrom the current boolean values. - build() - Method in class org.xrpl.xrpl4j.model.flags.PaymentChannelClaimFlags.Builder
-
Build a new
PaymentChannelClaimFlagsfrom the current boolean values. - build() - Method in class org.xrpl.xrpl4j.model.flags.PaymentFlags.Builder
-
Build a new
PaymentFlagsfrom the current boolean values. - build() - Method in class org.xrpl.xrpl4j.model.flags.TransactionFlags.Builder
-
Build a
TransactionFlags. - build() - Method in class org.xrpl.xrpl4j.model.flags.TrustSetFlags.Builder
-
Build a new
TrustSetFlagsfrom the current boolean values. - build() - Method in class org.xrpl.xrpl4j.model.flags.XChainModifyBridgeFlags.Builder
-
Build a new
XChainModifyBridgeFlagsfrom the current boolean values. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Builds a new
ImmutableAccountRootObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject.Builder
-
Builds a new
ImmutableAmmObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim.Builder
-
Builds a new
ImmutableAttestationClaim. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationCreateAccount.Builder
-
Builds a new
ImmutableAttestationCreateAccount. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot.Builder
-
Builds a new
ImmutableAuctionSlot. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccount.Builder
-
Builds a new
ImmutableAuthAccount. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccountWrapper.Builder
-
Builds a new
ImmutableAuthAccountWrapper. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBook.Builder
-
Builds a new
ImmutableBook. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBookWrapper.Builder
-
Builds a new
ImmutableBookWrapper. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject.Builder
-
Builds a new
ImmutableBridgeObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject.Builder
-
Builds a new
ImmutableCheckObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject.Builder
-
Builds a new
ImmutableCredentialObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject.Builder
-
Builds a new
ImmutableDelegateObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject.Builder
-
Builds a new
ImmutableDepositPreAuthObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject.Builder
-
Builds a new
ImmutableDidObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Builds a new
ImmutableEscrowObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableIssue.Builder
-
Builds a new
ImmutableIssue. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Builds a new
ImmutableLedgerHeader. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Builds a new
ImmutableMpTokenIssuanceObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject.Builder
-
Builds a new
ImmutableMpTokenObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfToken.Builder
-
Builds a new
ImmutableNfToken. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Builds a new
ImmutableNfTokenOfferObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject.Builder
-
Builds a new
ImmutableNfTokenPageObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenWrapper.Builder
-
Builds a new
ImmutableNfTokenWrapper. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Builds a new
ImmutableOfferObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject.Builder
-
Builds a new
ImmutableOracleObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject.Builder
-
Builds a new
ImmutablePayChannelObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject.Builder
-
Builds a new
ImmutablePermissionedDomainObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Builds a new
ImmutableRippleStateObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerEntry.Builder
-
Builds a new
ImmutableSignerEntry. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerEntryWrapper.Builder
-
Builds a new
ImmutableSignerEntryWrapper. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject.Builder
-
Builds a new
ImmutableSignerListObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject.Builder
-
Builds a new
ImmutableTicketObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableUnknownLedgerObject.Builder
-
Builds a new
ImmutableUnknownLedgerObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableVoteEntry.Builder
-
Builds a new
ImmutableVoteEntry. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableVoteEntryWrapper.Builder
-
Builds a new
ImmutableVoteEntryWrapper. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimAttestation.Builder
-
Builds a new
ImmutableXChainClaimAttestation. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimProofSig.Builder
-
Builds a new
ImmutableXChainClaimProofSig. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountAttestation.Builder
-
Builds a new
ImmutableXChainCreateAccountAttestation. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountProofSig.Builder
-
Builds a new
ImmutableXChainCreateAccountProofSig. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject.Builder
-
Builds a new
ImmutableXChainOwnedClaimIdObject. - build() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject.Builder
-
Builds a new
ImmutableXChainOwnedCreateAccountClaimIdObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.Address.Builder
-
Builds a new
Address. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Builds a new
ImmutableAccountDelete. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Builds a new
ImmutableAccountSet. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Builds a new
ImmutableAmmBid. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Builds a new
ImmutableAmmClawback. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Builds a new
ImmutableAmmCreate. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Builds a new
ImmutableAmmDelete. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Builds a new
ImmutableAmmDeposit. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Builds a new
ImmutableAmmVote. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Builds a new
ImmutableAmmWithdraw. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Builds a new
ImmutableBatch. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSigner.Builder
-
Builds a new
ImmutableBatchSigner. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSignerWrapper.Builder
-
Builds a new
ImmutableBatchSignerWrapper. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Builds a new
ImmutableCheckCancel. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Builds a new
ImmutableCheckCash. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Builds a new
ImmutableCheckCreate. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Builds a new
ImmutableClawback. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredential.Builder
-
Builds a new
ImmutableCredential. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Builds a new
ImmutableCredentialAccept. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Builds a new
ImmutableCredentialCreate. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Builds a new
ImmutableCredentialDelete. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialWrapper.Builder
-
Builds a new
ImmutableCredentialWrapper. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Builds a new
ImmutableDelegateSet. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Builds a new
ImmutableDepositPreAuth. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Builds a new
ImmutableDidDelete. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Builds a new
ImmutableDidSet. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Builds a new
ImmutableEnableAmendment. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Builds a new
ImmutableEscrowCancel. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Builds a new
ImmutableEscrowCreate. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Builds a new
ImmutableEscrowFinish. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableIssuedCurrencyAmount.Builder
-
Builds a new
ImmutableIssuedCurrencyAmount. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemo.Builder
-
Builds a new
ImmutableMemo. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemoWrapper.Builder
-
Builds a new
ImmutableMemoWrapper. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMptCurrencyAmount.Builder
-
Builds a new
ImmutableMptCurrencyAmount. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Builds a new
ImmutableMpTokenAuthorize. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Builds a new
ImmutableMpTokenIssuanceCreate. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Builds a new
ImmutableMpTokenIssuanceDestroy. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Builds a new
ImmutableMpTokenIssuanceSet. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Builds a new
ImmutableNfTokenAcceptOffer. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Builds a new
ImmutableNfTokenBurn. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Builds a new
ImmutableNfTokenCancelOffer. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Builds a new
ImmutableNfTokenCreateOffer. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Builds a new
ImmutableNfTokenMint. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Builds a new
ImmutableOfferCancel. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Builds a new
ImmutableOfferCreate. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Builds a new
ImmutableOracleDelete. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Builds a new
ImmutableOracleSet. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePathStep.Builder
-
Builds a new
ImmutablePathStep. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Builds a new
ImmutablePayment. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Builds a new
ImmutablePaymentChannelClaim. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Builds a new
ImmutablePaymentChannelCreate. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Builds a new
ImmutablePaymentChannelFund. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermission.Builder
-
Builds a new
ImmutablePermission. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Builds a new
ImmutablePermissionedDomainDelete. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Builds a new
ImmutablePermissionedDomainSet. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionWrapper.Builder
-
Builds a new
ImmutablePermissionWrapper. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceData.Builder
-
Builds a new
ImmutablePriceData. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceDataWrapper.Builder
-
Builds a new
ImmutablePriceDataWrapper. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableRawTransactionWrapper.Builder
-
Builds a new
ImmutableRawTransactionWrapper. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Builds a new
ImmutableSetFee. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Builds a new
ImmutableSetRegularKey. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSigner.Builder
-
Builds a new
ImmutableSigner. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Builds a new
ImmutableSignerListSet. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerWrapper.Builder
-
Builds a new
ImmutableSignerWrapper. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Builds a new
ImmutableTicketCreate. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Builds a new
ImmutableTransactionMetadata. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Builds a new
ImmutableTrustSet. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Builds a new
ImmutableUnknownTransaction. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Builds a new
ImmutableUnlModify. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Builds a new
ImmutableXChainAccountCreateCommit. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Builds a new
ImmutableXChainAddAccountCreateAttestation. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Builds a new
ImmutableXChainAddClaimAttestation. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainBridge.Builder
-
Builds a new
ImmutableXChainBridge. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Builds a new
ImmutableXChainClaim. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Builds a new
ImmutableXChainCommit. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Builds a new
ImmutableXChainCreateBridge. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Builds a new
ImmutableXChainCreateClaimId. - build() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Builds a new
ImmutableXChainModifyBridge. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableCreatedNode.Builder
-
Builds a new
ImmutableCreatedNode. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode.Builder
-
Builds a new
ImmutableDeletedNode. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Builds a new
ImmutableMetaAccountRootObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject.Builder
-
Builds a new
ImmutableMetaAmmObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot.Builder
-
Builds a new
ImmutableMetaAuctionSlot. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccount.Builder
-
Builds a new
ImmutableMetaAuthAccount. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccountWrapper.Builder
-
Builds a new
ImmutableMetaAuthAccountWrapper. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBook.Builder
-
Builds a new
ImmutableMetaBook. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBookWrapper.Builder
-
Builds a new
ImmutableMetaBookWrapper. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject.Builder
-
Builds a new
ImmutableMetaBridgeObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Builds a new
ImmutableMetaCheckObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredential.Builder
-
Builds a new
ImmutableMetaCredential. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject.Builder
-
Builds a new
ImmutableMetaCredentialObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialWrapper.Builder
-
Builds a new
ImmutableMetaCredentialWrapper. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject.Builder
-
Builds a new
ImmutableMetaDelegateObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject.Builder
-
Builds a new
ImmutableMetaDepositPreAuthObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject.Builder
-
Builds a new
ImmutableMetaDidObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Builds a new
ImmutableMetaEscrowObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaLedgerEntryType.Builder
-
Builds a new
ImmutableMetaLedgerEntryType. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Builds a new
ImmutableMetaMpTokenIssuanceObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject.Builder
-
Builds a new
ImmutableMetaMpTokenObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Builds a new
ImmutableMetaNfTokenOfferObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject.Builder
-
Builds a new
ImmutableMetaNfTokenPageObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Builds a new
ImmutableMetaOfferObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject.Builder
-
Builds a new
ImmutableMetaOracleObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Builds a new
ImmutableMetaPayChannelObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject.Builder
-
Builds a new
ImmutableMetaPermissionedDomainObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Builds a new
ImmutableMetaRippleStateObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerEntry.Builder
-
Builds a new
ImmutableMetaSignerEntry. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerEntryWrapper.Builder
-
Builds a new
ImmutableMetaSignerEntryWrapper. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject.Builder
-
Builds a new
ImmutableMetaSignerListObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject.Builder
-
Builds a new
ImmutableMetaTicketObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaUnknownObject.Builder
-
Builds a new
ImmutableMetaUnknownObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaVoteEntry.Builder
-
Builds a new
ImmutableMetaVoteEntry. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaVoteEntryWrapper.Builder
-
Builds a new
ImmutableMetaVoteEntryWrapper. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimAttestation.Builder
-
Builds a new
ImmutableMetaXChainClaimAttestation. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig.Builder
-
Builds a new
ImmutableMetaXChainClaimProofSig. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountAttestation.Builder
-
Builds a new
ImmutableMetaXChainCreateAccountAttestation. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig.Builder
-
Builds a new
ImmutableMetaXChainCreateAccountProofSig. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject.Builder
-
Builds a new
ImmutableMetaXChainOwnedClaimIdObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject.Builder
-
Builds a new
ImmutableMetaXChainOwnedCreateAccountClaimIdObject. - build() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode.Builder
-
Builds a new
ImmutableModifiedNode. - build() - Method in class org.xrpl.xrpl4j.model.transactions.XAddress.Builder
-
Builds a new
XAddress. - build() - Method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount.Builder
-
Builds a new
XrpCurrencyAmount. - builder() - Static method in interface org.xrpl.xrpl4j.codec.addresses.ClassicAddress
-
Get a new
ImmutableClassicAddress.Builderinstance. - builder() - Static method in interface org.xrpl.xrpl4j.codec.addresses.Decoded
-
Get a new
ImmutableDecoded.Builderinstance. - builder() - Static method in interface org.xrpl.xrpl4j.codec.addresses.DecodedXAddress
-
Get a new
ImmutableDecodedXAddress.Builderinstance. - builder() - Static method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
-
Creates a builder for
ImmutableClassicAddress. - builder() - Static method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
-
Creates a builder for
ImmutableDecoded. - builder() - Static method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
-
Creates a builder for
ImmutableDecodedXAddress. - builder() - Static method in interface org.xrpl.xrpl4j.codec.binary.definitions.FieldInstance
- builder() - Static method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableDefinitions
-
Creates a builder for
ImmutableDefinitions. - builder() - Static method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInfo
-
Creates a builder for
ImmutableFieldInfo. - builder() - Static method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance
-
Creates a builder for
ImmutableFieldInstance. - builder() - Static method in interface org.xrpl.xrpl4j.codec.binary.FieldHeader
- builder() - Static method in class org.xrpl.xrpl4j.codec.binary.ImmutableFieldHeader
-
Creates a builder for
ImmutableFieldHeader. - builder() - Static method in interface org.xrpl.xrpl4j.codec.binary.types.FieldWithValue
- builder() - Static method in interface org.xrpl.xrpl4j.codec.binary.types.Hop
- builder() - Static method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableFieldWithValue
-
Creates a builder for
ImmutableFieldWithValue. - builder() - Static method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableHop
-
Creates a builder for
ImmutableHop. - builder() - Static method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableIssue
-
Creates a builder for
ImmutableIssue. - builder() - Static method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableXChainBridge
-
Creates a builder for
ImmutableXChainBridge. - builder() - Static method in interface org.xrpl.xrpl4j.codec.binary.types.Issue
-
Construct a
Issuebuilder. - builder() - Static method in interface org.xrpl.xrpl4j.codec.binary.types.XChainBridge
-
Construct a
XChainBridgebuilder. - builder() - Static method in interface org.xrpl.xrpl4j.crypto.keys.Base58EncodedSecret
-
Instantiates a new builder.
- builder() - Static method in class org.xrpl.xrpl4j.crypto.keys.ImmutableBase58EncodedSecret
-
Creates a builder for
ImmutableBase58EncodedSecret. - builder() - Static method in class org.xrpl.xrpl4j.crypto.keys.ImmutableKeyPair
-
Creates a builder for
ImmutableKeyPair. - builder() - Static method in class org.xrpl.xrpl4j.crypto.keys.ImmutablePublicKey
-
Creates a builder for
ImmutablePublicKey. - builder() - Static method in interface org.xrpl.xrpl4j.crypto.keys.KeyPair
-
Convenience builder.
- builder() - Static method in interface org.xrpl.xrpl4j.crypto.keys.PublicKey
-
Instantiates a new builder.
- builder() - Static method in interface org.xrpl.xrpl4j.crypto.signing.bc.EcDsaSignature
- builder() - Static method in class org.xrpl.xrpl4j.crypto.signing.bc.ImmutableEcDsaSignature
-
Creates a builder for
ImmutableEcDsaSignature. - builder() - Static method in class org.xrpl.xrpl4j.crypto.signing.ImmutableMultiSignedTransaction
-
Creates a builder for
ImmutableMultiSignedTransaction. - builder() - Static method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSignature
-
Creates a builder for
ImmutableSignature. - builder() - Static method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSingleSignedTransaction
-
Creates a builder for
ImmutableSingleSignedTransaction. - builder() - Static method in interface org.xrpl.xrpl4j.crypto.signing.MultiSignedTransaction
-
A builder.
- builder() - Static method in interface org.xrpl.xrpl4j.crypto.signing.Signature
-
Instantiates a new builder.
- builder() - Static method in interface org.xrpl.xrpl4j.crypto.signing.SingleSignedTransaction
-
A builder.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsRequestParams
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsResult
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountCurrenciesRequestParams
-
Builder for
AccountCurrenciesRequestParams. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountCurrenciesResult
-
Construct a builder.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountInfoRequestParams
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountInfoResult
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesRequestParams
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesResult
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountNftsRequestParams
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountNftsResult
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsResult
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountOffersRequestParams
-
Construct a builder.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountOffersResult
-
Construct a builder.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsResult
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsTransaction
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsTransactionResult
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesAssets
-
Constructs a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesHotWallets
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesIssuedCurrencyAmount
-
Construct a builder.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesObligations
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesRequestParams
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesResult
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams
-
Creates a builder for
ImmutableAccountChannelsRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult
-
Creates a builder for
ImmutableAccountChannelsResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesRequestParams
-
Creates a builder for
ImmutableAccountCurrenciesRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult
-
Creates a builder for
ImmutableAccountCurrenciesResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoRequestParams
-
Creates a builder for
ImmutableAccountInfoRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoResult
-
Creates a builder for
ImmutableAccountInfoResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams
-
Creates a builder for
ImmutableAccountLinesRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult
-
Creates a builder for
ImmutableAccountLinesResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsRequestParams
-
Creates a builder for
ImmutableAccountNftsRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult
-
Creates a builder for
ImmutableAccountNftsResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams
-
Creates a builder for
ImmutableAccountObjectsRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult
-
Creates a builder for
ImmutableAccountObjectsResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams
-
Creates a builder for
ImmutableAccountOffersRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult
-
Creates a builder for
ImmutableAccountOffersResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams
-
Creates a builder for
ImmutableAccountTransactionsRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult
-
Creates a builder for
ImmutableAccountTransactionsResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransaction
-
Creates a builder for
ImmutableAccountTransactionsTransaction. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransactionResult
-
Creates a builder for
ImmutableAccountTransactionsTransactionResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesAssets
-
Creates a builder for
ImmutableGatewayBalancesAssets. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesHotWallets
-
Creates a builder for
ImmutableGatewayBalancesHotWallets. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesIssuedCurrencyAmount
-
Creates a builder for
ImmutableGatewayBalancesIssuedCurrencyAmount. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesObligations
-
Creates a builder for
ImmutableGatewayBalancesObligations. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesRequestParams
-
Creates a builder for
ImmutableGatewayBalancesRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult
-
Creates a builder for
ImmutableGatewayBalancesResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableNfTokenObject
-
Creates a builder for
ImmutableNfTokenObject. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableOfferResultObject
-
Creates a builder for
ImmutableOfferResultObject. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject
-
Creates a builder for
ImmutablePaymentChannelResultObject. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData
-
Creates a builder for
ImmutableQueueData. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueTransaction
-
Creates a builder for
ImmutableQueueTransaction. - builder() - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
Creates a builder for
ImmutableTrustLine. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.NfTokenObject
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.OfferResultObject
-
Construct a builder.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.PaymentChannelResultObject
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.QueueData
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.QueueTransaction
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.accounts.TrustLine
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.admin.AcceptLedgerResult
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.client.admin.ImmutableAcceptLedgerResult
-
Creates a builder for
ImmutableAcceptLedgerResult. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfo
-
Construct a
AmmInfobuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoAuctionSlot
-
Construct a
AmmInfoAuctionSlotbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoAuthAccount
-
Construct a
AmmInfoAuthAccountbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoResult
-
Construct a
AmmInfoResultbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoVoteEntry
-
Construct a
AmmInfoVoteEntrybuilder. - builder() - Static method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo
-
Creates a builder for
ImmutableAmmInfo. - builder() - Static method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot
-
Creates a builder for
ImmutableAmmInfoAuctionSlot. - builder() - Static method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuthAccount
-
Creates a builder for
ImmutableAmmInfoAuthAccount. - builder() - Static method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoRequestParams
-
Creates a builder for
ImmutableAmmInfoRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult
-
Creates a builder for
ImmutableAmmInfoResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoVoteEntry
-
Creates a builder for
ImmutableAmmInfoVoteEntry. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.channels.ChannelVerifyRequestParams
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.channels.ChannelVerifyResult
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyRequestParams
-
Creates a builder for
ImmutableChannelVerifyRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyResult
-
Creates a builder for
ImmutableChannelVerifyResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.channels.ImmutableUnsignedClaim
-
Creates a builder for
ImmutableUnsignedClaim. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.channels.UnsignedClaim
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.client.common.ImmutableLedgerSpecifier
-
Creates a builder for
ImmutableLedgerSpecifier. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.fees.ComputedNetworkFees
-
A builder of for
ComputedNetworkFees. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.fees.FeeDrops
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.fees.FeeLevels
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.fees.FeeResult
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.client.fees.ImmutableComputedNetworkFees
-
Creates a builder for
ImmutableComputedNetworkFees. - builder() - Static method in class org.xrpl.xrpl4j.model.client.fees.ImmutableDecomposedFees
-
Creates a builder for
ImmutableDecomposedFees. - builder() - Static method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeDrops
-
Creates a builder for
ImmutableFeeDrops. - builder() - Static method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeLevels
-
Creates a builder for
ImmutableFeeLevels. - builder() - Static method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult
-
Creates a builder for
ImmutableFeeResult. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.Finality
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.client.ImmutableFinality
-
Creates a builder for
ImmutableFinality. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.ledger.AmmLedgerEntryParams
-
Construct a
AmmLedgerEntryParamsbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.ledger.CredentialLedgerEntryParams
-
Construct a
CredentialLedgerEntryParamsbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.ledger.DelegateLedgerEntryParams
-
Construct a
DelegateLedgerEntryParamsbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.ledger.DepositPreAuthCredential
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.ledger.DepositPreAuthLedgerEntryParams
-
Construct a
DepositPreAuthLedgerEntryParamsbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.ledger.EscrowLedgerEntryParams
-
Construct a
EscrowLedgerEntryParamsbuilder. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableAmmLedgerEntryParams
-
Creates a builder for
ImmutableAmmLedgerEntryParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableCredentialLedgerEntryParams
-
Creates a builder for
ImmutableCredentialLedgerEntryParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDelegateLedgerEntryParams
-
Creates a builder for
ImmutableDelegateLedgerEntryParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthCredential
-
Creates a builder for
ImmutableDepositPreAuthCredential. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams
-
Creates a builder for
ImmutableDepositPreAuthLedgerEntryParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableEscrowLedgerEntryParams
-
Creates a builder for
ImmutableEscrowLedgerEntryParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Creates a builder for
ImmutableLedgerEntryRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult
-
Creates a builder for
ImmutableLedgerEntryResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams
-
Creates a builder for
ImmutableLedgerRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult
-
Creates a builder for
ImmutableLedgerResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableMpTokenLedgerEntryParams
-
Creates a builder for
ImmutableMpTokenLedgerEntryParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOfferLedgerEntryParams
-
Creates a builder for
ImmutableOfferLedgerEntryParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOracleLedgerEntryParams
-
Creates a builder for
ImmutableOracleLedgerEntryParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutablePermissionedDomainLedgerEntryParams
-
Creates a builder for
ImmutablePermissionedDomainLedgerEntryParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateAccounts
-
Creates a builder for
ImmutableRippleStateAccounts. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateLedgerEntryParams
-
Creates a builder for
ImmutableRippleStateLedgerEntryParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableTicketLedgerEntryParams
-
Creates a builder for
ImmutableTicketLedgerEntryParams. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryResult
-
Construct a
LedgerEntryResultbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerRequestParams
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerResult
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.ledger.MpTokenLedgerEntryParams
-
Construct a
MpTokenLedgerEntryParamsbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.ledger.OfferLedgerEntryParams
-
Construct a
OfferLedgerEntryParamsbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.ledger.OracleLedgerEntryParams
-
Construct a
OracleLedgerEntryParamsbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.ledger.PermissionedDomainLedgerEntryParams
-
Construct a
PermissionedDomainLedgerEntryParamsbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.ledger.RippleStateLedgerEntryParams
-
Construct a
RippleStateLedgerEntryParamsbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.ledger.TicketLedgerEntryParams
-
Construct a
TicketLedgerEntryParamsbuilder. - builder() - Static method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken
-
Creates a builder for
ImmutableMptHoldersMpToken. - builder() - Static method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams
-
Creates a builder for
ImmutableMptHoldersRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse
-
Creates a builder for
ImmutableMptHoldersResponse. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersMpToken
-
Construct a
MptHoldersMpTokenbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersRequestParams
-
Construct a
MptHoldersRequestParamsbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersResponse
-
Construct a
MptHoldersResponsebuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.nft.BuyOffer
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableBuyOffer
-
Creates a builder for
ImmutableBuyOffer. - builder() - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams
-
Creates a builder for
ImmutableNftBuyOffersRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult
-
Creates a builder for
ImmutableNftBuyOffersResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoRequestParams
-
Creates a builder for
ImmutableNftInfoRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult
-
Creates a builder for
ImmutableNftInfoResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams
-
Creates a builder for
ImmutableNftSellOffersRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult
-
Creates a builder for
ImmutableNftSellOffersResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableSellOffer
-
Creates a builder for
ImmutableSellOffer. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.nft.NftBuyOffersRequestParams
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.nft.NftBuyOffersResult
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.nft.NftInfoRequestParams
-
Construct a
NftInfoRequestParamsbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.nft.NftInfoResult
-
Construct a
NftInfoResultbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.nft.NftSellOffersRequestParams
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.nft.NftSellOffersResult
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.nft.SellOffer
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.oracle.AggregatePriceSet
-
Construct a
AggregatePriceSetbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.oracle.GetAggregatePriceRequestParams
-
Construct a
GetAggregatePriceRequestParamsbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.oracle.GetAggregatePriceResult
-
Construct a
GetAggregatePriceResultbuilder. - builder() - Static method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableAggregatePriceSet
-
Creates a builder for
ImmutableAggregatePriceSet. - builder() - Static method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceRequestParams
-
Creates a builder for
ImmutableGetAggregatePriceRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult
-
Creates a builder for
ImmutableGetAggregatePriceResult. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.path.BookOffersOffer
-
Construct a
BookOffersOfferbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.path.BookOffersRequestParams
-
Construct a
BookOffersRequestParamsbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.path.BookOffersResult
-
Construct a
BookOffersResultbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.path.DepositAuthorizedRequestParams
-
Construct a builder.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.path.DepositAuthorizedResult
-
Construct a builder.
- builder() - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
Creates a builder for
ImmutableBookOffersOffer. - builder() - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersRequestParams
-
Creates a builder for
ImmutableBookOffersRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult
-
Creates a builder for
ImmutableBookOffersResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedRequestParams
-
Creates a builder for
ImmutableDepositAuthorizedRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult
-
Creates a builder for
ImmutableDepositAuthorizedResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathAlternative
-
Creates a builder for
ImmutablePathAlternative. - builder() - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathCurrency
-
Creates a builder for
ImmutablePathCurrency. - builder() - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams
-
Creates a builder for
ImmutableRipplePathFindRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult
-
Creates a builder for
ImmutableRipplePathFindResult. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.path.PathAlternative
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.path.PathCurrency
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.path.RipplePathFindRequestParams
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.path.RipplePathFindResult
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.serverinfo.ClioServerInfo
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo
-
Creates a builder for
ImmutableClioServerInfo. - builder() - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType
-
Creates a builder for
ImmutableJobType. - builder() - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLastClose
-
Creates a builder for
ImmutableLastClose. - builder() - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLoad
-
Creates a builder for
ImmutableLoad. - builder() - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
Creates a builder for
ImmutableReportingModeServerInfo. - builder() - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
Creates a builder for
ImmutableRippledServerInfo. - builder() - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableServerInfoResult
-
Creates a builder for
ImmutableServerInfoResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableValidatedLedger
-
Creates a builder for
ImmutableValidatedLedger. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.serverinfo.ReportingModeServerInfo
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.JobType
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.LastClose
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.Load
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.ValidatedLedger
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfoResult
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedRequestParams
-
Creates a builder for
ImmutableSubmitMultiSignedRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedResult
-
Creates a builder for
ImmutableSubmitMultiSignedResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitRequestParams
-
Creates a builder for
ImmutableSubmitRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult
-
Creates a builder for
ImmutableSubmitResult. - builder() - Static method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionRequestParams
-
Creates a builder for
ImmutableTransactionRequestParams. - builder() - Static method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult
-
Creates a builder for
ImmutableTransactionResult. - builder() - Static method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitMultiSignedRequestParams
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitMultiSignedResult
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitResult
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.transactions.TransactionRequestParams
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.client.transactions.TransactionResult
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.flags.AccountSetTransactionFlags
-
Create a new
AccountSetTransactionFlags.Builder. - builder() - Static method in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceCreateFlags
-
Create a new
MpTokenIssuanceCreateFlags.Builder. - builder() - Static method in class org.xrpl.xrpl4j.model.flags.NfTokenCreateOfferFlags
-
Create a new
NfTokenCreateOfferFlags.Builder. - builder() - Static method in class org.xrpl.xrpl4j.model.flags.NfTokenMintFlags
-
Create a new
NfTokenMintFlags.Builder. - builder() - Static method in class org.xrpl.xrpl4j.model.flags.OfferCreateFlags
-
Create a new
OfferCreateFlags.Builder. - builder() - Static method in class org.xrpl.xrpl4j.model.flags.PaymentChannelClaimFlags
-
Create a new
PaymentChannelClaimFlags.Builder. - builder() - Static method in class org.xrpl.xrpl4j.model.flags.PaymentFlags
-
Create a new
PaymentFlags.Builder. - builder() - Static method in class org.xrpl.xrpl4j.model.flags.TrustSetFlags
-
Create a new
TrustSetFlags.Builder. - builder() - Static method in class org.xrpl.xrpl4j.model.flags.XChainModifyBridgeFlags
-
Create a new
XChainModifyBridgeFlags.Builder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.AmmObject
-
Construct a
AmmObjectbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.AttestationClaim
-
Construct a
AttestationClaimbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.AttestationCreateAccount
-
Construct a
AttestationCreateAccountbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.AuctionSlot
-
Construct a
AuctionSlotbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.Book
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.BookWrapper
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.BridgeObject
-
Construct a
BridgeObjectbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.CheckObject
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.CredentialObject
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.DelegateObject
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.DepositPreAuthObject
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.DidObject
-
Construct a
DidObjectbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
Creates a builder for
ImmutableAccountRootObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject
-
Creates a builder for
ImmutableAmmObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim
-
Creates a builder for
ImmutableAttestationClaim. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationCreateAccount
-
Creates a builder for
ImmutableAttestationCreateAccount. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot
-
Creates a builder for
ImmutableAuctionSlot. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccount
-
Creates a builder for
ImmutableAuthAccount. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccountWrapper
-
Creates a builder for
ImmutableAuthAccountWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableBook
-
Creates a builder for
ImmutableBook. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableBookWrapper
-
Creates a builder for
ImmutableBookWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject
-
Creates a builder for
ImmutableBridgeObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject
-
Creates a builder for
ImmutableCheckObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject
-
Creates a builder for
ImmutableCredentialObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject
-
Creates a builder for
ImmutableDelegateObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject
-
Creates a builder for
ImmutableDepositPreAuthObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject
-
Creates a builder for
ImmutableDidObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
Creates a builder for
ImmutableEscrowObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableIssue
-
Creates a builder for
ImmutableIssue. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader
-
Creates a builder for
ImmutableLedgerHeader. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
Creates a builder for
ImmutableMpTokenIssuanceObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject
-
Creates a builder for
ImmutableMpTokenObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfToken
-
Creates a builder for
ImmutableNfToken. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
Creates a builder for
ImmutableNfTokenOfferObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject
-
Creates a builder for
ImmutableNfTokenPageObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenWrapper
-
Creates a builder for
ImmutableNfTokenWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
Creates a builder for
ImmutableOfferObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject
-
Creates a builder for
ImmutableOracleObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
Creates a builder for
ImmutablePayChannelObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject
-
Creates a builder for
ImmutablePermissionedDomainObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
Creates a builder for
ImmutableRippleStateObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerEntry
-
Creates a builder for
ImmutableSignerEntry. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerEntryWrapper
-
Creates a builder for
ImmutableSignerEntryWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject
-
Creates a builder for
ImmutableSignerListObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject
-
Creates a builder for
ImmutableTicketObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableUnknownLedgerObject
-
Creates a builder for
ImmutableUnknownLedgerObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableVoteEntry
-
Creates a builder for
ImmutableVoteEntry. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableVoteEntryWrapper
-
Creates a builder for
ImmutableVoteEntryWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimAttestation
-
Creates a builder for
ImmutableXChainClaimAttestation. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimProofSig
-
Creates a builder for
ImmutableXChainClaimProofSig. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountAttestation
-
Creates a builder for
ImmutableXChainCreateAccountAttestation. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountProofSig
-
Creates a builder for
ImmutableXChainCreateAccountProofSig. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject
-
Creates a builder for
ImmutableXChainOwnedClaimIdObject. - builder() - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject
-
Creates a builder for
ImmutableXChainOwnedCreateAccountClaimIdObject. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.Issue
-
Construct a
Assetbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.LedgerHeader
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.MpTokenIssuanceObject
-
Construct a
MetaMpTokenIssuanceObjectbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.MpTokenObject
-
Construct a
MpTokenObjectbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.NfToken
-
Construct a
NfTokenbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.NfTokenOfferObject
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.NfTokenPageObject
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.OfferObject
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.OracleObject
-
Construct a
OracleObjectbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.PayChannelObject
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.PermissionedDomainObject
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.RippleStateObject
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.SignerEntry
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.SignerListObject
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.TicketObject
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.UnknownLedgerObject
-
Construct a
UnknownLedgerObjectbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.VoteEntry
-
Construct a
VoteEntrybuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.XChainClaimProofSig
-
Construct a
XChainClaimProofSigbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.XChainCreateAccountProofSig
-
Construct a
XChainCreateAccountProofSigbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedClaimIdObject
-
Construct a
XChainOwnedClaimIdObjectbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedCreateAccountClaimIdObject
-
Construct a
XChainOwnedCreateAccountClaimIdObjectbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.AccountDelete
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.AccountSet
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.transactions.Address
-
Creates a builder for
Address. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.AmmBid
-
Construct a
AmmBidbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.AmmClawback
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.AmmCreate
-
Construct a
AmmCreatebuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.AmmDelete
-
Construct a
AmmDeletebuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.AmmDeposit
-
Construct a
AmmDepositbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.AmmVote
-
Construct a
AmmVotebuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.AmmWithdraw
-
Construct a
AmmWithdrawbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.Batch
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.BatchSigner
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.BatchSignerWrapper
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.CheckCancel
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.CheckCash
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.CheckCreate
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.Clawback
-
Construct a
Clawbackbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.Credential
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.CredentialAccept
-
Construct a
CredentialAcceptbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.CredentialCreate
-
Construct a
CredentialCreatebuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.CredentialDelete
-
Construct a
CredentialDeletebuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.CredentialWrapper
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.DelegateSet
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.DepositPreAuth
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.DidDelete
-
Construct a
DidDeletebuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.DidSet
-
Construct a
DidSetbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.EnableAmendment
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.EscrowCancel
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.EscrowCreate
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.EscrowFinish
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete
-
Creates a builder for
ImmutableAccountDelete. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
Creates a builder for
ImmutableAccountSet. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
Creates a builder for
ImmutableAmmBid. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
-
Creates a builder for
ImmutableAmmClawback. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate
-
Creates a builder for
ImmutableAmmCreate. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete
-
Creates a builder for
ImmutableAmmDelete. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
Creates a builder for
ImmutableAmmDeposit. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote
-
Creates a builder for
ImmutableAmmVote. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
Creates a builder for
ImmutableAmmWithdraw. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch
-
Creates a builder for
ImmutableBatch. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSigner
-
Creates a builder for
ImmutableBatchSigner. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSignerWrapper
-
Creates a builder for
ImmutableBatchSignerWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel
-
Creates a builder for
ImmutableCheckCancel. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash
-
Creates a builder for
ImmutableCheckCash. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
-
Creates a builder for
ImmutableCheckCreate. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback
-
Creates a builder for
ImmutableClawback. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredential
-
Creates a builder for
ImmutableCredential. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept
-
Creates a builder for
ImmutableCredentialAccept. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate
-
Creates a builder for
ImmutableCredentialCreate. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete
-
Creates a builder for
ImmutableCredentialDelete. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialWrapper
-
Creates a builder for
ImmutableCredentialWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet
-
Creates a builder for
ImmutableDelegateSet. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth
-
Creates a builder for
ImmutableDepositPreAuth. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete
-
Creates a builder for
ImmutableDidDelete. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet
-
Creates a builder for
ImmutableDidSet. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment
-
Creates a builder for
ImmutableEnableAmendment. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel
-
Creates a builder for
ImmutableEscrowCancel. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
Creates a builder for
ImmutableEscrowCreate. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
Creates a builder for
ImmutableEscrowFinish. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableIssuedCurrencyAmount
-
Creates a builder for
ImmutableIssuedCurrencyAmount. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemo
-
Creates a builder for
ImmutableMemo. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemoWrapper
-
Creates a builder for
ImmutableMemoWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableMptCurrencyAmount
-
Creates a builder for
ImmutableMptCurrencyAmount. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize
-
Creates a builder for
ImmutableMpTokenAuthorize. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate
-
Creates a builder for
ImmutableMpTokenIssuanceCreate. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy
-
Creates a builder for
ImmutableMpTokenIssuanceDestroy. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet
-
Creates a builder for
ImmutableMpTokenIssuanceSet. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer
-
Creates a builder for
ImmutableNfTokenAcceptOffer. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn
-
Creates a builder for
ImmutableNfTokenBurn. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer
-
Creates a builder for
ImmutableNfTokenCancelOffer. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
Creates a builder for
ImmutableNfTokenCreateOffer. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint
-
Creates a builder for
ImmutableNfTokenMint. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel
-
Creates a builder for
ImmutableOfferCancel. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate
-
Creates a builder for
ImmutableOfferCreate. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete
-
Creates a builder for
ImmutableOracleDelete. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet
-
Creates a builder for
ImmutableOracleSet. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePathStep
-
Creates a builder for
ImmutablePathStep. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
Creates a builder for
ImmutablePayment. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
-
Creates a builder for
ImmutablePaymentChannelClaim. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
-
Creates a builder for
ImmutablePaymentChannelCreate. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund
-
Creates a builder for
ImmutablePaymentChannelFund. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermission
-
Creates a builder for
ImmutablePermission. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete
-
Creates a builder for
ImmutablePermissionedDomainDelete. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet
-
Creates a builder for
ImmutablePermissionedDomainSet. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionWrapper
-
Creates a builder for
ImmutablePermissionWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceData
-
Creates a builder for
ImmutablePriceData. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceDataWrapper
-
Creates a builder for
ImmutablePriceDataWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableRawTransactionWrapper
-
Creates a builder for
ImmutableRawTransactionWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee
-
Creates a builder for
ImmutableSetFee. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey
-
Creates a builder for
ImmutableSetRegularKey. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableSigner
-
Creates a builder for
ImmutableSigner. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet
-
Creates a builder for
ImmutableSignerListSet. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerWrapper
-
Creates a builder for
ImmutableSignerWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate
-
Creates a builder for
ImmutableTicketCreate. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata
-
Creates a builder for
ImmutableTransactionMetadata. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet
-
Creates a builder for
ImmutableTrustSet. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction
-
Creates a builder for
ImmutableUnknownTransaction. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify
-
Creates a builder for
ImmutableUnlModify. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit
-
Creates a builder for
ImmutableXChainAccountCreateCommit. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
Creates a builder for
ImmutableXChainAddAccountCreateAttestation. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
Creates a builder for
ImmutableXChainAddClaimAttestation. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainBridge
-
Creates a builder for
ImmutableXChainBridge. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim
-
Creates a builder for
ImmutableXChainClaim. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit
-
Creates a builder for
ImmutableXChainCommit. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge
-
Creates a builder for
ImmutableXChainCreateBridge. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId
-
Creates a builder for
ImmutableXChainCreateClaimId. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge
-
Creates a builder for
ImmutableXChainModifyBridge. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.IssuedCurrencyAmount
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.transactions.Memo
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.MemoWrapper
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableCreatedNode
-
Creates a builder for
ImmutableCreatedNode. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode
-
Creates a builder for
ImmutableDeletedNode. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
Creates a builder for
ImmutableMetaAccountRootObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject
-
Creates a builder for
ImmutableMetaAmmObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot
-
Creates a builder for
ImmutableMetaAuctionSlot. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccount
-
Creates a builder for
ImmutableMetaAuthAccount. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccountWrapper
-
Creates a builder for
ImmutableMetaAuthAccountWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBook
-
Creates a builder for
ImmutableMetaBook. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBookWrapper
-
Creates a builder for
ImmutableMetaBookWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject
-
Creates a builder for
ImmutableMetaBridgeObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject
-
Creates a builder for
ImmutableMetaCheckObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredential
-
Creates a builder for
ImmutableMetaCredential. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject
-
Creates a builder for
ImmutableMetaCredentialObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialWrapper
-
Creates a builder for
ImmutableMetaCredentialWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject
-
Creates a builder for
ImmutableMetaDelegateObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject
-
Creates a builder for
ImmutableMetaDepositPreAuthObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject
-
Creates a builder for
ImmutableMetaDidObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
Creates a builder for
ImmutableMetaEscrowObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaLedgerEntryType
-
Creates a builder for
ImmutableMetaLedgerEntryType. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject
-
Creates a builder for
ImmutableMetaMpTokenIssuanceObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject
-
Creates a builder for
ImmutableMetaMpTokenObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject
-
Creates a builder for
ImmutableMetaNfTokenOfferObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject
-
Creates a builder for
ImmutableMetaNfTokenPageObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject
-
Creates a builder for
ImmutableMetaOfferObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject
-
Creates a builder for
ImmutableMetaOracleObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject
-
Creates a builder for
ImmutableMetaPayChannelObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject
-
Creates a builder for
ImmutableMetaPermissionedDomainObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
Creates a builder for
ImmutableMetaRippleStateObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerEntry
-
Creates a builder for
ImmutableMetaSignerEntry. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerEntryWrapper
-
Creates a builder for
ImmutableMetaSignerEntryWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject
-
Creates a builder for
ImmutableMetaSignerListObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject
-
Creates a builder for
ImmutableMetaTicketObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaUnknownObject
-
Creates a builder for
ImmutableMetaUnknownObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaVoteEntry
-
Creates a builder for
ImmutableMetaVoteEntry. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaVoteEntryWrapper
-
Creates a builder for
ImmutableMetaVoteEntryWrapper. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimAttestation
-
Creates a builder for
ImmutableMetaXChainClaimAttestation. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig
-
Creates a builder for
ImmutableMetaXChainClaimProofSig. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountAttestation
-
Creates a builder for
ImmutableMetaXChainCreateAccountAttestation. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig
-
Creates a builder for
ImmutableMetaXChainCreateAccountProofSig. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject
-
Creates a builder for
ImmutableMetaXChainOwnedClaimIdObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject
-
Creates a builder for
ImmutableMetaXChainOwnedCreateAccountClaimIdObject. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode
-
Creates a builder for
ImmutableModifiedNode. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.MptCurrencyAmount
-
Construct a
MptCurrencyAmountbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.MpTokenAuthorize
-
Construct a
MpTokenAuthorizebuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceCreate
-
Construct a
MpTokenIssuanceCreatebuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceDestroy
-
Construct a
MpTokenIssuanceDestroybuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceSet
-
Construct a
MpTokenIssuanceSetbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.NfTokenAcceptOffer
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.NfTokenBurn
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.NfTokenCancelOffer
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.NfTokenCreateOffer
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.NfTokenMint
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.OfferCancel
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.OfferCreate
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.OracleDelete
-
Construct a
OracleDeletebuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.OracleSet
-
Construct a
OracleSetbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.PathStep
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.Payment
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelClaim
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelCreate
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelFund
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.Permission
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.PermissionedDomainDelete
-
Construct a
PermissionedDomainDeletebuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.PermissionedDomainSet
-
Construct a
PermissionedDomainSetbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.PermissionWrapper
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.PriceData
-
Construct a
PriceDatabuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.RawTransactionWrapper
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.SetFee
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.SetRegularKey
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.Signer
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.SignerListSet
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.SignerWrapper
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.TicketCreate
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.TransactionMetadata
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.TrustSet
-
Construct a builder for this class.
- builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.UnknownTransaction
-
Construct a
UnknownTransactionbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.UnlModify
-
Construct a builder for this class.
- builder() - Static method in class org.xrpl.xrpl4j.model.transactions.XAddress
-
Creates a builder for
XAddress. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.XChainAccountCreateCommit
-
Construct a
XChainAccountCreateCommitbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.XChainAddAccountCreateAttestation
-
Construct a
XChainAddAccountCreateAttestationbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.XChainAddClaimAttestation
-
Construct a
XChainAddClaimAttestationbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.XChainBridge
-
Construct a
XChainBridgebuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.XChainClaim
-
Construct a
XChainClaimbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.XChainCommit
-
Construct a
XChainCommitbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.XChainCreateBridge
-
Construct a
XChainCreateBridgebuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.XChainCreateClaimId
-
Construct a
XChainCreateClaimIdbuilder. - builder() - Static method in interface org.xrpl.xrpl4j.model.transactions.XChainModifyBridge
-
Construct a
XChainModifyBridgebuilder. - builder() - Static method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount
-
Creates a builder for
XrpCurrencyAmount. - builder(UnsignedLong) - Static method in interface org.xrpl.xrpl4j.model.transactions.MptCurrencyAmount
-
Construct a
MptCurrencyAmountbuilder, settingMptCurrencyAmount.value()to the string representation of the suppliedUnsignedLong. - builder(LedgerIndexBound, LedgerIndexBound) - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsRequestParams
-
Construct a builder for this class with
LedgerIndexBounds specified for theAccountTransactionsRequestParams.ledgerIndexMinimum()andAccountTransactionsRequestParams.ledgerIndexMaximum()fields. - builder(LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsRequestParams
-
Construct a builder for this class with
LedgerSpecifierfield set. - builder(FeeDrops, BigDecimal) - Static method in interface org.xrpl.xrpl4j.model.client.fees.FeeUtils.DecomposedFees
-
Build a new instance of
FeeUtils.DecomposedFeesfrom the supplied input. - builder(FeeResult) - Static method in interface org.xrpl.xrpl4j.model.client.fees.FeeUtils.DecomposedFees
-
Build a new instance of
FeeUtils.DecomposedFeesfrom the supplied input. - Builder() - Constructor for class org.xrpl.xrpl4j.model.flags.AccountSetTransactionFlags.Builder
- Builder() - Constructor for class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceCreateFlags.Builder
- Builder() - Constructor for class org.xrpl.xrpl4j.model.flags.NfTokenCreateOfferFlags.Builder
- Builder() - Constructor for class org.xrpl.xrpl4j.model.flags.NfTokenMintFlags.Builder
- Builder() - Constructor for class org.xrpl.xrpl4j.model.flags.OfferCreateFlags.Builder
- Builder() - Constructor for class org.xrpl.xrpl4j.model.flags.PaymentChannelClaimFlags.Builder
- Builder() - Constructor for class org.xrpl.xrpl4j.model.flags.PaymentFlags.Builder
- Builder() - Constructor for class org.xrpl.xrpl4j.model.flags.TransactionFlags.Builder
- Builder() - Constructor for class org.xrpl.xrpl4j.model.flags.TrustSetFlags.Builder
- Builder() - Constructor for class org.xrpl.xrpl4j.model.flags.XChainModifyBridgeFlags.Builder
- buildVersion() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
The version number of the running rippled version.
- buildVersion() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
The version number of the running rippled version.
- buildVersion() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ReportingModeServerInfo
-
The version number of the running rippled version.
- buildVersion() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
The version number of the running rippled version.
- buildVersion(String) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the value for the
buildVersionattribute. - buildVersion(String) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the value for the
buildVersionattribute. - BURNABLE - Static variable in class org.xrpl.xrpl4j.model.flags.NfTokenFlags
-
Constant
NfTokenFlagsfor thelsfBurnableaccount flag. - BURNABLE - Static variable in class org.xrpl.xrpl4j.model.flags.NfTokenMintFlags
-
Constant
NfTokenMintFlagsfor thetfBurnableflag. - burned() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult
-
Whether the NFT is burned at the request ledger.
- burned() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftInfoResult
-
Whether the NFT is burned at the request ledger.
- burned(boolean) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult.Builder
-
Initializes the value for the
burnedattribute. - burnedNfTokens() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
How many total of this account's issued non-fungible tokens have been burned.
- burnedNfTokens() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
How many total of this account's issued non-fungible tokens have been burned.
- burnedNfTokens() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
How many total of this account's issued non-fungible tokens have been burned.
- burnedNfTokens() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAccountRootObject
-
How many total of this account's issued non-fungible tokens have been burned.
- burnedNfTokens(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
burnedNfTokensto burnedNfTokens. - burnedNfTokens(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
burnedNfTokensto burnedNfTokens. - burnedNfTokens(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
burnedNfTokensto burnedNfTokens. - burnedNfTokens(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
burnedNfTokensto burnedNfTokens. - BUY_TOKEN - Static variable in class org.xrpl.xrpl4j.model.flags.NfTokenOfferFlags
-
Constant
NfTokenOfferFlagsfor thelsfBuyTokenflag. - buyOffer() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer
-
Identifies the NfTOffer that offers to buy the NfT.
- buyOffer() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenAcceptOffer
-
Identifies the NfTOffer that offers to buy the NfT.
- buyOffer(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Initializes the optional value
buyOfferto buyOffer. - buyOffer(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Initializes the optional value
buyOfferto buyOffer. - BuyOffer - Interface in org.xrpl.xrpl4j.model.client.nft
-
An Offer returned in an
BuyOfferlist. - bytes() - Method in interface org.xrpl.xrpl4j.codec.addresses.Decoded
-
The bytes of the decoded Base58
String. - bytes() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
-
The bytes of the decoded Base58
String. - bytes(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded.Builder
-
Initializes the value for the
bytesattribute. - ByteUtils - Class in org.xrpl.xrpl4j.codec.addresses
-
Utilities to work with bytes in an XRPL context.
- ByteUtils() - Constructor for class org.xrpl.xrpl4j.codec.addresses.ByteUtils
C
- CAN_CLAWBACK - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceCreateFlags
-
Constant
MpTokenIssuanceCreateFlagsfor thetfMPTCanClawbackflag. - CAN_CLAWBACK - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceFlags
-
Constant
MpTokenIssuanceFlagsfor thelsfMPTCanClawbackaccount flag. - CAN_ESCROW - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceCreateFlags
-
Constant
MpTokenIssuanceCreateFlagsfor thetfMPTCanEscrowflag. - CAN_ESCROW - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceFlags
-
Constant
MpTokenIssuanceFlagsfor thelsfMPTCanEscrowaccount flag. - CAN_LOCK - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceCreateFlags
-
Constant
MpTokenIssuanceCreateFlagsfor thetfMPTCanLockflag. - CAN_LOCK - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceFlags
-
Constant
MpTokenIssuanceFlagsfor thelsfMPTCanLockaccount flag. - CAN_TRADE - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceCreateFlags
-
Constant
MpTokenIssuanceCreateFlagsfor thetfMPTCanTradeflag. - CAN_TRADE - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceFlags
-
Constant
MpTokenIssuanceFlagsfor thelsfMPTCanTradeaccount flag. - CAN_TRANSFER - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceCreateFlags
-
Constant
MpTokenIssuanceCreateFlagsfor thetfMPTCanTransferflag. - CAN_TRANSFER - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceFlags
-
Constant
MpTokenIssuanceFlagsfor thelsfMPTCanTransferaccount flag. - cancelAfter() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject
-
Time, in seconds since the Ripple Epoch, of this channel's immutable expiration, if one was specified at channel creation.
- cancelAfter() - Method in interface org.xrpl.xrpl4j.model.client.accounts.PaymentChannelResultObject
-
Time, in seconds since the Ripple Epoch, of this channel's immutable expiration, if one was specified at channel creation.
- cancelAfter() - Method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
The held payment can be canceled if and only if this field is present and the time it specifies has passed.
- cancelAfter() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
The held payment can be canceled if and only if this field is present and the time it specifies has passed.
- cancelAfter() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
The immutable expiration time for this payment channel, in seconds since the Ripple Epoch.
- cancelAfter() - Method in interface org.xrpl.xrpl4j.model.ledger.PayChannelObject
-
The immutable expiration time for this payment channel, in seconds since the Ripple Epoch.
- cancelAfter() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowCreate
-
The time, in seconds since the Ripple Epoch, when this escrow expires.
- cancelAfter() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
The time, in seconds since the Ripple Epoch, when this escrow expires.
- cancelAfter() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
-
The time, in seconds since the Ripple Epoch, when this channel expires.
- cancelAfter() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
The held payment can be canceled if and only if this field is present and the time it specifies has passed.
- cancelAfter() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject
-
The immutable expiration time for this payment channel, in seconds since the Ripple Epoch.
- cancelAfter() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaEscrowObject
-
The held payment can be canceled if and only if this field is present and the time it specifies has passed.
- cancelAfter() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaPayChannelObject
-
The immutable expiration time for this payment channel, in seconds since the Ripple Epoch.
- cancelAfter() - Method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelCreate
-
The time, in seconds since the Ripple Epoch, when this channel expires.
- cancelAfter(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject.Builder
-
Initializes the optional value
cancelAfterto cancelAfter. - cancelAfter(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
cancelAfterto cancelAfter. - cancelAfter(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject.Builder
-
Initializes the optional value
cancelAfterto cancelAfter. - cancelAfter(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
cancelAfterto cancelAfter. - cancelAfter(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the optional value
cancelAfterto cancelAfter. - cancelAfter(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
cancelAfterto cancelAfter. - cancelAfter(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
cancelAfterto cancelAfter. - cancelAfter(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject.Builder
-
Initializes the optional value
cancelAfterto cancelAfter. - cancelAfter(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
cancelAfterto cancelAfter. - cancelAfter(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject.Builder
-
Initializes the optional value
cancelAfterto cancelAfter. - cancelAfter(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
cancelAfterto cancelAfter. - cancelAfter(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the optional value
cancelAfterto cancelAfter. - cancelAfter(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
cancelAfterto cancelAfter. - cancelAfter(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
cancelAfterto cancelAfter. - channel() - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableUnsignedClaim
-
The Channel ID of the channel that provides the XRP.
- channel() - Method in interface org.xrpl.xrpl4j.model.client.channels.UnsignedClaim
-
The Channel ID of the channel that provides the XRP.
- channel() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
-
The unique ID of the channel, as a
Hash256. - channel() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund
-
The unique ID of the channel to fund.
- channel() - Method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelClaim
-
The unique ID of the channel, as a
Hash256. - channel() - Method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelFund
-
The unique ID of the channel to fund.
- channel(Hash256) - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableUnsignedClaim.Builder
-
Initializes the value for the
channelattribute. - channel(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the value for the
channelattribute. - channel(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Initializes the value for the
channelattribute. - CHANNEL_AUTHORIZE - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the channel_authorize rippled API method.
- CHANNEL_FIELD_NAME - Static variable in class org.xrpl.xrpl4j.codec.binary.XrplBinaryCodec
- CHANNEL_VERIFY - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the channel_verify rippled API method.
- channelId() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject
-
A unique ID for this channel, as a
Hash256. - channelId() - Method in interface org.xrpl.xrpl4j.model.client.accounts.PaymentChannelResultObject
-
A unique ID for this channel, as a
Hash256. - channelId() - Method in interface org.xrpl.xrpl4j.model.client.channels.ChannelVerifyRequestParams
-
The Channel ID of the channel that provides the XRP.
- channelId() - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyRequestParams
-
The Channel ID of the channel that provides the XRP.
- channelId(Hash256) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject.Builder
-
Initializes the value for the
channelIdattribute. - channelId(Hash256) - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyRequestParams.Builder
-
Initializes the value for the
channelIdattribute. - channels() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsResult
-
Payment channels owned by this
AccountChannelsResult.account(). - channels() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult
-
Payment channels owned by this
ImmutableAccountChannelsResult.account(). - channels(Iterable<? extends PaymentChannelResultObject>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Sets or replaces all elements for
channelslist. - ChannelVerifyRequestParams - Interface in org.xrpl.xrpl4j.model.client.channels
-
Request parameters for the "channel_verify" rippled API method.
- ChannelVerifyResult - Interface in org.xrpl.xrpl4j.model.client.channels
-
The result of a "channel_verify" rippled API request.
- check() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up a
CheckObjectby ID. - check() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up a
CheckObjectby ID. - check() - Method in interface org.xrpl.xrpl4j.model.transactions.CredentialDelete
-
Validate either Subject or Issuer's presence.
- check() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowCreate
-
Validate cancelAfter, finishAfter, and condition fields.
- check() - Method in interface org.xrpl.xrpl4j.model.transactions.OfferCreate
-
Validates tfHybrid flag cannot be set if the offer doesn't have a DomainID.
- check() - Method in interface org.xrpl.xrpl4j.model.transactions.RawTransactionWrapper
-
Validates the state of the
RawTransactionWrapper. - check() - Method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount
-
Validates that this
XrpCurrencyAmountdoes not exceed the maximum number of drops. - check(Hash256, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests aCheckObjectledger entry. - CHECK - Enum constant in enum org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams.AccountObjectType
-
Check account object type.
- CHECK - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforCheckledger objects. - CHECK - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- CHECK_CANCEL - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theCheckCanceltransaction. - CHECK_CASH - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theCheckCashtransaction. - CHECK_CREATE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theCheckCreatetransaction. - checkAndNormalize() - Method in interface org.xrpl.xrpl4j.model.transactions.BatchSigner
-
Validates that the BatchSigner has either direct signing fields or multi-sig signers, but not both.
- checkBatchModeFlag() - Method in interface org.xrpl.xrpl4j.model.transactions.Batch
-
Validates that exactly one batch mode flag is set.
- checkBatchSigners() - Method in interface org.xrpl.xrpl4j.model.transactions.Batch
-
Validates all BatchSigners-related constraints in a single pass for efficiency.
- checkBounds() - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndexBound
- CheckCancel - Interface in org.xrpl.xrpl4j.model.transactions
-
Cancels an unredeemed Check, removing it from the ledger without sending any money.
- CheckCash - Interface in org.xrpl.xrpl4j.model.transactions
-
The
CheckCashtransaction attempts to redeem a Check object in the ledger to receive up to the amount authorized by the correspondingCheckCreatetransaction. - CheckCreate - Interface in org.xrpl.xrpl4j.model.transactions
-
Create a Check object in the ledger, which is a deferred payment that can be cashed by its intended destination.
- checkEmailHashLength() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountSet
-
Check email hash length.
- checkId() - Method in interface org.xrpl.xrpl4j.model.transactions.CheckCancel
-
The ID of the Check ledger object to cancel, as a 64-character hexadecimal string.
- checkId() - Method in interface org.xrpl.xrpl4j.model.transactions.CheckCash
-
The ID of the Check ledger object to cash, as a 64-character hexadecimal string.
- checkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel
-
The ID of the Check ledger object to cancel, as a 64-character hexadecimal string.
- checkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash
-
The ID of the Check ledger object to cash, as a 64-character hexadecimal string.
- checkId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Initializes the value for the
checkIdattribute. - checkId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the value for the
checkIdattribute. - checkIssuerEmptyForXrp() - Method in interface org.xrpl.xrpl4j.codec.binary.types.Issue
-
Validate that
Issue.issuer()is empty ifIssue.currency()is "XRP". - CheckObject - Interface in org.xrpl.xrpl4j.model.ledger
-
A Check object describes a check, similar to a paper personal check, which can be cashed by its destination to get money from its sender.
- checkRawTransactions() - Method in interface org.xrpl.xrpl4j.model.transactions.Batch
-
Validates all properties of inner transactions in a single pass for efficiency.
- checkSize(int, BigInteger) - Static method in class org.xrpl.xrpl4j.codec.addresses.ByteUtils
-
Checks that the given
BigIntegervalue has a bitsize (binary) less than or equal to theexpectedBits. - checkTickSize() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountSet
-
Check tick size.
- checkTransferRate() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountSet
-
Check transfer rate.
- classicAddress() - Method in interface org.xrpl.xrpl4j.codec.addresses.ClassicAddress
-
A classic address, as an
Address. - classicAddress() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
-
A classic address, as an
Address. - classicAddress(Address) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress.Builder
-
Initializes the value for the
classicAddressattribute. - ClassicAddress - Interface in org.xrpl.xrpl4j.codec.addresses
-
An address on the XRP Ledger represented in Classic Address form.
- classicAddressToXAddress(Address, boolean) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
-
Converts an XRPL Classic Address with no Destination Tag to an X-Address.
- classicAddressToXAddress(Address, UnsignedInteger, boolean) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
-
Converts an XRPL Classic Address and Destination Tag to an X-Address.
- classicAddressToXAddress(Address, Optional<UnsignedInteger>, boolean) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
-
Converts an XRPL Classic Address and and optional Destination Tag to an X-Address.
- CLAW_TWO_ASSETS - Static variable in class org.xrpl.xrpl4j.model.flags.AmmClawbackFlags
-
Constant
AmmDepositFlagsfor thetfClawTwoAssetsflag. - Clawback - Interface in org.xrpl.xrpl4j.model.transactions
-
Clawback an issued currency that exists on a Trustline.
- CLAWBACK - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theClawbacktransaction. - CLEAR_ACCOUNT_CREATE_AMOUNT - Static variable in class org.xrpl.xrpl4j.model.flags.XChainModifyBridgeFlags
-
Constant
XChainModifyBridgeFlagsfor thetfClearAccountCreateAmountflag. - CLEAR_DEEP_FREEZE - Static variable in class org.xrpl.xrpl4j.model.flags.TrustSetFlags
-
Constant
TrustSetFlagsfor thetfClearDeepFreezeflag. - CLEAR_FREEZE - Static variable in class org.xrpl.xrpl4j.model.flags.TrustSetFlags
-
Constant
TrustSetFlagsfor thetfClearFreezeflag. - CLEAR_NO_RIPPLE - Static variable in class org.xrpl.xrpl4j.model.flags.TrustSetFlags
-
Constant
TrustSetFlagsfor thetfClearNoRippleflag. - clearFlag() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountSet
-
Unique identifier of a flag to disable for this account.
- clearFlag() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
Unique identifier of a flag to disable for this account.
- clearFlag(Optional<? extends AccountSet.AccountSetFlag>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
clearFlagto clearFlag. - clearFlag(AccountSet.AccountSetFlag) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
clearFlagto clearFlag. - clearFlagRawValue() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountSet
-
A flag to disable for this account, as an
UnsignedInteger. - clearFlagRawValue() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
A flag to disable for this account, as an
UnsignedInteger. - clearFlagRawValue(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
clearFlagRawValueto clearFlagRawValue. - clearFlagRawValue(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
clearFlagRawValueto clearFlagRawValue. - ClioServerInfo - Interface in org.xrpl.xrpl4j.model.client.serverinfo
-
An implementation of
ServerInfothat conforms to Clio server payloads. - clioVersion() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ClioServerInfo
-
The version number of the running clio version.
- clioVersion() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo
-
The version number of the running clio version.
- clioVersion(String) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo.Builder
-
Initializes the value for the
clioVersionattribute. - CLOSE - Static variable in class org.xrpl.xrpl4j.model.flags.PaymentChannelClaimFlags
-
Constant
PaymentChannelClaimFlagsfor thetfCloseflag. - closed() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader
-
If true, this ledger version is no longer accepting new transactions.
- closed() - Method in interface org.xrpl.xrpl4j.model.ledger.LedgerHeader
-
If true, this ledger version is no longer accepting new transactions.
- closed(boolean) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Initializes the value for the
closedattribute. - CLOSED - Static variable in class org.xrpl.xrpl4j.model.client.common.LedgerIndexShortcut
-
Request information about the most recent ledger that has been closed for modifications and proposed for validation.
- CLOSED - Static variable in interface org.xrpl.xrpl4j.model.client.common.LedgerSpecifier
-
Request information about the most recent ledger that has been closed for modifications and proposed for validation.
- closeDate() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsTransaction
-
The approximate close time (using Ripple Epoch) of the ledger containing this transaction.
- closeDate() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransaction
-
The approximate close time (using Ripple Epoch) of the ledger containing this transaction.
- closeDate() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult
-
The approximate close time (using Ripple Epoch) of the ledger containing this transaction.
- closeDate() - Method in interface org.xrpl.xrpl4j.model.client.transactions.TransactionResult
-
The approximate close time (using Ripple Epoch) of the ledger containing this transaction.
- closeDate(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransaction.Builder
-
Initializes the optional value
closeDateto closeDate. - closeDate(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult.Builder
-
Initializes the optional value
closeDateto closeDate. - closeDate(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransaction.Builder
-
Initializes the optional value
closeDateto closeDate. - closeDate(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult.Builder
-
Initializes the optional value
closeDateto closeDate. - closeDateHuman() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsTransaction
-
The approximate close time in UTC offset.
- closeDateHuman() - Method in interface org.xrpl.xrpl4j.model.client.transactions.TransactionResult
-
The approximate close time in UTC offset.
- closedLedger() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
Information on the most recently closed ledger that has not been validated by consensus.
- closedLedger() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
Information on the most recently closed ledger that has not been validated by consensus.
- closedLedger() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ReportingModeServerInfo
-
Information on the most recently closed ledger that has not been validated by consensus.
- closedLedger() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
Information on the most recently closed ledger that has not been validated by consensus.
- closedLedger(Optional<? extends ServerInfo.ValidatedLedger>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
closedLedgerto closedLedger. - closedLedger(Optional<? extends ServerInfo.ValidatedLedger>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
closedLedgerto closedLedger. - closedLedger(ServerInfo.ValidatedLedger) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
closedLedgerto closedLedger. - closedLedger(ServerInfo.ValidatedLedger) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
closedLedgerto closedLedger. - closeTime() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader
-
The approximate time this ledger version closed, as the number of seconds since the Ripple Epoch.
- closeTime() - Method in interface org.xrpl.xrpl4j.model.ledger.LedgerHeader
-
The approximate time this ledger version closed, as the number of seconds since the Ripple Epoch.
- closeTime(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Initializes the optional value
closeTimeto closeTime. - closeTime(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Initializes the optional value
closeTimeto closeTime. - closeTimeHuman() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader
-
The time this ledger was closed, in human-readable format.
- closeTimeHuman() - Method in interface org.xrpl.xrpl4j.model.ledger.LedgerHeader
-
The time this ledger was closed, in human-readable format.
- closeTimeHuman(ZonedDateTime) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Initializes the optional value
closeTimeHumanto closeTimeHuman. - closeTimeHuman(Optional<? extends ZonedDateTime>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Initializes the optional value
closeTimeHumanto closeTimeHuman. - closeTimeResolution() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader
-
An
UnsignedIntegerin the range [2,120] indicating the maximum number of seconds by which theImmutableLedgerHeader.closeTime()could be rounded. - closeTimeResolution() - Method in interface org.xrpl.xrpl4j.model.ledger.LedgerHeader
-
An
UnsignedIntegerin the range [2,120] indicating the maximum number of seconds by which theLedgerHeader.closeTime()could be rounded. - closeTimeResolution(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Initializes the optional value
closeTimeResolutionto closeTimeResolution. - closeTimeResolution(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Initializes the optional value
closeTimeResolutionto closeTimeResolution. - compareTo(FieldInstance) - Method in interface org.xrpl.xrpl4j.codec.binary.definitions.FieldInstance
- compareTo(FieldWithValue<T>) - Method in interface org.xrpl.xrpl4j.codec.binary.types.FieldWithValue
- compareTo(Wrapper<T>) - Method in class org.xrpl.xrpl4j.model.immutables.Wrapper
- completeLedgers() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo
-
Range expression indicating the sequence numbers of the ledger versions the local rippled has in its database.
- completeLedgers() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
Range expression indicating the sequence numbers of the ledger versions the local rippled has in its database.
- completeLedgers() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
Range expression indicating the sequence numbers of the ledger versions the local rippled has in its database.
- completeLedgers() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo
-
Range expression indicating the sequence numbers of the ledger versions the local rippled has in its database.
- completeLedgers(Iterable<? extends Range<UnsignedLong>>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo.Builder
-
Sets or replaces all elements for
completeLedgerslist. - completeLedgers(Iterable<? extends Range<UnsignedLong>>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Sets or replaces all elements for
completeLedgerslist. - completeLedgers(Iterable<? extends Range<UnsignedLong>>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Sets or replaces all elements for
completeLedgerslist. - CompleteLedgersDeserializer() - Constructor for class org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.CompleteLedgersDeserializer
- completeLedgersToListOfRange(String) - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.LedgerRangeUtils
-
Transforms completeLedgers() part of various ServerInfo responses from a range expression to a
List<Range<UnsignedLong>>. - computeBatchFee(FeeResult, UnsignedInteger) - Static method in class org.xrpl.xrpl4j.model.client.fees.FeeUtils
-
Calculate a suggested fee to be used for submitting a transaction to the XRPL.
- computeBatchFee(XrpCurrencyAmount, UnsignedInteger, XrpCurrencyAmount) - Static method in class org.xrpl.xrpl4j.model.client.fees.FeeUtils
-
Computes the fee necessary for a Batch transaction per XLS-0056 section 2.2.
- ComputedNetworkFees - Interface in org.xrpl.xrpl4j.model.client.fees
-
An object that holds fee options that were calculated based upon current ledger stats.
- computeFee(XrpCurrencyAmount, Fulfillment<?>) - Static method in interface org.xrpl.xrpl4j.model.transactions.EscrowFinish
-
Compute the fee for the supplied
fulfillment. - computeMultisigNetworkFees(FeeResult, SignerListObject) - Static method in class org.xrpl.xrpl4j.model.client.fees.FeeUtils
-
Computes the fee necessary for a multisigned transaction.
- computeNetworkFees(FeeResult) - Static method in class org.xrpl.xrpl4j.model.client.fees.FeeUtils
-
Calculate a suggested fee to be used for submitting a transaction to the XRPL.
- computePublicKeyHash(UnsignedByteArray) - Static method in interface org.xrpl.xrpl4j.crypto.keys.PublicKey
-
Compute the RIPEMD160 of the SHA256 of the given public key, which can be encoded to an XRPL address.
- condition() - Method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
A PREIMAGE-SHA-256 crypto-condition in DER hexadecimal encoding.
- condition() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
A PREIMAGE-SHA-256 crypto-condition in DER hexadecimal encoding.
- condition() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowCreate
-
Hex value representing a PREIMAGE-SHA-256 crypto-condition.
- condition() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowFinish
-
Hex value matching the previously-supplied PREIMAGE-SHA-256 crypto-condition of the held payment.
- condition() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
Hex value representing a PREIMAGE-SHA-256 crypto-condition.
- condition() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
Hex value matching the previously-supplied PREIMAGE-SHA-256 crypto-condition of the held payment.
- condition() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
A PREIMAGE-SHA-256 crypto-condition in DER hexadecimal encoding.
- condition() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaEscrowObject
-
A PREIMAGE-SHA-256 crypto-condition in DER hexadecimal encoding.
- condition(Condition) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
conditionto condition. - condition(Condition) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
conditionto condition. - condition(Condition) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
conditionto condition. - condition(Condition) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
conditionto condition. - condition(Optional<? extends Condition>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
conditionto condition. - condition(Optional<? extends Condition>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
conditionto condition. - condition(Optional<? extends Condition>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
conditionto condition. - condition(Optional<? extends Condition>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
conditionto condition. - conditionRawValue() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowFinish
-
The raw, hex-encoded PREIMAGE-SHA-256 crypto-condition of the escrow.
- conditionRawValue() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
The raw, hex-encoded PREIMAGE-SHA-256 crypto-condition of the escrow.
- conditionRawValue(String) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
conditionRawValueto conditionRawValue. - conditionRawValue(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
conditionRawValueto conditionRawValue. - convergeTimeSeconds() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLastClose
-
The amount of time, in seconds, it took to converge.
- convergeTimeSeconds() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.LastClose
-
The amount of time, in seconds, it took to converge.
- convergeTimeSeconds(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLastClose.Builder
-
Initializes the value for the
convergeTimeSecondsattribute. - copyOf(ClassicAddress) - Static method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
-
Creates an immutable copy of a
ClassicAddressvalue. - copyOf(Decoded) - Static method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
-
Creates an immutable copy of a
Decodedvalue. - copyOf(DecodedXAddress) - Static method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
-
Creates an immutable copy of a
DecodedXAddressvalue. - copyOf(Definitions) - Static method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableDefinitions
-
Creates an immutable copy of a
Definitionsvalue. - copyOf(FieldInfo) - Static method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInfo
-
Creates an immutable copy of a
FieldInfovalue. - copyOf(FieldInstance) - Static method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance
-
Creates an immutable copy of a
FieldInstancevalue. - copyOf(FieldHeader) - Static method in class org.xrpl.xrpl4j.codec.binary.ImmutableFieldHeader
-
Creates an immutable copy of a
FieldHeadervalue. - copyOf(FieldWithValue<T>) - Static method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableFieldWithValue
-
Creates an immutable copy of a
FieldWithValuevalue. - copyOf(Hop) - Static method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableHop
-
Creates an immutable copy of a
Hopvalue. - copyOf(Issue) - Static method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableIssue
-
Creates an immutable copy of a
Issuevalue. - copyOf(XChainBridge) - Static method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableXChainBridge
-
Creates an immutable copy of a
XChainBridgevalue. - copyOf(Base58EncodedSecret) - Static method in class org.xrpl.xrpl4j.crypto.keys.ImmutableBase58EncodedSecret
-
Creates an immutable copy of a
Base58EncodedSecretvalue. - copyOf(KeyPair) - Static method in class org.xrpl.xrpl4j.crypto.keys.ImmutableKeyPair
-
Creates an immutable copy of a
KeyPairvalue. - copyOf(PublicKey) - Static method in class org.xrpl.xrpl4j.crypto.keys.ImmutablePublicKey
-
Creates an immutable copy of a
PublicKeyvalue. - copyOf(EcDsaSignature) - Static method in class org.xrpl.xrpl4j.crypto.signing.bc.ImmutableEcDsaSignature
-
Creates an immutable copy of a
EcDsaSignaturevalue. - copyOf(MultiSignedTransaction<T>) - Static method in class org.xrpl.xrpl4j.crypto.signing.ImmutableMultiSignedTransaction
-
Creates an immutable copy of a
MultiSignedTransactionvalue. - copyOf(Signature) - Static method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSignature
-
Creates an immutable copy of a
Signaturevalue. - copyOf(SingleSignedTransaction<T>) - Static method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSingleSignedTransaction
-
Creates an immutable copy of a
SingleSignedTransactionvalue. - copyOf(AccountChannelsRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams
-
Creates an immutable copy of a
AccountChannelsRequestParamsvalue. - copyOf(AccountChannelsResult) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult
-
Creates an immutable copy of a
AccountChannelsResultvalue. - copyOf(AccountCurrenciesRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesRequestParams
-
Creates an immutable copy of a
AccountCurrenciesRequestParamsvalue. - copyOf(AccountCurrenciesResult) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult
-
Creates an immutable copy of a
AccountCurrenciesResultvalue. - copyOf(AccountInfoRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoRequestParams
-
Creates an immutable copy of a
AccountInfoRequestParamsvalue. - copyOf(AccountInfoResult) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoResult
-
Creates an immutable copy of a
AccountInfoResultvalue. - copyOf(AccountLinesRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams
-
Creates an immutable copy of a
AccountLinesRequestParamsvalue. - copyOf(AccountLinesResult) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult
-
Creates an immutable copy of a
AccountLinesResultvalue. - copyOf(AccountNftsRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsRequestParams
-
Creates an immutable copy of a
AccountNftsRequestParamsvalue. - copyOf(AccountNftsResult) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult
-
Creates an immutable copy of a
AccountNftsResultvalue. - copyOf(AccountObjectsRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams
-
Creates an immutable copy of a
AccountObjectsRequestParamsvalue. - copyOf(AccountObjectsResult) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult
-
Creates an immutable copy of a
AccountObjectsResultvalue. - copyOf(AccountOffersRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams
-
Creates an immutable copy of a
AccountOffersRequestParamsvalue. - copyOf(AccountOffersResult) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult
-
Creates an immutable copy of a
AccountOffersResultvalue. - copyOf(AccountTransactionsRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams
-
Creates an immutable copy of a
AccountTransactionsRequestParamsvalue. - copyOf(AccountTransactionsResult) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult
-
Creates an immutable copy of a
AccountTransactionsResultvalue. - copyOf(AccountTransactionsTransaction<T>) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransaction
-
Creates an immutable copy of a
AccountTransactionsTransactionvalue. - copyOf(AccountTransactionsTransactionResult<T>) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransactionResult
-
Creates an immutable copy of a
AccountTransactionsTransactionResultvalue. - copyOf(GatewayBalancesAssets) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesAssets
-
Creates an immutable copy of a
GatewayBalancesAssetsvalue. - copyOf(GatewayBalancesHotWallets) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesHotWallets
-
Creates an immutable copy of a
GatewayBalancesHotWalletsvalue. - copyOf(GatewayBalancesIssuedCurrencyAmount) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesIssuedCurrencyAmount
-
Creates an immutable copy of a
GatewayBalancesIssuedCurrencyAmountvalue. - copyOf(GatewayBalancesObligations) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesObligations
-
Creates an immutable copy of a
GatewayBalancesObligationsvalue. - copyOf(GatewayBalancesRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesRequestParams
-
Creates an immutable copy of a
GatewayBalancesRequestParamsvalue. - copyOf(GatewayBalancesResult) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult
-
Creates an immutable copy of a
GatewayBalancesResultvalue. - copyOf(NfTokenObject) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableNfTokenObject
-
Creates an immutable copy of a
NfTokenObjectvalue. - copyOf(OfferResultObject) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableOfferResultObject
-
Creates an immutable copy of a
OfferResultObjectvalue. - copyOf(PaymentChannelResultObject) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject
-
Creates an immutable copy of a
PaymentChannelResultObjectvalue. - copyOf(QueueData) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData
-
Creates an immutable copy of a
QueueDatavalue. - copyOf(QueueTransaction) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueTransaction
-
Creates an immutable copy of a
QueueTransactionvalue. - copyOf(TrustLine) - Static method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
Creates an immutable copy of a
TrustLinevalue. - copyOf(AcceptLedgerResult) - Static method in class org.xrpl.xrpl4j.model.client.admin.ImmutableAcceptLedgerResult
-
Creates an immutable copy of a
AcceptLedgerResultvalue. - copyOf(AmmInfo) - Static method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo
-
Creates an immutable copy of a
AmmInfovalue. - copyOf(AmmInfoAuctionSlot) - Static method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot
-
Creates an immutable copy of a
AmmInfoAuctionSlotvalue. - copyOf(AmmInfoAuthAccount) - Static method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuthAccount
-
Creates an immutable copy of a
AmmInfoAuthAccountvalue. - copyOf(AmmInfoRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoRequestParams
-
Creates an immutable copy of a
AmmInfoRequestParamsvalue. - copyOf(AmmInfoResult) - Static method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult
-
Creates an immutable copy of a
AmmInfoResultvalue. - copyOf(AmmInfoVoteEntry) - Static method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoVoteEntry
-
Creates an immutable copy of a
AmmInfoVoteEntryvalue. - copyOf(ChannelVerifyRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyRequestParams
-
Creates an immutable copy of a
ChannelVerifyRequestParamsvalue. - copyOf(ChannelVerifyResult) - Static method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyResult
-
Creates an immutable copy of a
ChannelVerifyResultvalue. - copyOf(UnsignedClaim) - Static method in class org.xrpl.xrpl4j.model.client.channels.ImmutableUnsignedClaim
-
Creates an immutable copy of a
UnsignedClaimvalue. - copyOf(LedgerSpecifier) - Static method in class org.xrpl.xrpl4j.model.client.common.ImmutableLedgerSpecifier
-
Creates an immutable copy of a
LedgerSpecifiervalue. - copyOf(ComputedNetworkFees) - Static method in class org.xrpl.xrpl4j.model.client.fees.ImmutableComputedNetworkFees
-
Creates an immutable copy of a
ComputedNetworkFeesvalue. - copyOf(FeeDrops) - Static method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeDrops
-
Creates an immutable copy of a
FeeDropsvalue. - copyOf(FeeLevels) - Static method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeLevels
-
Creates an immutable copy of a
FeeLevelsvalue. - copyOf(FeeResult) - Static method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult
-
Creates an immutable copy of a
FeeResultvalue. - copyOf(FeeUtils.DecomposedFees) - Static method in class org.xrpl.xrpl4j.model.client.fees.ImmutableDecomposedFees
-
Creates an immutable copy of a
FeeUtils.DecomposedFeesvalue. - copyOf(Finality) - Static method in class org.xrpl.xrpl4j.model.client.ImmutableFinality
-
Creates an immutable copy of a
Finalityvalue. - copyOf(AmmLedgerEntryParams) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableAmmLedgerEntryParams
-
Creates an immutable copy of a
AmmLedgerEntryParamsvalue. - copyOf(CredentialLedgerEntryParams) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableCredentialLedgerEntryParams
-
Creates an immutable copy of a
CredentialLedgerEntryParamsvalue. - copyOf(DelegateLedgerEntryParams) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDelegateLedgerEntryParams
-
Creates an immutable copy of a
DelegateLedgerEntryParamsvalue. - copyOf(DepositPreAuthCredential) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthCredential
-
Creates an immutable copy of a
DepositPreAuthCredentialvalue. - copyOf(DepositPreAuthLedgerEntryParams) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams
-
Creates an immutable copy of a
DepositPreAuthLedgerEntryParamsvalue. - copyOf(EscrowLedgerEntryParams) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableEscrowLedgerEntryParams
-
Creates an immutable copy of a
EscrowLedgerEntryParamsvalue. - copyOf(LedgerEntryRequestParams<T>) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Creates an immutable copy of a
LedgerEntryRequestParamsvalue. - copyOf(LedgerEntryResult<T>) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult
-
Creates an immutable copy of a
LedgerEntryResultvalue. - copyOf(LedgerRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams
-
Creates an immutable copy of a
LedgerRequestParamsvalue. - copyOf(LedgerResult) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult
-
Creates an immutable copy of a
LedgerResultvalue. - copyOf(MpTokenLedgerEntryParams) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableMpTokenLedgerEntryParams
-
Creates an immutable copy of a
MpTokenLedgerEntryParamsvalue. - copyOf(OfferLedgerEntryParams) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOfferLedgerEntryParams
-
Creates an immutable copy of a
OfferLedgerEntryParamsvalue. - copyOf(OracleLedgerEntryParams) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOracleLedgerEntryParams
-
Creates an immutable copy of a
OracleLedgerEntryParamsvalue. - copyOf(PermissionedDomainLedgerEntryParams) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutablePermissionedDomainLedgerEntryParams
-
Creates an immutable copy of a
PermissionedDomainLedgerEntryParamsvalue. - copyOf(RippleStateLedgerEntryParams) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateLedgerEntryParams
-
Creates an immutable copy of a
RippleStateLedgerEntryParamsvalue. - copyOf(RippleStateLedgerEntryParams.RippleStateAccounts) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateAccounts
-
Creates an immutable copy of a
RippleStateLedgerEntryParams.RippleStateAccountsvalue. - copyOf(TicketLedgerEntryParams) - Static method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableTicketLedgerEntryParams
-
Creates an immutable copy of a
TicketLedgerEntryParamsvalue. - copyOf(MptHoldersMpToken) - Static method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken
-
Creates an immutable copy of a
MptHoldersMpTokenvalue. - copyOf(MptHoldersRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams
-
Creates an immutable copy of a
MptHoldersRequestParamsvalue. - copyOf(MptHoldersResponse) - Static method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse
-
Creates an immutable copy of a
MptHoldersResponsevalue. - copyOf(BuyOffer) - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableBuyOffer
-
Creates an immutable copy of a
BuyOffervalue. - copyOf(NftBuyOffersRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams
-
Creates an immutable copy of a
NftBuyOffersRequestParamsvalue. - copyOf(NftBuyOffersResult) - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult
-
Creates an immutable copy of a
NftBuyOffersResultvalue. - copyOf(NftInfoRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoRequestParams
-
Creates an immutable copy of a
NftInfoRequestParamsvalue. - copyOf(NftInfoResult) - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult
-
Creates an immutable copy of a
NftInfoResultvalue. - copyOf(NftSellOffersRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams
-
Creates an immutable copy of a
NftSellOffersRequestParamsvalue. - copyOf(NftSellOffersResult) - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult
-
Creates an immutable copy of a
NftSellOffersResultvalue. - copyOf(SellOffer) - Static method in class org.xrpl.xrpl4j.model.client.nft.ImmutableSellOffer
-
Creates an immutable copy of a
SellOffervalue. - copyOf(AggregatePriceSet) - Static method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableAggregatePriceSet
-
Creates an immutable copy of a
AggregatePriceSetvalue. - copyOf(GetAggregatePriceRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceRequestParams
-
Creates an immutable copy of a
GetAggregatePriceRequestParamsvalue. - copyOf(GetAggregatePriceResult) - Static method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult
-
Creates an immutable copy of a
GetAggregatePriceResultvalue. - copyOf(BookOffersOffer) - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
Creates an immutable copy of a
BookOffersOffervalue. - copyOf(BookOffersRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersRequestParams
-
Creates an immutable copy of a
BookOffersRequestParamsvalue. - copyOf(BookOffersResult) - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult
-
Creates an immutable copy of a
BookOffersResultvalue. - copyOf(DepositAuthorizedRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedRequestParams
-
Creates an immutable copy of a
DepositAuthorizedRequestParamsvalue. - copyOf(DepositAuthorizedResult) - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult
-
Creates an immutable copy of a
DepositAuthorizedResultvalue. - copyOf(PathAlternative) - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathAlternative
-
Creates an immutable copy of a
PathAlternativevalue. - copyOf(PathCurrency) - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathCurrency
-
Creates an immutable copy of a
PathCurrencyvalue. - copyOf(RipplePathFindRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams
-
Creates an immutable copy of a
RipplePathFindRequestParamsvalue. - copyOf(RipplePathFindResult) - Static method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult
-
Creates an immutable copy of a
RipplePathFindResultvalue. - copyOf(ClioServerInfo) - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo
-
Creates an immutable copy of a
ClioServerInfovalue. - copyOf(ReportingModeServerInfo) - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
Creates an immutable copy of a
ReportingModeServerInfovalue. - copyOf(RippledServerInfo) - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
Creates an immutable copy of a
RippledServerInfovalue. - copyOf(ServerInfo.JobType) - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType
-
Creates an immutable copy of a
ServerInfo.JobTypevalue. - copyOf(ServerInfo.LastClose) - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLastClose
-
Creates an immutable copy of a
ServerInfo.LastClosevalue. - copyOf(ServerInfo.Load) - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLoad
-
Creates an immutable copy of a
ServerInfo.Loadvalue. - copyOf(ServerInfo.ValidatedLedger) - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableValidatedLedger
-
Creates an immutable copy of a
ServerInfo.ValidatedLedgervalue. - copyOf(ServerInfoResult) - Static method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableServerInfoResult
-
Creates an immutable copy of a
ServerInfoResultvalue. - copyOf(SubmitMultiSignedRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedRequestParams
-
Creates an immutable copy of a
SubmitMultiSignedRequestParamsvalue. - copyOf(SubmitMultiSignedResult<TxnType>) - Static method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedResult
-
Creates an immutable copy of a
SubmitMultiSignedResultvalue. - copyOf(SubmitRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitRequestParams
-
Creates an immutable copy of a
SubmitRequestParamsvalue. - copyOf(SubmitResult<TxnType>) - Static method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult
-
Creates an immutable copy of a
SubmitResultvalue. - copyOf(TransactionRequestParams) - Static method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionRequestParams
-
Creates an immutable copy of a
TransactionRequestParamsvalue. - copyOf(TransactionResult<TxnType>) - Static method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult
-
Creates an immutable copy of a
TransactionResultvalue. - copyOf(AccountRootObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
Creates an immutable copy of a
AccountRootObjectvalue. - copyOf(AmmObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject
-
Creates an immutable copy of a
AmmObjectvalue. - copyOf(AttestationClaim) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim
-
Creates an immutable copy of a
AttestationClaimvalue. - copyOf(AttestationCreateAccount) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationCreateAccount
-
Creates an immutable copy of a
AttestationCreateAccountvalue. - copyOf(AuctionSlot) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot
-
Creates an immutable copy of a
AuctionSlotvalue. - copyOf(AuthAccount) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccount
-
Creates an immutable copy of a
AuthAccountvalue. - copyOf(AuthAccountWrapper) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccountWrapper
-
Creates an immutable copy of a
AuthAccountWrappervalue. - copyOf(Book) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableBook
-
Creates an immutable copy of a
Bookvalue. - copyOf(BookWrapper) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableBookWrapper
-
Creates an immutable copy of a
BookWrappervalue. - copyOf(BridgeObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject
-
Creates an immutable copy of a
BridgeObjectvalue. - copyOf(CheckObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject
-
Creates an immutable copy of a
CheckObjectvalue. - copyOf(CredentialObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject
-
Creates an immutable copy of a
CredentialObjectvalue. - copyOf(DelegateObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject
-
Creates an immutable copy of a
DelegateObjectvalue. - copyOf(DepositPreAuthObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject
-
Creates an immutable copy of a
DepositPreAuthObjectvalue. - copyOf(DidObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject
-
Creates an immutable copy of a
DidObjectvalue. - copyOf(EscrowObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
Creates an immutable copy of a
EscrowObjectvalue. - copyOf(Issue) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableIssue
-
Creates an immutable copy of a
Issuevalue. - copyOf(LedgerHeader) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader
-
Creates an immutable copy of a
LedgerHeadervalue. - copyOf(MpTokenIssuanceObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
Creates an immutable copy of a
MpTokenIssuanceObjectvalue. - copyOf(MpTokenObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject
-
Creates an immutable copy of a
MpTokenObjectvalue. - copyOf(NfToken) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfToken
-
Creates an immutable copy of a
NfTokenvalue. - copyOf(NfTokenOfferObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
Creates an immutable copy of a
NfTokenOfferObjectvalue. - copyOf(NfTokenPageObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject
-
Creates an immutable copy of a
NfTokenPageObjectvalue. - copyOf(NfTokenWrapper) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenWrapper
-
Creates an immutable copy of a
NfTokenWrappervalue. - copyOf(OfferObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
Creates an immutable copy of a
OfferObjectvalue. - copyOf(OracleObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject
-
Creates an immutable copy of a
OracleObjectvalue. - copyOf(PayChannelObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
Creates an immutable copy of a
PayChannelObjectvalue. - copyOf(PermissionedDomainObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject
-
Creates an immutable copy of a
PermissionedDomainObjectvalue. - copyOf(RippleStateObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
Creates an immutable copy of a
RippleStateObjectvalue. - copyOf(SignerEntry) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerEntry
-
Creates an immutable copy of a
SignerEntryvalue. - copyOf(SignerEntryWrapper) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerEntryWrapper
-
Creates an immutable copy of a
SignerEntryWrappervalue. - copyOf(SignerListObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject
-
Creates an immutable copy of a
SignerListObjectvalue. - copyOf(TicketObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject
-
Creates an immutable copy of a
TicketObjectvalue. - copyOf(UnknownLedgerObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableUnknownLedgerObject
-
Creates an immutable copy of a
UnknownLedgerObjectvalue. - copyOf(VoteEntry) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableVoteEntry
-
Creates an immutable copy of a
VoteEntryvalue. - copyOf(VoteEntryWrapper) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableVoteEntryWrapper
-
Creates an immutable copy of a
VoteEntryWrappervalue. - copyOf(XChainClaimAttestation) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimAttestation
-
Creates an immutable copy of a
XChainClaimAttestationvalue. - copyOf(XChainClaimProofSig) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimProofSig
-
Creates an immutable copy of a
XChainClaimProofSigvalue. - copyOf(XChainCreateAccountAttestation) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountAttestation
-
Creates an immutable copy of a
XChainCreateAccountAttestationvalue. - copyOf(XChainCreateAccountProofSig) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountProofSig
-
Creates an immutable copy of a
XChainCreateAccountProofSigvalue. - copyOf(XChainOwnedClaimIdObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject
-
Creates an immutable copy of a
XChainOwnedClaimIdObjectvalue. - copyOf(XChainOwnedCreateAccountClaimIdObject) - Static method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject
-
Creates an immutable copy of a
XChainOwnedCreateAccountClaimIdObjectvalue. - copyOf(AccountDelete) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete
-
Creates an immutable copy of a
AccountDeletevalue. - copyOf(AccountSet) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
Creates an immutable copy of a
AccountSetvalue. - copyOf(AmmBid) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
Creates an immutable copy of a
AmmBidvalue. - copyOf(AmmClawback) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
-
Creates an immutable copy of a
AmmClawbackvalue. - copyOf(AmmCreate) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate
-
Creates an immutable copy of a
AmmCreatevalue. - copyOf(AmmDelete) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete
-
Creates an immutable copy of a
AmmDeletevalue. - copyOf(AmmDeposit) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
Creates an immutable copy of a
AmmDepositvalue. - copyOf(AmmVote) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote
-
Creates an immutable copy of a
AmmVotevalue. - copyOf(AmmWithdraw) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
Creates an immutable copy of a
AmmWithdrawvalue. - copyOf(Batch) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch
-
Creates an immutable copy of a
Batchvalue. - copyOf(BatchSigner) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSigner
-
Creates an immutable copy of a
BatchSignervalue. - copyOf(BatchSignerWrapper) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSignerWrapper
-
Creates an immutable copy of a
BatchSignerWrappervalue. - copyOf(CheckCancel) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel
-
Creates an immutable copy of a
CheckCancelvalue. - copyOf(CheckCash) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash
-
Creates an immutable copy of a
CheckCashvalue. - copyOf(CheckCreate) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
-
Creates an immutable copy of a
CheckCreatevalue. - copyOf(Clawback) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback
-
Creates an immutable copy of a
Clawbackvalue. - copyOf(Credential) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredential
-
Creates an immutable copy of a
Credentialvalue. - copyOf(CredentialAccept) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept
-
Creates an immutable copy of a
CredentialAcceptvalue. - copyOf(CredentialCreate) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate
-
Creates an immutable copy of a
CredentialCreatevalue. - copyOf(CredentialDelete) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete
-
Creates an immutable copy of a
CredentialDeletevalue. - copyOf(CredentialWrapper) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialWrapper
-
Creates an immutable copy of a
CredentialWrappervalue. - copyOf(DelegateSet) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet
-
Creates an immutable copy of a
DelegateSetvalue. - copyOf(DepositPreAuth) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth
-
Creates an immutable copy of a
DepositPreAuthvalue. - copyOf(DidDelete) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete
-
Creates an immutable copy of a
DidDeletevalue. - copyOf(DidSet) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet
-
Creates an immutable copy of a
DidSetvalue. - copyOf(EnableAmendment) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment
-
Creates an immutable copy of a
EnableAmendmentvalue. - copyOf(EscrowCancel) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel
-
Creates an immutable copy of a
EscrowCancelvalue. - copyOf(EscrowCreate) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
Creates an immutable copy of a
EscrowCreatevalue. - copyOf(EscrowFinish) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
Creates an immutable copy of a
EscrowFinishvalue. - copyOf(IssuedCurrencyAmount) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableIssuedCurrencyAmount
-
Creates an immutable copy of a
IssuedCurrencyAmountvalue. - copyOf(Memo) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemo
-
Creates an immutable copy of a
Memovalue. - copyOf(MemoWrapper) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemoWrapper
-
Creates an immutable copy of a
MemoWrappervalue. - copyOf(CreatedNode<T>) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableCreatedNode
-
Creates an immutable copy of a
CreatedNodevalue. - copyOf(DeletedNode<T>) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode
-
Creates an immutable copy of a
DeletedNodevalue. - copyOf(MetaAccountRootObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
Creates an immutable copy of a
MetaAccountRootObjectvalue. - copyOf(MetaAmmObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject
-
Creates an immutable copy of a
MetaAmmObjectvalue. - copyOf(MetaAuctionSlot) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot
-
Creates an immutable copy of a
MetaAuctionSlotvalue. - copyOf(MetaAuthAccount) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccount
-
Creates an immutable copy of a
MetaAuthAccountvalue. - copyOf(MetaAuthAccountWrapper) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccountWrapper
-
Creates an immutable copy of a
MetaAuthAccountWrappervalue. - copyOf(MetaBook) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBook
-
Creates an immutable copy of a
MetaBookvalue. - copyOf(MetaBookWrapper) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBookWrapper
-
Creates an immutable copy of a
MetaBookWrappervalue. - copyOf(MetaBridgeObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject
-
Creates an immutable copy of a
MetaBridgeObjectvalue. - copyOf(MetaCheckObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject
-
Creates an immutable copy of a
MetaCheckObjectvalue. - copyOf(MetaCredential) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredential
-
Creates an immutable copy of a
MetaCredentialvalue. - copyOf(MetaCredentialObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject
-
Creates an immutable copy of a
MetaCredentialObjectvalue. - copyOf(MetaCredentialWrapper) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialWrapper
-
Creates an immutable copy of a
MetaCredentialWrappervalue. - copyOf(MetaDelegateObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject
-
Creates an immutable copy of a
MetaDelegateObjectvalue. - copyOf(MetaDepositPreAuthObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject
-
Creates an immutable copy of a
MetaDepositPreAuthObjectvalue. - copyOf(MetaDidObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject
-
Creates an immutable copy of a
MetaDidObjectvalue. - copyOf(MetaEscrowObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
Creates an immutable copy of a
MetaEscrowObjectvalue. - copyOf(MetaLedgerEntryType) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaLedgerEntryType
-
Creates an immutable copy of a
MetaLedgerEntryTypevalue. - copyOf(MetaMpTokenIssuanceObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject
-
Creates an immutable copy of a
MetaMpTokenIssuanceObjectvalue. - copyOf(MetaMpTokenObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject
-
Creates an immutable copy of a
MetaMpTokenObjectvalue. - copyOf(MetaNfTokenOfferObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject
-
Creates an immutable copy of a
MetaNfTokenOfferObjectvalue. - copyOf(MetaNfTokenPageObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject
-
Creates an immutable copy of a
MetaNfTokenPageObjectvalue. - copyOf(MetaOfferObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject
-
Creates an immutable copy of a
MetaOfferObjectvalue. - copyOf(MetaOracleObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject
-
Creates an immutable copy of a
MetaOracleObjectvalue. - copyOf(MetaPayChannelObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject
-
Creates an immutable copy of a
MetaPayChannelObjectvalue. - copyOf(MetaPermissionedDomainObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject
-
Creates an immutable copy of a
MetaPermissionedDomainObjectvalue. - copyOf(MetaRippleStateObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
Creates an immutable copy of a
MetaRippleStateObjectvalue. - copyOf(MetaSignerEntry) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerEntry
-
Creates an immutable copy of a
MetaSignerEntryvalue. - copyOf(MetaSignerEntryWrapper) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerEntryWrapper
-
Creates an immutable copy of a
MetaSignerEntryWrappervalue. - copyOf(MetaSignerListObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject
-
Creates an immutable copy of a
MetaSignerListObjectvalue. - copyOf(MetaTicketObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject
-
Creates an immutable copy of a
MetaTicketObjectvalue. - copyOf(MetaUnknownObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaUnknownObject
-
Creates an immutable copy of a
MetaUnknownObjectvalue. - copyOf(MetaVoteEntry) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaVoteEntry
-
Creates an immutable copy of a
MetaVoteEntryvalue. - copyOf(MetaVoteEntryWrapper) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaVoteEntryWrapper
-
Creates an immutable copy of a
MetaVoteEntryWrappervalue. - copyOf(MetaXChainClaimAttestation) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimAttestation
-
Creates an immutable copy of a
MetaXChainClaimAttestationvalue. - copyOf(MetaXChainClaimProofSig) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig
-
Creates an immutable copy of a
MetaXChainClaimProofSigvalue. - copyOf(MetaXChainCreateAccountAttestation) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountAttestation
-
Creates an immutable copy of a
MetaXChainCreateAccountAttestationvalue. - copyOf(MetaXChainCreateAccountProofSig) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig
-
Creates an immutable copy of a
MetaXChainCreateAccountProofSigvalue. - copyOf(MetaXChainOwnedClaimIdObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject
-
Creates an immutable copy of a
MetaXChainOwnedClaimIdObjectvalue. - copyOf(MetaXChainOwnedCreateAccountClaimIdObject) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject
-
Creates an immutable copy of a
MetaXChainOwnedCreateAccountClaimIdObjectvalue. - copyOf(ModifiedNode<T>) - Static method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode
-
Creates an immutable copy of a
ModifiedNodevalue. - copyOf(MptCurrencyAmount) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableMptCurrencyAmount
-
Creates an immutable copy of a
MptCurrencyAmountvalue. - copyOf(MpTokenAuthorize) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize
-
Creates an immutable copy of a
MpTokenAuthorizevalue. - copyOf(MpTokenIssuanceCreate) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate
-
Creates an immutable copy of a
MpTokenIssuanceCreatevalue. - copyOf(MpTokenIssuanceDestroy) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy
-
Creates an immutable copy of a
MpTokenIssuanceDestroyvalue. - copyOf(MpTokenIssuanceSet) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet
-
Creates an immutable copy of a
MpTokenIssuanceSetvalue. - copyOf(NfTokenAcceptOffer) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer
-
Creates an immutable copy of a
NfTokenAcceptOffervalue. - copyOf(NfTokenBurn) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn
-
Creates an immutable copy of a
NfTokenBurnvalue. - copyOf(NfTokenCancelOffer) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer
-
Creates an immutable copy of a
NfTokenCancelOffervalue. - copyOf(NfTokenCreateOffer) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
Creates an immutable copy of a
NfTokenCreateOffervalue. - copyOf(NfTokenMint) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint
-
Creates an immutable copy of a
NfTokenMintvalue. - copyOf(OfferCancel) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel
-
Creates an immutable copy of a
OfferCancelvalue. - copyOf(OfferCreate) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate
-
Creates an immutable copy of a
OfferCreatevalue. - copyOf(OracleDelete) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete
-
Creates an immutable copy of a
OracleDeletevalue. - copyOf(OracleSet) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet
-
Creates an immutable copy of a
OracleSetvalue. - copyOf(PathStep) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePathStep
-
Creates an immutable copy of a
PathStepvalue. - copyOf(Payment) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
Creates an immutable copy of a
Paymentvalue. - copyOf(PaymentChannelClaim) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
-
Creates an immutable copy of a
PaymentChannelClaimvalue. - copyOf(PaymentChannelCreate) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
-
Creates an immutable copy of a
PaymentChannelCreatevalue. - copyOf(PaymentChannelFund) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund
-
Creates an immutable copy of a
PaymentChannelFundvalue. - copyOf(Permission) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermission
-
Creates an immutable copy of a
Permissionvalue. - copyOf(PermissionedDomainDelete) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete
-
Creates an immutable copy of a
PermissionedDomainDeletevalue. - copyOf(PermissionedDomainSet) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet
-
Creates an immutable copy of a
PermissionedDomainSetvalue. - copyOf(PermissionWrapper) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionWrapper
-
Creates an immutable copy of a
PermissionWrappervalue. - copyOf(PriceData) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceData
-
Creates an immutable copy of a
PriceDatavalue. - copyOf(PriceDataWrapper) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceDataWrapper
-
Creates an immutable copy of a
PriceDataWrappervalue. - copyOf(RawTransactionWrapper) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableRawTransactionWrapper
-
Creates an immutable copy of a
RawTransactionWrappervalue. - copyOf(SetFee) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee
-
Creates an immutable copy of a
SetFeevalue. - copyOf(SetRegularKey) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey
-
Creates an immutable copy of a
SetRegularKeyvalue. - copyOf(Signer) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableSigner
-
Creates an immutable copy of a
Signervalue. - copyOf(SignerListSet) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet
-
Creates an immutable copy of a
SignerListSetvalue. - copyOf(SignerWrapper) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerWrapper
-
Creates an immutable copy of a
SignerWrappervalue. - copyOf(TicketCreate) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate
-
Creates an immutable copy of a
TicketCreatevalue. - copyOf(TransactionMetadata) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata
-
Creates an immutable copy of a
TransactionMetadatavalue. - copyOf(TrustSet) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet
-
Creates an immutable copy of a
TrustSetvalue. - copyOf(UnknownTransaction) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction
-
Creates an immutable copy of a
UnknownTransactionvalue. - copyOf(UnlModify) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify
-
Creates an immutable copy of a
UnlModifyvalue. - copyOf(XChainAccountCreateCommit) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit
-
Creates an immutable copy of a
XChainAccountCreateCommitvalue. - copyOf(XChainAddAccountCreateAttestation) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
Creates an immutable copy of a
XChainAddAccountCreateAttestationvalue. - copyOf(XChainAddClaimAttestation) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
Creates an immutable copy of a
XChainAddClaimAttestationvalue. - copyOf(XChainBridge) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainBridge
-
Creates an immutable copy of a
XChainBridgevalue. - copyOf(XChainClaim) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim
-
Creates an immutable copy of a
XChainClaimvalue. - copyOf(XChainCommit) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit
-
Creates an immutable copy of a
XChainCommitvalue. - copyOf(XChainCreateBridge) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge
-
Creates an immutable copy of a
XChainCreateBridgevalue. - copyOf(XChainCreateClaimId) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId
-
Creates an immutable copy of a
XChainCreateClaimIdvalue. - copyOf(XChainModifyBridge) - Static method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge
-
Creates an immutable copy of a
XChainModifyBridgevalue. - create() - Static method in class org.xrpl.xrpl4j.model.jackson.ObjectMapperFactory
-
Construct an
ObjectMapperthat can be used to serialize and deserialize JSON. - createContextual(DeserializationContext, BeanProperty) - Method in class org.xrpl.xrpl4j.model.jackson.modules.ZonedDateTimeDeserializer
- createContextual(SerializerProvider, BeanProperty) - Method in class org.xrpl.xrpl4j.model.jackson.modules.ZonedDateTimeSerializer
- CreatedNode<T> - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
A
CreatedNodein transaction metadata indicates that the transaction created a new object in the ledger. - credential() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up a
CredentialObjectbyCredentialLedgerEntryParams. - credential() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up a
CredentialObjectbyCredentialLedgerEntryParams. - credential() - Method in interface org.xrpl.xrpl4j.model.transactions.CredentialWrapper
-
A credential.
- credential() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialWrapper
-
A credential.
- credential() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialWrapper
-
A credential.
- credential() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCredentialWrapper
-
A credential.
- credential(CredentialLedgerEntryParams, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests aCredentialObjectledger entry. - credential(Credential) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialWrapper.Builder
-
Initializes the value for the
credentialattribute. - credential(MetaCredential) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialWrapper.Builder
-
Initializes the value for the
credentialattribute. - Credential - Interface in org.xrpl.xrpl4j.model.transactions
-
Credentialinner object with Issuer and CredentialType details. - CREDENTIAL - Enum constant in enum org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams.AccountObjectType
-
Credential account object type.
- CREDENTIAL - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforCredentialledger objects. - CREDENTIAL - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- CREDENTIAL_ACCEPT - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theCredentialAccepttransaction. - CREDENTIAL_CREATE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theCredentialCreatetransaction. - CREDENTIAL_DELETE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theCredentialDeletetransaction. - CredentialAccept - Interface in org.xrpl.xrpl4j.model.transactions
-
A
CredentialAccepttransaction accepts a credential, which makes the credential valid. - CredentialCreate - Interface in org.xrpl.xrpl4j.model.transactions
-
A
CredentialCreatetransaction creates a `Credential` object in the ledger. - CredentialDelete - Interface in org.xrpl.xrpl4j.model.transactions
-
A
CredentialDeletetransaction removes a `Credential` object from the ledger, effectively revoking it. - CredentialFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of static
Flagswhich can be set onCredentialObject's. - credentialIds() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountDelete
-
Set of Credentials to authorize a deposit made by this transaction.
- credentialIds() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowFinish
-
Set of Credentials to authorize a deposit made by this transaction.
- credentialIds() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete
-
Set of Credentials to authorize a deposit made by this transaction.
- credentialIds() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
Set of Credentials to authorize a deposit made by this transaction.
- credentialIds() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
Set of Credentials to authorize a deposit made by this transaction.
- credentialIds() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
-
Set of Credentials to authorize a deposit made by this transaction.
- credentialIds() - Method in interface org.xrpl.xrpl4j.model.transactions.Payment
-
Set of Credentials to authorize a deposit made by this transaction.
- credentialIds() - Method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelClaim
-
Set of Credentials to authorize a deposit made by this transaction.
- credentialIds(Iterable<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Sets or replaces all elements for
credentialIdslist. - credentialIds(Iterable<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Sets or replaces all elements for
credentialIdslist. - credentialIds(Iterable<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Sets or replaces all elements for
credentialIdslist. - credentialIds(Iterable<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Sets or replaces all elements for
credentialIdslist. - CredentialLedgerEntryParams - Interface in org.xrpl.xrpl4j.model.client.ledger
-
Parameters that uniquely identify an
CredentialObjecton ledger. - CredentialObject - Interface in org.xrpl.xrpl4j.model.ledger
-
A Credential object represents a credential, which contains an attestation about a subject account from a credential issuer account.
- credentials() - Method in interface org.xrpl.xrpl4j.model.client.path.DepositAuthorizedRequestParams
-
If this field is included, then the credential will be taken into account when analyzing whether the sender can send funds to the destination.
- credentials() - Method in interface org.xrpl.xrpl4j.model.client.path.DepositAuthorizedResult
-
The credentials specified in the request, if any.
- credentials() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedRequestParams
-
If this field is included, then the credential will be taken into account when analyzing whether the sender can send funds to the destination.
- credentials() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult
-
The credentials specified in the request, if any.
- credentials(Iterable<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedRequestParams.Builder
-
Sets or replaces all elements for
credentialslist. - credentials(Iterable<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult.Builder
-
Sets or replaces all elements for
credentialslist. - credentialType() - Method in interface org.xrpl.xrpl4j.model.client.ledger.CredentialLedgerEntryParams
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in interface org.xrpl.xrpl4j.model.client.ledger.DepositPreAuthCredential
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableCredentialLedgerEntryParams
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthCredential
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in interface org.xrpl.xrpl4j.model.ledger.CredentialObject
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in interface org.xrpl.xrpl4j.model.transactions.Credential
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in interface org.xrpl.xrpl4j.model.transactions.CredentialAccept
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in interface org.xrpl.xrpl4j.model.transactions.CredentialCreate
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in interface org.xrpl.xrpl4j.model.transactions.CredentialDelete
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredential
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredential
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCredential
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCredentialObject
-
A (hex-encoded) value to identify the type of credential from the issuer.
- credentialType(Optional<? extends CredentialType>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredential.Builder
-
Initializes the optional value
credentialTypeto credentialType. - credentialType(Optional<? extends CredentialType>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject.Builder
-
Initializes the optional value
credentialTypeto credentialType. - credentialType(CredentialType) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableCredentialLedgerEntryParams.Builder
-
Initializes the value for the
credentialTypeattribute. - credentialType(CredentialType) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthCredential.Builder
-
Initializes the value for the
credentialTypeattribute. - credentialType(CredentialType) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject.Builder
-
Initializes the value for the
credentialTypeattribute. - credentialType(CredentialType) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredential.Builder
-
Initializes the value for the
credentialTypeattribute. - credentialType(CredentialType) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Initializes the value for the
credentialTypeattribute. - credentialType(CredentialType) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Initializes the value for the
credentialTypeattribute. - credentialType(CredentialType) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Initializes the value for the
credentialTypeattribute. - credentialType(CredentialType) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredential.Builder
-
Initializes the optional value
credentialTypeto credentialType. - credentialType(CredentialType) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject.Builder
-
Initializes the optional value
credentialTypeto credentialType. - CredentialType - Class in org.xrpl.xrpl4j.model.transactions
-
A wrapped
Stringcontaining a Credential Type. - CredentialTypeDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
CredentialType's. - CredentialTypeDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.CredentialTypeDeserializer
-
No-args constructor.
- CredentialTypeSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
CredentialType's. - CredentialTypeSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.CredentialTypeSerializer
-
No-args constructor.
- CredentialUri - Class in org.xrpl.xrpl4j.model.transactions
-
A wrapped
Stringcontaining a Credential Uri. - CredentialUriDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
CredentialUri's. - CredentialUriDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.CredentialUriDeserializer
-
No-args constructor.
- CredentialUriSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
CredentialUris. - CredentialUriSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.CredentialUriSerializer
-
No-args constructor.
- CredentialWrapper - Interface in org.xrpl.xrpl4j.model.transactions
-
Wrapper object for a
Credential, so that the JSON representation of a list ofCredentials is correct, according to the XRPL binary serialization specification. - currency() - Method in interface org.xrpl.xrpl4j.codec.binary.types.Hop
- currency() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableHop
- currency() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableIssue
-
The currency code of the Issue.
- currency() - Method in interface org.xrpl.xrpl4j.codec.binary.types.Issue
-
The currency code of the Issue.
- currency() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesIssuedCurrencyAmount
-
Arbitrary code for currency to issue.
- currency() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesIssuedCurrencyAmount
-
Arbitrary code for currency to issue.
- currency() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
A Currency Code identifying what currency this trust line can hold.
- currency() - Method in interface org.xrpl.xrpl4j.model.client.accounts.TrustLine
-
A Currency Code identifying what currency this trust line can hold.
- currency() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateLedgerEntryParams
-
The currency code of the
RippleStateObjectto retrieve. - currency() - Method in interface org.xrpl.xrpl4j.model.client.ledger.RippleStateLedgerEntryParams
-
The currency code of the
RippleStateObjectto retrieve. - currency() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathCurrency
-
Either a 3 character currency code, or a 40 character hexadecimal encoded currency code value.
- currency() - Method in interface org.xrpl.xrpl4j.model.client.path.PathCurrency
-
Either a 3 character currency code, or a 40 character hexadecimal encoded currency code value.
- currency() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableIssue
-
Either a 3 character currency code, or a 40 character hexadecimal encoded currency code value.
- currency() - Method in interface org.xrpl.xrpl4j.model.ledger.Issue
-
Either a 3 character currency code, or a 40 character hexadecimal encoded currency code value.
- currency() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableIssuedCurrencyAmount
-
Arbitrary code for currency to issue.
- currency() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePathStep
-
If present, this
PathSteprepresents changing currencies through an order book. - currency() - Method in interface org.xrpl.xrpl4j.model.transactions.IssuedCurrencyAmount
-
Arbitrary code for currency to issue.
- currency() - Method in interface org.xrpl.xrpl4j.model.transactions.PathStep
-
If present, this
PathSteprepresents changing currencies through an order book. - currency(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableHop.Builder
-
Initializes the optional value
currencyto currency. - currency(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableIssue.Builder
-
Initializes the value for the
currencyattribute. - currency(String) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesIssuedCurrencyAmount.Builder
-
Initializes the value for the
currencyattribute. - currency(String) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine.Builder
-
Initializes the value for the
currencyattribute. - currency(String) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateLedgerEntryParams.Builder
-
Initializes the value for the
currencyattribute. - currency(String) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathCurrency.Builder
-
Initializes the value for the
currencyattribute. - currency(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableIssue.Builder
-
Initializes the value for the
currencyattribute. - currency(String) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableIssuedCurrencyAmount.Builder
-
Initializes the value for the
currencyattribute. - currency(String) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePathStep.Builder
-
Initializes the optional value
currencyto currency. - currency(Optional<? extends JsonNode>) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableHop.Builder
-
Initializes the optional value
currencyto currency. - currency(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePathStep.Builder
-
Initializes the optional value
currencyto currency. - CurrencyAmount - Interface in org.xrpl.xrpl4j.model.transactions
-
Marker interface for XRPL Currency Amounts.
- CurrencyAmountDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
CurrencyAmounts. - CurrencyAmountDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.CurrencyAmountDeserializer
-
No-args constructor.
- CurrencyAmountToXrpSerializer() - Constructor for class org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.ValidatedLedger.CurrencyAmountToXrpSerializer
-
No-args constructor.
- CurrencyType - Class in org.xrpl.xrpl4j.codec.binary.types
-
Codec for currency property inside an XRPL issued currency amount json.
- CurrencyType() - Constructor for class org.xrpl.xrpl4j.codec.binary.types.CurrencyType
- CurrencyType(UnsignedByteArray) - Constructor for class org.xrpl.xrpl4j.codec.binary.types.CurrencyType
-
Required-args Constructor.
- CURRENT - Static variable in class org.xrpl.xrpl4j.model.client.common.LedgerIndexShortcut
-
Request information about a rippled server's current working version of the ledger.
- CURRENT - Static variable in interface org.xrpl.xrpl4j.model.client.common.LedgerSpecifier
-
Request information about for the most recent ledger that has been validated by consensus.
- currentLedgerSize() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeResult
-
Number of transactions provisionally included in the in-progress ledger.
- currentLedgerSize() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult
-
Number of transactions provisionally included in the in-progress ledger.
- currentLedgerSize(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult.Builder
-
Initializes the value for the
currentLedgerSizeattribute. - currentQueueSize() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeResult
-
Number of transactions currently queued for the next ledger.
- currentQueueSize() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult
-
Number of transactions currently queued for the next ledger.
- currentQueueSize(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult.Builder
-
Initializes the value for the
currentQueueSizeattribute.
D
- data() - Method in interface org.xrpl.xrpl4j.model.ledger.DidObject
-
The public attestations of identity credentials associated with the DID.
- data() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject
-
The public attestations of identity credentials associated with the DID.
- data() - Method in interface org.xrpl.xrpl4j.model.transactions.DidSet
-
The public attestations of identity credentials associated with the DID.
- data() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet
-
The public attestations of identity credentials associated with the DID.
- data() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject
-
The public attestations of identity credentials associated with the DID.
- data() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDidObject
-
The public attestations of identity credentials associated with the DID.
- data(Optional<? extends DidData>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject.Builder
-
Initializes the optional value
datato data. - data(Optional<? extends DidData>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Initializes the optional value
datato data. - data(Optional<? extends DidData>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject.Builder
-
Initializes the optional value
datato data. - data(DidData) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject.Builder
-
Initializes the optional value
datato data. - data(DidData) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Initializes the optional value
datato data. - data(DidData) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject.Builder
-
Initializes the optional value
datato data. - decode(String) - Static method in class org.xrpl.xrpl4j.codec.addresses.Base58
-
Decodes a Base58 encoded
Stringto a byte array. - decode(String) - Method in class org.xrpl.xrpl4j.codec.binary.FieldHeaderCodec
- decode(String) - Method in class org.xrpl.xrpl4j.codec.binary.XrplBinaryCodec
-
Decodes canonical XRPL binary hex encoded transaction string to JSON.
- decode(String, List<KeyType>, List<Version>, Optional<UnsignedInteger>) - Static method in class org.xrpl.xrpl4j.codec.addresses.AddressBase58
-
Decode a Base58Check
String. - decode(String, List<Version>, UnsignedInteger) - Static method in class org.xrpl.xrpl4j.codec.addresses.AddressBase58
- decode(String, Version) - Static method in class org.xrpl.xrpl4j.codec.addresses.AddressBase58
- decodeAccountId(Address) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
-
Decode a Base58Check encoded XRPL AccountID.
- decodeAccountPrivateKey(String) - Method in class org.xrpl.xrpl4j.codec.addresses.PrivateKeyCodec
-
Decode a Base58Check encoded XRPL Account Private Key.
- decodeAccountPublicKey(String) - Method in class org.xrpl.xrpl4j.codec.addresses.PublicKeyCodec
-
Decode a Base58Check encoded XRPL Account Public Key.
- decodeChecked(String) - Static method in class org.xrpl.xrpl4j.codec.addresses.Base58
-
Decodes the given Base58Check encoded
Stringto a byte array, and validates the checksum. - Decoded - Interface in org.xrpl.xrpl4j.codec.addresses
-
Represents a decoded Base58
String. - decodedSeed() - Method in interface org.xrpl.xrpl4j.crypto.keys.Seed
-
The decoded details of this seed.
- decodedSeed() - Method in class org.xrpl.xrpl4j.crypto.keys.Seed.DefaultSeed
-
The decoded details of this seed.
- decodedValueBytes() - Method in interface org.xrpl.xrpl4j.crypto.keys.Base58EncodedSecret
-
The decoded value of Base58 Encoded Secret.
- decodedValueBytes() - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutableBase58EncodedSecret
-
The decoded value of Base58 Encoded Secret.
- DecodedXAddress - Interface in org.xrpl.xrpl4j.codec.addresses
-
An X-Address, decoded into an AccountID, destination tag, and a boolean for testnet or mainnet.
- DecodeException - Exception Class in org.xrpl.xrpl4j.codec.addresses.exceptions
- DecodeException(String) - Constructor for exception class org.xrpl.xrpl4j.codec.addresses.exceptions.DecodeException
- decodeFieldId(String) - Method in class org.xrpl.xrpl4j.codec.binary.FieldHeaderCodec
- decodeNodePrivateKey(String) - Method in class org.xrpl.xrpl4j.codec.addresses.PrivateKeyCodec
-
Decode a Base58Check encoded XRPL Node Private Key.
- decodeNodePublicKey(String) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
-
Deprecated.
- decodeNodePublicKey(String) - Method in class org.xrpl.xrpl4j.codec.addresses.PublicKeyCodec
-
Decode a Base58Check encoded XRPL Node Public Key.
- decodeSeed(String) - Method in class org.xrpl.xrpl4j.codec.addresses.SeedCodec
-
Decodes a Base58Check encoded XRPL secret key base58EncodedSeed value.
- decodeXAddress(XAddress) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
-
Decodes an X-Address to an AccountID, destination tag, and a boolean for XRPL-testnet or XRPL-mainnet.
- deepFreeze() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
Whether or not this account has deep-frozen this trust line.
- deepFreeze() - Method in interface org.xrpl.xrpl4j.model.client.accounts.TrustLine
-
Whether or not this account has deep-frozen this trust line.
- deepFreeze(boolean) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine.Builder
-
Initializes the value for the
deepFreezeattribute. - deepFreezePeer() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
Whether or not the peer account has deep-frozen this trust line.
- deepFreezePeer() - Method in interface org.xrpl.xrpl4j.model.client.accounts.TrustLine
-
Whether or not the peer account has deep-frozen this trust line.
- deepFreezePeer(boolean) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine.Builder
-
Initializes the value for the
deepFreezePeerattribute. - DEFAULT_RIPPLE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
Enable rippling on this account's trust lines by default.
- DEFAULT_RIPPLE - Static variable in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Constant
AccountRootFlagsfor thelsfDefaultRippleaccount flag. - DefaultDefinitionsProvider - Class in org.xrpl.xrpl4j.codec.binary.definitions
-
Default implementation of the
DefinitionsProviderinterface. - DefaultDefinitionsProvider(ObjectMapper) - Constructor for class org.xrpl.xrpl4j.codec.binary.definitions.DefaultDefinitionsProvider
-
Required-args Constructor.
- Definitions - Interface in org.xrpl.xrpl4j.codec.binary.definitions
-
Type to represent a the top-level object in definitions.json file.
- DefinitionsProvider - Interface in org.xrpl.xrpl4j.codec.binary.definitions
-
Provider for
Definitions. - DefinitionsService - Class in org.xrpl.xrpl4j.codec.binary.definitions
-
Service for accessing XRPL type and field metadata from definitions.json.
- delegate() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up a
DelegateObjectbyDelegateLedgerEntryParams. - delegate() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up a
DelegateObjectbyDelegateLedgerEntryParams. - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete
-
The delegate account that is sending the transaction on behalf of the
ImmutableAccountDelete.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
The delegate account that is sending the transaction on behalf of the
ImmutableAccountSet.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
The delegate account that is sending the transaction on behalf of the
ImmutableAmmBid.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
-
The delegate account that is sending the transaction on behalf of the
ImmutableAmmClawback.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate
-
The delegate account that is sending the transaction on behalf of the
ImmutableAmmCreate.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete
-
The delegate account that is sending the transaction on behalf of the
ImmutableAmmDelete.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
The delegate account that is sending the transaction on behalf of the
ImmutableAmmDeposit.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote
-
The delegate account that is sending the transaction on behalf of the
ImmutableAmmVote.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
The delegate account that is sending the transaction on behalf of the
ImmutableAmmWithdraw.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch
-
The delegate account that is sending the transaction on behalf of the
ImmutableBatch.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel
-
The delegate account that is sending the transaction on behalf of the
ImmutableCheckCancel.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash
-
The delegate account that is sending the transaction on behalf of the
ImmutableCheckCash.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
-
The delegate account that is sending the transaction on behalf of the
ImmutableCheckCreate.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback
-
The delegate account that is sending the transaction on behalf of the
ImmutableClawback.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept
-
The delegate account that is sending the transaction on behalf of the
ImmutableCredentialAccept.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate
-
The delegate account that is sending the transaction on behalf of the
ImmutableCredentialCreate.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete
-
The delegate account that is sending the transaction on behalf of the
ImmutableCredentialDelete.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet
-
The delegate account that is sending the transaction on behalf of the
ImmutableDelegateSet.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth
-
The delegate account that is sending the transaction on behalf of the
ImmutableDepositPreAuth.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete
-
The delegate account that is sending the transaction on behalf of the
ImmutableDidDelete.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet
-
The delegate account that is sending the transaction on behalf of the
ImmutableDidSet.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment
-
The delegate account that is sending the transaction on behalf of the
ImmutableEnableAmendment.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel
-
The delegate account that is sending the transaction on behalf of the
ImmutableEscrowCancel.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
The delegate account that is sending the transaction on behalf of the
ImmutableEscrowCreate.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
The delegate account that is sending the transaction on behalf of the
ImmutableEscrowFinish.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize
-
The delegate account that is sending the transaction on behalf of the
ImmutableMpTokenAuthorize.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate
-
The delegate account that is sending the transaction on behalf of the
ImmutableMpTokenIssuanceCreate.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy
-
The delegate account that is sending the transaction on behalf of the
ImmutableMpTokenIssuanceDestroy.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet
-
The delegate account that is sending the transaction on behalf of the
ImmutableMpTokenIssuanceSet.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer
-
The delegate account that is sending the transaction on behalf of the
ImmutableNfTokenAcceptOffer.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn
-
The delegate account that is sending the transaction on behalf of the
ImmutableNfTokenBurn.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer
-
The delegate account that is sending the transaction on behalf of the
ImmutableNfTokenCancelOffer.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
The delegate account that is sending the transaction on behalf of the
ImmutableNfTokenCreateOffer.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint
-
The delegate account that is sending the transaction on behalf of the
ImmutableNfTokenMint.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel
-
The delegate account that is sending the transaction on behalf of the
ImmutableOfferCancel.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate
-
The delegate account that is sending the transaction on behalf of the
ImmutableOfferCreate.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete
-
The delegate account that is sending the transaction on behalf of the
ImmutableOracleDelete.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet
-
The delegate account that is sending the transaction on behalf of the
ImmutableOracleSet.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
The delegate account that is sending the transaction on behalf of the
ImmutablePayment.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
-
The delegate account that is sending the transaction on behalf of the
ImmutablePaymentChannelClaim.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
-
The delegate account that is sending the transaction on behalf of the
ImmutablePaymentChannelCreate.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund
-
The delegate account that is sending the transaction on behalf of the
ImmutablePaymentChannelFund.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete
-
The delegate account that is sending the transaction on behalf of the
ImmutablePermissionedDomainDelete.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet
-
The delegate account that is sending the transaction on behalf of the
ImmutablePermissionedDomainSet.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee
-
The delegate account that is sending the transaction on behalf of the
ImmutableSetFee.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey
-
The delegate account that is sending the transaction on behalf of the
ImmutableSetRegularKey.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet
-
The delegate account that is sending the transaction on behalf of the
ImmutableSignerListSet.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate
-
The delegate account that is sending the transaction on behalf of the
ImmutableTicketCreate.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet
-
The delegate account that is sending the transaction on behalf of the
ImmutableTrustSet.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction
-
The delegate account that is sending the transaction on behalf of the
ImmutableUnknownTransaction.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify
-
The delegate account that is sending the transaction on behalf of the
ImmutableUnlModify.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit
-
The delegate account that is sending the transaction on behalf of the
ImmutableXChainAccountCreateCommit.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
The delegate account that is sending the transaction on behalf of the
ImmutableXChainAddAccountCreateAttestation.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
The delegate account that is sending the transaction on behalf of the
ImmutableXChainAddClaimAttestation.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim
-
The delegate account that is sending the transaction on behalf of the
ImmutableXChainClaim.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit
-
The delegate account that is sending the transaction on behalf of the
ImmutableXChainCommit.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge
-
The delegate account that is sending the transaction on behalf of the
ImmutableXChainCreateBridge.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId
-
The delegate account that is sending the transaction on behalf of the
ImmutableXChainCreateClaimId.account(). - delegate() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge
-
The delegate account that is sending the transaction on behalf of the
ImmutableXChainModifyBridge.account(). - delegate() - Method in interface org.xrpl.xrpl4j.model.transactions.Transaction
-
The delegate account that is sending the transaction on behalf of the
Transaction.account(). - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Initializes the optional value
delegateto delegate. - delegate(DelegateLedgerEntryParams, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests aDelegateObjectledger entry. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Initializes the optional value
delegateto delegate. - delegate(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Initializes the optional value
delegateto delegate. - DELEGATE - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforDelegateledger objects. - DELEGATE - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- DELEGATE_SET - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theDelegateSettransaction. - DelegateLedgerEntryParams - Interface in org.xrpl.xrpl4j.model.client.ledger
-
Parameters that uniquely identify a
DelegateObjecton ledger that can be used in aLedgerEntryRequestParamsto request aDelegateObject. - DelegateObject - Interface in org.xrpl.xrpl4j.model.ledger
-
This object represents a set of permissions that an account has delegated to another account.
- DelegateSet - Interface in org.xrpl.xrpl4j.model.transactions
-
A
DelegateSettransaction allows an account to delegate a set of permissions to another account. - DeletedNode<T> - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
A
DeletedNodein transaction metadata indicates that the transaction removed an object from the ledger. - deletionBlockersOnly() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams
-
If true, the response only includes
LedgerObjects that would block this account from being deleted. - deletionBlockersOnly() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams
-
If true, the response only includes
LedgerObjects that would block this account from being deleted. - deletionBlockersOnly(boolean) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams.Builder
-
Initializes the value for the
deletionBlockersOnlyattribute. - deliveredAmount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata
-
The Currency Amount actually received by the Destination account.
- deliveredAmount() - Method in interface org.xrpl.xrpl4j.model.transactions.TransactionMetadata
-
The Currency Amount actually received by the Destination account.
- deliveredAmount(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Initializes the optional value
deliveredAmountto deliveredAmount. - deliveredAmount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Initializes the optional value
deliveredAmountto deliveredAmount. - deliverMin() - Method in interface org.xrpl.xrpl4j.model.transactions.CheckCash
-
Redeem the Check for at least this amount and for as much as possible.
- deliverMin() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash
-
Redeem the Check for at least this amount and for as much as possible.
- deliverMin() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
Minimum amount of destination currency this
Paymentshould deliver. - deliverMin() - Method in interface org.xrpl.xrpl4j.model.transactions.Payment
-
Minimum amount of destination currency this
Paymentshould deliver. - deliverMin(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the optional value
deliverMinto deliverMin. - deliverMin(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
deliverMinto deliverMin. - deliverMin(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the optional value
deliverMinto deliverMin. - deliverMin(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
deliverMinto deliverMin. - DEPOSIT_AUTH - Enum constant in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
Enable Deposit Authorization on this account.
- DEPOSIT_AUTH - Static variable in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Constant
AccountRootFlagsfor thelsfDepositAuthaccount flag. - DEPOSIT_AUTHORIZED - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the deposit_authorized rippled API method.
- DEPOSIT_PRE_AUTH - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforDepositPreauthledger objects. - DEPOSIT_PRE_AUTH - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theDepositPreAuthtransaction. - DEPOSIT_PRE_AUTH - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- depositAuthorized() - Method in interface org.xrpl.xrpl4j.model.client.path.DepositAuthorizedResult
-
Whether the specified source account is authorized to send payments directly to the destination account.
- depositAuthorized() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult
-
Whether the specified source account is authorized to send payments directly to the destination account.
- depositAuthorized(boolean) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult.Builder
-
Initializes the value for the
depositAuthorizedattribute. - DepositAuthorizedRequestParams - Interface in org.xrpl.xrpl4j.model.client.path
-
Request parameters for a "deposit_authorized" rippled API method call.
- DepositAuthorizedResult - Interface in org.xrpl.xrpl4j.model.client.path
-
Response object for a "deposit_authorized" rippled API method call.
- depositPreAuth() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up a
DepositPreAuthObjectbyDepositPreAuthLedgerEntryParams. - depositPreAuth() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up a
DepositPreAuthObjectbyDepositPreAuthLedgerEntryParams. - depositPreAuth(DepositPreAuthLedgerEntryParams, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests aDepositPreAuthObjectledger entry. - DepositPreAuth - Interface in org.xrpl.xrpl4j.model.transactions
-
A
DepositPreAuthtransaction gives another account pre-approval to deliver payments to the sender of this transaction. - DepositPreAuthCredential - Interface in org.xrpl.xrpl4j.model.client.ledger
-
DepositPreAuthCredentialinner object with Issuer and CredentialType details. - DepositPreAuthLedgerEntryParams - Interface in org.xrpl.xrpl4j.model.client.ledger
-
Parameters that uniquely identify a
DepositPreAuthObjecton ledger that can be used in aLedgerEntryRequestParamsto request anDepositPreAuthObject. - DepositPreAuthObject - Interface in org.xrpl.xrpl4j.model.ledger
-
Tracks a preauthorization from one account to another.
- der() - Method in interface org.xrpl.xrpl4j.crypto.signing.bc.EcDsaSignature
-
Encode this
EcDsaSignatureto the ASN.1 DER format. - der() - Method in class org.xrpl.xrpl4j.crypto.signing.bc.ImmutableEcDsaSignature
-
Encode this
EcDsaSignatureto the ASN.1 DER format. - deriveAddress() - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutablePublicKey
-
Derive an XRPL address from this public key.
- deriveAddress() - Method in interface org.xrpl.xrpl4j.crypto.keys.PublicKey
-
Derive an XRPL address from this public key.
- deriveKeyPair() - Method in class org.xrpl.xrpl4j.crypto.keys.Seed.DefaultSeed
- deriveKeyPair() - Method in interface org.xrpl.xrpl4j.crypto.keys.Seed
-
Derive a public/private keypair from a Base58Check encoded 16 byte seed.
- derivePublicKey(PrivateKey) - Method in class org.xrpl.xrpl4j.crypto.signing.bc.BcSignatureService
- derivePublicKey(PrivateKeyReference) - Method in class org.xrpl.xrpl4j.crypto.signing.bc.BcDerivedKeySignatureService
- derivePublicKey(P) - Method in class org.xrpl.xrpl4j.crypto.signing.AbstractSignatureService
-
Helper method to derive a public key from a private key.
- derivePublicKey(P) - Method in interface org.xrpl.xrpl4j.crypto.signing.TransactionSigner
-
Accessor for the public-key corresponding to the supplied key meta-data.
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.CompleteLedgersDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.ValidatedLedger.XrpToCurrencyAmountDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.AccountTransactionsRequestParamsDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.AccountTransactionsTransactionDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.AddressDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.AffectedNodeDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.AssetPriceDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.AssetScaleDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.BaseFeeDropsDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.CredentialTypeDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.CredentialUriDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.CurrencyAmountDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.DidDataDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.DidDocumentDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.DidUriDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.GatewayBalancesAssetsDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.GatewayBalancesHotWalletsDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.GatewayBalancesObligationsDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.Hash256Deserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.LedgerIndexBoundDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.LedgerIndexDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.LedgerSpecifierDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.MarkerDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.MpTokenIssuanceIdDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.MpTokenMetadataDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.MpTokenNumericAmountDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.NetworkIdDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.NfTokenIdDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.OracleDocumentIdDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.OracleProviderDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.OracleUriDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.PublicKeyDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.ServerInfoDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.SignatureDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.TradingFeeDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.TransactionDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.TransactionResultDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.TransferFeeDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.UnknownLedgerObjectDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.UnsignedByteArrayDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.UnsignedIntegerStringDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.VoteWeightDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.XChainClaimIdDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.XChainCountDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.XrpCurrencyAmountDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.xrpl.xrpl4j.model.jackson.modules.ZonedDateTimeDeserializer
- DESPOSIT_PRE_AUTH - Enum constant in enum org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams.AccountObjectType
-
Desposit pre auth account object type.
- destination() - Method in interface org.xrpl.xrpl4j.model.ledger.AttestationClaim
-
The destination account for the funds on the destination chain.
- destination() - Method in interface org.xrpl.xrpl4j.model.ledger.AttestationCreateAccount
-
The destination account for the funds on the destination chain.
- destination() - Method in interface org.xrpl.xrpl4j.model.ledger.CheckObject
-
The intended recipient of the
CheckObject. - destination() - Method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
The destination
Addresswhere the tokens are paid if the held payment is successful. - destination() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim
-
The destination account for the funds on the destination chain.
- destination() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationCreateAccount
-
The destination account for the funds on the destination chain.
- destination() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject
-
The intended recipient of the
CheckObject. - destination() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
The destination
Addresswhere the tokens are paid if the held payment is successful. - destination() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
The intended recipient of the
NfTokenObject. - destination() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
The destination
Addressfor this payment channel. - destination() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimProofSig
-
The destination account for the funds on the destination chain.
- destination() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountProofSig
-
The destination account for the funds on the destination chain.
- destination() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenOfferObject
-
The intended recipient of the
NfTokenObject. - destination() - Method in interface org.xrpl.xrpl4j.model.ledger.PayChannelObject
-
The destination
Addressfor this payment channel. - destination() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainClaimProofSig
-
The destination account for the funds on the destination chain.
- destination() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainCreateAccountProofSig
-
The destination account for the funds on the destination chain.
- destination() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountDelete
-
The
Addressof an account to receive any leftover XRP after deleting the sending account. - destination() - Method in interface org.xrpl.xrpl4j.model.transactions.CheckCreate
-
The unique
Addressof the account that can cash the Check. - destination() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowCreate
-
Address to receive escrowed tokens.
- destination() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete
-
The
Addressof an account to receive any leftover XRP after deleting the sending account. - destination() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
-
The unique
Addressof the account that can cash the Check. - destination() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
Address to receive escrowed tokens.
- destination() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
If present, indicates that this offer may only be accepted by the specified account.
- destination() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
The unique
Addressof the account receiving the payment. - destination() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
-
Addressto receive XRP claims against this channel. - destination() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit
-
The destination account on the destination chain.
- destination() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
The destination account for the funds on the destination chain.
- destination() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
The destination account for the funds on the destination chain (taken from the
XChainCommittransaction). - destination() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim
-
The destination account on the destination chain.
- destination() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject
-
The intended recipient of the
MetaCheckObject. - destination() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
The destination
Addresswhere the funds are paid if the held payment is successful. - destination() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject
-
The intended recipient of the
NfTokenObject. - destination() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject
-
The destination
Addressfor this payment channel. - destination() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig
-
The destination account for the funds on the destination chain.
- destination() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig
-
The destination account for the funds on the destination chain.
- destination() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCheckObject
-
The intended recipient of the
MetaCheckObject. - destination() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaEscrowObject
-
The destination
Addresswhere the funds are paid if the held payment is successful. - destination() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaNfTokenOfferObject
-
The intended recipient of the
NfTokenObject. - destination() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaPayChannelObject
-
The destination
Addressfor this payment channel. - destination() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainClaimProofSig
-
The destination account for the funds on the destination chain.
- destination() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainCreateAccountProofSig
-
The destination account for the funds on the destination chain.
- destination() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenCreateOffer
-
If present, indicates that this offer may only be accepted by the specified account.
- destination() - Method in interface org.xrpl.xrpl4j.model.transactions.Payment
-
The unique
Addressof the account receiving the payment. - destination() - Method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelCreate
-
Addressto receive XRP claims against this channel. - destination() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainAccountCreateCommit
-
The destination account on the destination chain.
- destination() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainAddAccountCreateAttestation
-
The destination account for the funds on the destination chain.
- destination() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainAddClaimAttestation
-
The destination account for the funds on the destination chain (taken from the
XChainCommittransaction). - destination() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainClaim
-
The destination account on the destination chain.
- destination(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim.Builder
-
Initializes the optional value
destinationto destination. - destination(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Initializes the optional value
destinationto destination. - destination(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimProofSig.Builder
-
Initializes the optional value
destinationto destination. - destination(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the optional value
destinationto destination. - destination(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the optional value
destinationto destination. - destination(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Initializes the optional value
destinationto destination. - destination(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
destinationto destination. - destination(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
destinationto destination. - destination(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
destinationto destination. - destination(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig.Builder
-
Initializes the optional value
destinationto destination. - destination(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig.Builder
-
Initializes the optional value
destinationto destination. - destination(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim.Builder
-
Initializes the optional value
destinationto destination. - destination(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationCreateAccount.Builder
-
Initializes the value for the
destinationattribute. - destination(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject.Builder
-
Initializes the value for the
destinationattribute. - destination(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the value for the
destinationattribute. - destination(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Initializes the optional value
destinationto destination. - destination(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject.Builder
-
Initializes the value for the
destinationattribute. - destination(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimProofSig.Builder
-
Initializes the optional value
destinationto destination. - destination(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountProofSig.Builder
-
Initializes the value for the
destinationattribute. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Initializes the value for the
destinationattribute. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the value for the
destinationattribute. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the value for the
destinationattribute. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the optional value
destinationto destination. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the value for the
destinationattribute. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the value for the
destinationattribute. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Initializes the value for the
destinationattribute. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the value for the
destinationattribute. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the optional value
destinationto destination. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Initializes the value for the
destinationattribute. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Initializes the optional value
destinationto destination. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
destinationto destination. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
destinationto destination. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
destinationto destination. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig.Builder
-
Initializes the optional value
destinationto destination. - destination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig.Builder
-
Initializes the optional value
destinationto destination. - destinationAccount() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsRequestParams
-
The unique
Addressfor the destination account. - destinationAccount() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams
-
The unique
Addressfor the destination account. - destinationAccount() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject
-
The destination
Addressfor this channel. - destinationAccount() - Method in interface org.xrpl.xrpl4j.model.client.accounts.PaymentChannelResultObject
-
The destination
Addressfor this channel. - destinationAccount() - Method in interface org.xrpl.xrpl4j.model.client.path.DepositAuthorizedRequestParams
-
Unique
Addressof the account that would receive funds in a transaction. - destinationAccount() - Method in interface org.xrpl.xrpl4j.model.client.path.DepositAuthorizedResult
-
The destination account specified in the request.
- destinationAccount() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedRequestParams
-
Unique
Addressof the account that would receive funds in a transaction. - destinationAccount() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult
-
The destination account specified in the request.
- destinationAccount() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams
-
Unique
Addressof the account that would receive funds in a transaction. - destinationAccount() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult
- destinationAccount() - Method in interface org.xrpl.xrpl4j.model.client.path.RipplePathFindRequestParams
-
Unique
Addressof the account that would receive funds in a transaction. - destinationAccount() - Method in interface org.xrpl.xrpl4j.model.client.path.RipplePathFindResult
- destinationAccount(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams.Builder
-
Initializes the optional value
destinationAccountto destinationAccount. - destinationAccount(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams.Builder
-
Initializes the optional value
destinationAccountto destinationAccount. - destinationAccount(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject.Builder
-
Initializes the value for the
destinationAccountattribute. - destinationAccount(Address) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedRequestParams.Builder
-
Initializes the value for the
destinationAccountattribute. - destinationAccount(Address) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult.Builder
-
Initializes the value for the
destinationAccountattribute. - destinationAccount(Address) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams.Builder
-
Initializes the value for the
destinationAccountattribute. - destinationAccount(Address) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult.Builder
-
Initializes the value for the
destinationAccountattribute. - destinationAmount() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams
-
CurrencyAmountthat the destination account would receive in a transaction. - destinationAmount() - Method in interface org.xrpl.xrpl4j.model.client.path.RipplePathFindRequestParams
-
CurrencyAmountthat the destination account would receive in a transaction. - destinationAmount(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams.Builder
-
Initializes the value for the
destinationAmountattribute. - destinationCurrencies() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult
-
ListofStrings representing the currencies that theImmutableRipplePathFindResult.destinationAccount()accepts, as 3-letter codes like "USD" or as 40-character hex like "015841551A748AD2C1F76FF6ECB0CCCD00000000". - destinationCurrencies() - Method in interface org.xrpl.xrpl4j.model.client.path.RipplePathFindResult
-
ListofStrings representing the currencies that theRipplePathFindResult.destinationAccount()accepts, as 3-letter codes like "USD" or as 40-character hex like "015841551A748AD2C1F76FF6ECB0CCCD00000000". - destinationCurrencies(Iterable<String>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult.Builder
-
Sets or replaces all elements for
destinationCurrencieslist. - destinationNode() - Method in interface org.xrpl.xrpl4j.model.ledger.CheckObject
-
A hint indicating which page of the
CheckObject.destination()'s owner directory links to this object, in case the directory consists of multiple pages. - destinationNode() - Method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
A hint indicating which page of the destination's owner directory links to this object, in case the directory consists of multiple pages.
- destinationNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject
-
A hint indicating which page of the
CheckObject.destination()'s owner directory links to this object, in case the directory consists of multiple pages. - destinationNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
A hint indicating which page of the destination's owner directory links to this object, in case the directory consists of multiple pages.
- destinationNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject
-
A hint indicating which page of the
MetaCheckObject.destination()'s owner directory links to this object, in case the directory consists of multiple pages. - destinationNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
A hint indicating which page of the destination's owner directory links to this object, in case the directory consists of multiple pages.
- destinationNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCheckObject
-
A hint indicating which page of the
MetaCheckObject.destination()'s owner directory links to this object, in case the directory consists of multiple pages. - destinationNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaEscrowObject
-
A hint indicating which page of the destination's owner directory links to this object, in case the directory consists of multiple pages.
- destinationNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject.Builder
-
Initializes the optional value
destinationNodeto destinationNode. - destinationNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
destinationNodeto destinationNode. - destinationNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Initializes the optional value
destinationNodeto destinationNode. - destinationNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
destinationNodeto destinationNode. - destinationNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject.Builder
-
Initializes the optional value
destinationNodeto destinationNode. - destinationNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
destinationNodeto destinationNode. - destinationNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Initializes the optional value
destinationNodeto destinationNode. - destinationNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
destinationNodeto destinationNode. - destinationTag() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject
-
An
UnsignedIntegerto use as a destination tag for payments through this channel, if one was specified at channel creation. - destinationTag() - Method in interface org.xrpl.xrpl4j.model.client.accounts.PaymentChannelResultObject
-
An
UnsignedIntegerto use as a destination tag for payments through this channel, if one was specified at channel creation. - destinationTag() - Method in interface org.xrpl.xrpl4j.model.ledger.CheckObject
-
An arbitrary tag to further specify the destination for this
CheckObject, such as a hosted recipient at the destination address. - destinationTag() - Method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
An arbitrary tag to further specify the destination for this held payment, such as a hosted recipient at the destination address.
- destinationTag() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject
-
An arbitrary tag to further specify the destination for this
CheckObject, such as a hosted recipient at the destination address. - destinationTag() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
An arbitrary tag to further specify the destination for this held payment, such as a hosted recipient at the destination address.
- destinationTag() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
An arbitrary tag to further specify the
ImmutablePayChannelObject.destination()for this payment channel, such as a hosted recipient at the destination address. - destinationTag() - Method in interface org.xrpl.xrpl4j.model.ledger.PayChannelObject
-
An arbitrary tag to further specify the
PayChannelObject.destination()for this payment channel, such as a hosted recipient at the destination address. - destinationTag() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountDelete
-
Arbitrary destination tag that identifies a hosted recipient or other information for the recipient of the deleted account's leftover XRP.
- destinationTag() - Method in interface org.xrpl.xrpl4j.model.transactions.CheckCreate
-
Arbitrary tag that identifies the reason for the Check, or a hosted recipient to pay.
- destinationTag() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowCreate
-
Arbitrary tag to further specify the destination for this escrowed payment, such as a hosted recipient at the destination address.
- destinationTag() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete
-
Arbitrary destination tag that identifies a hosted recipient or other information for the recipient of the deleted account's leftover XRP.
- destinationTag() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
-
Arbitrary tag that identifies the reason for the Check, or a hosted recipient to pay.
- destinationTag() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
Arbitrary tag to further specify the destination for this escrowed payment, such as a hosted recipient at the destination address.
- destinationTag() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
Arbitrary
UnsignedIntegertag that identifies the reason for the payment to the destination, or a hosted recipient to pay. - destinationTag() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
-
Arbitrary tag to further specify the destination for this payment channel, such as a hosted recipient at the
ImmutablePaymentChannelCreate.destination()address. - destinationTag() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim
-
A 32-bit unsigned integer destination tag.
- destinationTag() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject
-
An arbitrary tag to further specify the destination for this
MetaCheckObject, such as a hosted recipient at the destination address. - destinationTag() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
An arbitrary tag to further specify the destination for this held payment, such as a hosted recipient at the destination address.
- destinationTag() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject
-
An arbitrary tag to further specify the
ImmutableMetaPayChannelObject.destination()for this payment channel, such as a hosted recipient at the destination address. - destinationTag() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCheckObject
-
An arbitrary tag to further specify the destination for this
MetaCheckObject, such as a hosted recipient at the destination address. - destinationTag() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaEscrowObject
-
An arbitrary tag to further specify the destination for this held payment, such as a hosted recipient at the destination address.
- destinationTag() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaPayChannelObject
-
An arbitrary tag to further specify the
MetaPayChannelObject.destination()for this payment channel, such as a hosted recipient at the destination address. - destinationTag() - Method in interface org.xrpl.xrpl4j.model.transactions.Payment
-
Arbitrary
UnsignedIntegertag that identifies the reason for the payment to the destination, or a hosted recipient to pay. - destinationTag() - Method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelCreate
-
Arbitrary tag to further specify the destination for this payment channel, such as a hosted recipient at the
PaymentChannelCreate.destination()address. - destinationTag() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainClaim
-
A 32-bit unsigned integer destination tag.
- destinationTag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destinationTag(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
destinationTagto destinationTag. - destroy() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
- destroy() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
- destroy() - Method in class org.xrpl.xrpl4j.crypto.keys.Entropy
- destroy() - Method in class org.xrpl.xrpl4j.crypto.keys.Passphrase
- destroy() - Method in class org.xrpl.xrpl4j.crypto.keys.PrivateKey
- destroy() - Method in class org.xrpl.xrpl4j.crypto.keys.Seed.DefaultSeed
- destroy() - Method in class org.xrpl.xrpl4j.crypto.ServerSecret
- did() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
- did() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
- did(Address, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests aDidObjectledger entry. - DID - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforDIDledger objects. - DID - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- DID_DELETE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theDidDeletetransaction. - DID_SET - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theDidSettransaction. - DidData - Class in org.xrpl.xrpl4j.model.transactions
-
A wrapped
Stringcontaining DID Data. - DidDataDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
DidDatas. - DidDataDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.DidDataDeserializer
-
No-args constructor.
- DidDataSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
DidDatas. - DidDataSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.DidDataSerializer
-
No-args constructor.
- DidDelete - Interface in org.xrpl.xrpl4j.model.transactions
-
Object mapping for the
DIDDeletetransaction. - didDocument() - Method in interface org.xrpl.xrpl4j.model.ledger.DidObject
-
The W3C standard DID document associated with the DID.
- didDocument() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject
-
The W3C standard DID document associated with the DID.
- didDocument() - Method in interface org.xrpl.xrpl4j.model.transactions.DidSet
-
The DID document for this DID.
- didDocument() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet
-
The DID document for this DID.
- didDocument() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject
-
The W3C standard DID document associated with the DID.
- didDocument() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDidObject
-
The W3C standard DID document associated with the DID.
- didDocument(Optional<? extends DidDocument>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject.Builder
-
Initializes the optional value
didDocumentto didDocument. - didDocument(Optional<? extends DidDocument>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Initializes the optional value
didDocumentto didDocument. - didDocument(Optional<? extends DidDocument>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject.Builder
-
Initializes the optional value
didDocumentto didDocument. - didDocument(DidDocument) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject.Builder
-
Initializes the optional value
didDocumentto didDocument. - didDocument(DidDocument) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Initializes the optional value
didDocumentto didDocument. - didDocument(DidDocument) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject.Builder
-
Initializes the optional value
didDocumentto didDocument. - DidDocument - Class in org.xrpl.xrpl4j.model.transactions
-
A wrapped
Stringcontaining a DID Document. - DidDocumentDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
DidDocuments. - DidDocumentDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.DidDocumentDeserializer
-
No-args constructor.
- DidDocumentSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
DidDocuments. - DidDocumentSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.DidDocumentSerializer
-
No-args constructor.
- DidObject - Interface in org.xrpl.xrpl4j.model.ledger
-
A
DIDledger entry holds references to, or data associated with a single DID. - DidSet - Interface in org.xrpl.xrpl4j.model.transactions
-
Object mapping for the
DIDSettransaction. - DidUri - Class in org.xrpl.xrpl4j.model.transactions
-
A wrapped
Stringcontaining a DID URI. - DidUriDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
DidUris. - DidUriDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.DidUriDeserializer
-
No-args constructor.
- DidUriSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
DidUris. - DidUriSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.DidUriSerializer
-
No-args constructor.
- DIRECTORY_NODE - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforDirectoryNodeledger objects. - DIRECTORY_NODE - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- DISABLE_MASTER - Enum constant in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
Disallow use of the master key pair.
- DISABLE_MASTER - Static variable in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Constant
AccountRootFlagsfor thelsfDisableMasteraccount flag. - DISALLOW_INCOMING_CHECK - Enum constant in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
Block incoming Checks.
- DISALLOW_INCOMING_CHECK - Static variable in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Constant
AccountRootFlagsfor thelsfDisallowIncomingCheckaccount flag. - DISALLOW_INCOMING_NFT_OFFER - Enum constant in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
Block incoming NFTokenOffers.
- DISALLOW_INCOMING_NFT_OFFER - Static variable in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Constant
AccountRootFlagsfor thelsfDisallowIncomingNFTokenOfferaccount flag. - DISALLOW_INCOMING_PAY_CHAN - Enum constant in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
Block incoming Payment Channels.
- DISALLOW_INCOMING_PAY_CHAN - Static variable in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Constant
AccountRootFlagsfor thelsfDisallowIncomingPayChanaccount flag. - DISALLOW_INCOMING_TRUSTLINE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
Block incoming Trustlines.
- DISALLOW_INCOMING_TRUSTLINE - Static variable in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Constant
AccountRootFlagsfor thelsfDisallowIncomingTrustlineaccount flag. - DISALLOW_XRP - Enum constant in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
XRP should not be sent to this account.
- DISALLOW_XRP - Static variable in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Constant
AccountRootFlagsfor thelsfDisallowXRPaccount flag. - DISALLOW_XRP - Static variable in class org.xrpl.xrpl4j.model.flags.AccountSetTransactionFlags
-
Constant for the
tfDisallowXRPflag. - discountedFee() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoAuctionSlot
-
The trading fee to be charged to the auction owner.
- discountedFee() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot
-
The trading fee to be charged to the auction owner.
- discountedFee() - Method in interface org.xrpl.xrpl4j.model.ledger.AuctionSlot
-
The trading fee to be charged to the auction owner.
- discountedFee() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot
-
The trading fee to be charged to the auction owner.
- discountedFee() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot
-
The trading fee to be charged to the auction owner.
- discountedFee() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAuctionSlot
-
The trading fee to be charged to the auction owner.
- discountedFee(Optional<? extends TradingFee>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot.Builder
-
Initializes the optional value
discountedFeeto discountedFee. - discountedFee(TradingFee) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot.Builder
-
Initializes the value for the
discountedFeeattribute. - discountedFee(TradingFee) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot.Builder
-
Initializes the value for the
discountedFeeattribute. - discountedFee(TradingFee) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot.Builder
-
Initializes the optional value
discountedFeeto discountedFee. - domain() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersRequestParams
-
The object ID of a PermissionedDomain object.
- domain() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersRequestParams
-
The object ID of a PermissionedDomain object.
- domain() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams
-
The object ID of a PermissionedDomain object.
- domain() - Method in interface org.xrpl.xrpl4j.model.client.path.RipplePathFindRequestParams
-
The object ID of a PermissionedDomain object.
- domain() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
A domain associated with this account.
- domain() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
A domain associated with this account.
- domain() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountSet
-
The hex string of the lowercase ASCII of the domain for the account.
- domain() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
The hex string of the lowercase ASCII of the domain for the account.
- domain() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
A domain associated with this account.
- domain() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAccountRootObject
-
A domain associated with this account.
- domain(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
domainto domain. - domain(String) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
domainto domain. - domain(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
domainto domain. - domain(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersRequestParams.Builder
-
Initializes the optional value
domainto domain. - domain(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams.Builder
-
Initializes the optional value
domainto domain. - domain(Optional<String>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
domainto domain. - domain(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
domainto domain. - domain(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
domainto domain. - domain(Hash256) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersRequestParams.Builder
-
Initializes the optional value
domainto domain. - domain(Hash256) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams.Builder
-
Initializes the optional value
domainto domain. - domainId() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersOffer
-
The permissioned domain that the offer is part of.
- domainId() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
The permissioned domain that the offer is part of.
- domainId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
The permissioned domain that the offer is part of.
- domainId() - Method in interface org.xrpl.xrpl4j.model.ledger.OfferObject
-
The permissioned domain that the offer is part of.
- domainId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate
-
The permissioned domain that the offer must be a part of.
- domainId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
The permissioned domain the sender intends to use.
- domainId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete
-
The ledger entry ID of an existing permissioned domain to delete.
- domainId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet
-
The ledger entry ID of an existing permissioned domain to modify.
- domainId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject
-
The permissioned domain that the offer is part of.
- domainId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOfferObject
-
The permissioned domain that the offer is part of.
- domainId() - Method in interface org.xrpl.xrpl4j.model.transactions.OfferCreate
-
The permissioned domain that the offer must be a part of.
- domainId() - Method in interface org.xrpl.xrpl4j.model.transactions.Payment
-
The permissioned domain the sender intends to use.
- domainId() - Method in interface org.xrpl.xrpl4j.model.transactions.PermissionedDomainDelete
-
The ledger entry ID of an existing permissioned domain to delete.
- domainId() - Method in interface org.xrpl.xrpl4j.model.transactions.PermissionedDomainSet
-
The ledger entry ID of an existing permissioned domain to modify.
- domainId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Initializes the optional value
domainIdto domainId. - domainId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Initializes the optional value
domainIdto domainId. - domainId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the optional value
domainIdto domainId. - domainId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
domainIdto domainId. - domainId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Initializes the optional value
domainIdto domainId. - domainId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
domainIdto domainId. - domainId(Hash256) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Initializes the optional value
domainIdto domainId. - domainId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Initializes the optional value
domainIdto domainId. - domainId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the optional value
domainIdto domainId. - domainId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
domainIdto domainId. - domainId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Initializes the value for the
domainIdattribute. - domainId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Initializes the optional value
domainIdto domainId. - domainId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
domainIdto domainId. - doubleDigest(byte[]) - Static method in class org.xrpl.xrpl4j.codec.addresses.Utils
- doubleDigest(byte[], int, int) - Static method in class org.xrpl.xrpl4j.codec.addresses.Utils
-
Calculates the SHA-256 hash of the given byte range, and then hashes the resulting hash again.
- drops() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeResult
-
Various information about the transaction cost in drops of XRP.
- drops() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult
-
Various information about the transaction cost in drops of XRP.
- drops(FeeDrops) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult.Builder
-
Initializes the value for the
dropsattribute.
E
- EC_DOMAIN_PARAMETERS - Static variable in interface org.xrpl.xrpl4j.crypto.signing.bc.Secp256k1
-
Deprecated.This interface is deprecated in-favor of
BcKeyUtils.PARAMS. - EC_PARAMETERS - Static variable in interface org.xrpl.xrpl4j.crypto.signing.bc.Secp256k1
-
Deprecated.This interface is deprecated in-favor of
BcKeyUtils.PARAMS. - ecDsaSign(PrivateKey, UnsignedByteArray) - Method in class org.xrpl.xrpl4j.crypto.signing.bc.BcSignatureService
- ecDsaSign(P, UnsignedByteArray) - Method in class org.xrpl.xrpl4j.crypto.signing.AbstractSignatureService
-
Does the actual work of computing a signature using a secp256k1 private-key, as locatable using
privateKey. - ecDsaSign(P, UnsignedByteArray) - Method in class org.xrpl.xrpl4j.crypto.signing.AbstractTransactionSigner
-
Does the actual work of computing a signature using a secp256k1 private-key, as locatable using
privateKey. - EcDsaSignature - Interface in org.xrpl.xrpl4j.crypto.signing.bc
-
A container for EcDSA signature content.
- ecDsaVerify(PublicKey, UnsignedByteArray, Signature) - Method in class org.xrpl.xrpl4j.crypto.signing.AbstractSignatureService
-
Verify a signature.
- ecDsaVerify(PublicKey, UnsignedByteArray, Signature) - Method in class org.xrpl.xrpl4j.crypto.signing.AbstractTransactionVerifier
-
Verify a signature.
- ecDsaVerify(PublicKey, UnsignedByteArray, Signature) - Method in class org.xrpl.xrpl4j.crypto.signing.bc.BcSignatureService
- ED25519 - Enum constant in enum org.xrpl.xrpl4j.codec.addresses.KeyType
- ED25519_SEED - Enum constant in enum org.xrpl.xrpl4j.codec.addresses.Version
- ed25519Seed() - Static method in interface org.xrpl.xrpl4j.crypto.keys.Seed
- ed25519SeedFromEntropy(Entropy) - Static method in interface org.xrpl.xrpl4j.crypto.keys.Seed
- ed25519SeedFromPassphrase(Passphrase) - Static method in interface org.xrpl.xrpl4j.crypto.keys.Seed
-
Construct an Ed25519-compatible
Seedfrom the suppliedPassphrase. - ED2559_PREFIX - Static variable in class org.xrpl.xrpl4j.crypto.keys.PrivateKey
-
Private keys (whether from the ed25519 or secp256k1 curves) have 32 bytes naturally.
- ED2559_PREFIX - Static variable in interface org.xrpl.xrpl4j.crypto.keys.PublicKey
-
A one-byte prefix for ed25519 keys.
- edDsaSign(PrivateKey, UnsignedByteArray) - Method in class org.xrpl.xrpl4j.crypto.signing.bc.BcSignatureService
- edDsaSign(P, UnsignedByteArray) - Method in class org.xrpl.xrpl4j.crypto.signing.AbstractSignatureService
-
Does the actual work of computing a signature using a ed25519 private-key, as locatable using
privateKey. - edDsaSign(P, UnsignedByteArray) - Method in class org.xrpl.xrpl4j.crypto.signing.AbstractTransactionSigner
-
Does the actual work of computing a signature using a ed25519 private-key, as locatable using
privateKey. - edDsaVerify(PublicKey, UnsignedByteArray, Signature) - Method in class org.xrpl.xrpl4j.crypto.signing.AbstractSignatureService
-
Verify a signature.
- edDsaVerify(PublicKey, UnsignedByteArray, Signature) - Method in class org.xrpl.xrpl4j.crypto.signing.AbstractTransactionVerifier
-
Verify a signature.
- edDsaVerify(PublicKey, UnsignedByteArray, Signature) - Method in class org.xrpl.xrpl4j.crypto.signing.bc.BcSignatureService
- effectivePrice() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmDeposit
-
The maximum effective price, in the deposit asset, to pay for each LP Token received.
- effectivePrice() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmWithdraw
-
The maximum effective price, in the deposit asset, to pay for each LP Token received.
- effectivePrice() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
The maximum effective price, in the deposit asset, to pay for each LP Token received.
- effectivePrice() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
The maximum effective price, in the deposit asset, to pay for each LP Token received.
- effectivePrice(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
effectivePriceto effectivePrice. - effectivePrice(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
effectivePriceto effectivePrice. - effectivePrice(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
effectivePriceto effectivePrice. - effectivePrice(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
effectivePriceto effectivePrice. - emailHash() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
The md5 hash of an email address.
- emailHash() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
The md5 hash of an email address.
- emailHash() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountSet
-
Hash of an email address to be used for generating an avatar image.
- emailHash() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
Hash of an email address to be used for generating an avatar image.
- emailHash() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
The md5 hash of an email address.
- emailHash() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAccountRootObject
-
The md5 hash of an email address.
- emailHash(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
emailHashto emailHash. - emailHash(String) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
emailHashto emailHash. - emailHash(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
emailHashto emailHash. - emailHash(Optional<String>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
emailHashto emailHash. - emailHash(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
emailHashto emailHash. - emailHash(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
emailHashto emailHash. - empty() - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
-
Creates an empty
UnsignedByteArray. - empty() - Static method in class org.xrpl.xrpl4j.model.flags.AccountSetTransactionFlags
-
Construct an empty instance of
AccountSetTransactionFlags. - empty() - Static method in class org.xrpl.xrpl4j.model.flags.AmmClawbackFlags
-
Construct an empty instance of
AmmClawbackFlags. - empty() - Static method in class org.xrpl.xrpl4j.model.flags.MpTokenAuthorizeFlags
-
Construct an empty instance of
MpTokenAuthorizeFlags. - empty() - Static method in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceCreateFlags
-
Construct an empty instance of
MpTokenIssuanceCreateFlags. - empty() - Static method in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceSetFlags
-
Construct an empty instance of
MpTokenIssuanceSetFlags. - empty() - Static method in class org.xrpl.xrpl4j.model.flags.NfTokenCreateOfferFlags
-
Construct an empty instance of
NfTokenCreateOfferFlags. - empty() - Static method in class org.xrpl.xrpl4j.model.flags.NfTokenMintFlags
-
Construct an empty instance of
NfTokenMintFlags. - empty() - Static method in class org.xrpl.xrpl4j.model.flags.OfferCreateFlags
-
Construct an empty instance of
OfferCreateFlags. - empty() - Static method in class org.xrpl.xrpl4j.model.flags.PaymentChannelClaimFlags
-
Construct an empty instance of
PaymentChannelClaimFlags. - empty() - Static method in class org.xrpl.xrpl4j.model.flags.PaymentFlags
-
Construct an empty instance of
PaymentFlags. - empty() - Static method in class org.xrpl.xrpl4j.model.flags.TrustSetFlags
-
Construct an empty instance of
TrustSetFlags. - empty() - Static method in class org.xrpl.xrpl4j.model.flags.XChainModifyBridgeFlags
-
Construct an empty instance of
XChainModifyBridgeFlags. - EMPTY - Static variable in class org.xrpl.xrpl4j.model.flags.BatchFlags
-
Constant empty
TransactionFlags. - EMPTY - Static variable in class org.xrpl.xrpl4j.model.flags.TransactionFlags
-
Constant empty
TransactionFlags. - emptyBoundedParametersIfSpecifierPresent() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsRequestParams
- ENABLE_AMENDMENT - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theEnableAmendmenttransaction. - EnableAmendment - Interface in org.xrpl.xrpl4j.model.transactions
-
An
EnableAmendmentpseudo-transaction marks a change in status of an amendment. - encode(byte[]) - Static method in class org.xrpl.xrpl4j.codec.addresses.Base58
-
Encodes the given bytes to a Base58
String. - encode(String) - Method in class org.xrpl.xrpl4j.codec.binary.FieldHeaderCodec
- encode(String) - Method in class org.xrpl.xrpl4j.codec.binary.XrplBinaryCodec
-
Encodes JSON to canonical XRPL binary as a hex string.
- encode(UnsignedByteArray, List<Version>, UnsignedInteger) - Static method in class org.xrpl.xrpl4j.codec.addresses.AddressBase58
-
Encodes the given
UnsignedByteArrayto a Base58CheckString. - encode(FieldHeader) - Method in class org.xrpl.xrpl4j.codec.binary.FieldHeaderCodec
- encodeAccountId(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
-
Encode an XRPL AccountID to a Base58Check encoded
String. - encodeAccountPrivateKey(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.PrivateKeyCodec
-
Encode an XRPL Account Private Key to a Base58Check encoded
String. - encodeAccountPublicKey(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.PublicKeyCodec
-
Encode an XRPL Account Public Key to a Base58Check encoded
String. - encodeChecked(byte[]) - Static method in class org.xrpl.xrpl4j.codec.addresses.Base58
-
Encodes the given byte array to a Base58
Stringwith a 4 byte checksum appended. - encodeChecked(byte[], List<Version>) - Static method in class org.xrpl.xrpl4j.codec.addresses.AddressBase58
-
Concatenates the given
Versionbytes with the given input bytes, and Base58Check encodes the result. - EncodeException - Exception Class in org.xrpl.xrpl4j.codec.addresses.exceptions
- EncodeException(String) - Constructor for exception class org.xrpl.xrpl4j.codec.addresses.exceptions.EncodeException
- encodeForBatchInnerMultiSigning(Batch, Address) - Method in class org.xrpl.xrpl4j.codec.binary.XrplBinaryCodec
-
Encode a
Batchfor multi-signing by a specific signer. - encodeForBatchInnerSigning(Batch) - Method in class org.xrpl.xrpl4j.codec.binary.XrplBinaryCodec
-
Encodes a
Batchtransaction to canonical XRPL binary as a hex string for signing purposes. - encodeForMultiSigning(String, String) - Method in class org.xrpl.xrpl4j.codec.binary.XrplBinaryCodec
-
Encodes JSON to canonical XRPL binary as a hex string for signing purposes.
- encodeForSigning(String) - Method in class org.xrpl.xrpl4j.codec.binary.XrplBinaryCodec
-
Encodes JSON to canonical XRPL binary as a hex string.
- encodeForSigningClaim(String) - Method in class org.xrpl.xrpl4j.codec.binary.XrplBinaryCodec
-
Encodes JSON to canonical XRPL binary as a hex string for signing payment channel claims.
- encodeNodePrivateKey(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.PrivateKeyCodec
-
Encode an XRPL Node Private Key to a Base58Check encoded
String. - encodeNodePublicKey(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
-
Deprecated.
- encodeNodePublicKey(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.PublicKeyCodec
-
Encode an XRPL Node Public Key to a Base58Check encoded
String. - encodeSeed(UnsignedByteArray, KeyType) - Method in class org.xrpl.xrpl4j.codec.addresses.SeedCodec
- encodeXAddress(UnsignedByteArray, Optional<UnsignedInteger>, boolean) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
-
Encodes and AccountID, destination tag, and the XRPL network into an X-Address.
- EncodingFormatException - Exception Class in org.xrpl.xrpl4j.codec.addresses.exceptions
- EncodingFormatException() - Constructor for exception class org.xrpl.xrpl4j.codec.addresses.exceptions.EncodingFormatException
- EncodingFormatException(String) - Constructor for exception class org.xrpl.xrpl4j.codec.addresses.exceptions.EncodingFormatException
- engineGenerateSeed(int) - Method in class org.xrpl.xrpl4j.crypto.LinuxSecureRandom
- engineNextBytes(byte[]) - Method in class org.xrpl.xrpl4j.crypto.LinuxSecureRandom
- engineResult() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedResult
-
Text result code indicating the preliminary result of the transaction, for example "tesSUCCESS".
- engineResult() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult
-
Text result code indicating the preliminary result of the transaction, for example "tesSUCCESS".
- engineResult() - Method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitMultiSignedResult
-
Text result code indicating the preliminary result of the transaction, for example "tesSUCCESS".
- engineResult() - Method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitResult
-
Text result code indicating the preliminary result of the transaction, for example "tesSUCCESS".
- engineResult(String) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedResult.Builder
-
Initializes the value for the
engineResultattribute. - engineResult(String) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult.Builder
-
Initializes the value for the
engineResultattribute. - engineResultCode() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedResult
-
Numeric code indicating the preliminary result of the transaction, directly correlated to
ImmutableSubmitMultiSignedResult.engineResult(). - engineResultCode() - Method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitMultiSignedResult
-
Numeric code indicating the preliminary result of the transaction, directly correlated to
SubmitMultiSignedResult.engineResult(). - engineResultCode(Integer) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedResult.Builder
-
Initializes the value for the
engineResultCodeattribute. - engineResultMessage() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedResult
-
Human-readable explanation of the transaction's preliminary result.
- engineResultMessage() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult
-
Human-readable explanation of the transaction's preliminary result.
- engineResultMessage() - Method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitMultiSignedResult
-
Human-readable explanation of the transaction's preliminary result.
- engineResultMessage() - Method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitResult
-
Human-readable explanation of the transaction's preliminary result.
- engineResultMessage(String) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedResult.Builder
-
Initializes the value for the
engineResultMessageattribute. - engineResultMessage(String) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult.Builder
-
Initializes the value for the
engineResultMessageattribute. - engineSetSeed(byte[]) - Method in class org.xrpl.xrpl4j.crypto.LinuxSecureRandom
- entireSet() - Method in interface org.xrpl.xrpl4j.model.client.oracle.GetAggregatePriceResult
-
The statistics from the collected oracle prices.
- entireSet() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult
-
The statistics from the collected oracle prices.
- entireSet(AggregatePriceSet) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult.Builder
-
Initializes the value for the
entireSetattribute. - Entropy - Class in org.xrpl.xrpl4j.crypto.keys
-
A compact value that is used to derive the actual private and public keys for an account.
- equals(Object) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
-
This instance is equal to all instances of
ImmutableClassicAddressthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
-
This instance is equal to all instances of
ImmutableDecodedthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
-
This instance is equal to all instances of
ImmutableDecodedXAddressthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
- equals(Object) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
- equals(Object) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableDefinitions
-
This instance is equal to all instances of
ImmutableDefinitionsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInfo
-
This instance is equal to all instances of
ImmutableFieldInfothat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance
-
This instance is equal to all instances of
ImmutableFieldInstancethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.codec.binary.ImmutableFieldHeader
-
This instance is equal to all instances of
ImmutableFieldHeaderthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableFieldWithValue
-
This instance is equal to all instances of
ImmutableFieldWithValuethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableHop
-
This instance is equal to all instances of
ImmutableHopthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableIssue
-
This instance is equal to all instances of
ImmutableIssuethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableXChainBridge
-
This instance is equal to all instances of
ImmutableXChainBridgethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.crypto.keys.Entropy
- equals(Object) - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutableBase58EncodedSecret
-
This instance is equal to all instances of
ImmutableBase58EncodedSecretthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutableKeyPair
-
This instance is equal to all instances of
ImmutableKeyPairthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutablePublicKey
-
This instance is equal to all instances of
ImmutablePublicKeythat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.crypto.keys.Passphrase
- equals(Object) - Method in class org.xrpl.xrpl4j.crypto.keys.PrivateKey
- equals(Object) - Method in class org.xrpl.xrpl4j.crypto.keys.Seed.DefaultSeed
- equals(Object) - Method in class org.xrpl.xrpl4j.crypto.ServerSecret
- equals(Object) - Method in class org.xrpl.xrpl4j.crypto.signing.bc.ImmutableEcDsaSignature
-
This instance is equal to all instances of
ImmutableEcDsaSignaturethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableMultiSignedTransaction
-
This instance is equal to all instances of
ImmutableMultiSignedTransactionthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSignature
-
This instance is equal to all instances of
ImmutableSignaturethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSingleSignedTransaction
-
This instance is equal to all instances of
ImmutableSingleSignedTransactionthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams
-
This instance is equal to all instances of
ImmutableAccountChannelsRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult
-
This instance is equal to all instances of
ImmutableAccountChannelsResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesRequestParams
-
This instance is equal to all instances of
ImmutableAccountCurrenciesRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult
-
This instance is equal to all instances of
ImmutableAccountCurrenciesResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoRequestParams
-
This instance is equal to all instances of
ImmutableAccountInfoRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoResult
-
This instance is equal to all instances of
ImmutableAccountInfoResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams
-
This instance is equal to all instances of
ImmutableAccountLinesRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult
-
This instance is equal to all instances of
ImmutableAccountLinesResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsRequestParams
-
This instance is equal to all instances of
ImmutableAccountNftsRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult
-
This instance is equal to all instances of
ImmutableAccountNftsResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams
-
This instance is equal to all instances of
ImmutableAccountObjectsRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult
-
This instance is equal to all instances of
ImmutableAccountObjectsResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams
-
This instance is equal to all instances of
ImmutableAccountOffersRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult
-
This instance is equal to all instances of
ImmutableAccountOffersResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams
-
This instance is equal to all instances of
ImmutableAccountTransactionsRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult
-
This instance is equal to all instances of
ImmutableAccountTransactionsResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransaction
-
This instance is equal to all instances of
ImmutableAccountTransactionsTransactionthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransactionResult
-
This instance is equal to all instances of
ImmutableAccountTransactionsTransactionResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesAssets
-
This instance is equal to all instances of
ImmutableGatewayBalancesAssetsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesHotWallets
-
This instance is equal to all instances of
ImmutableGatewayBalancesHotWalletsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesIssuedCurrencyAmount
-
This instance is equal to all instances of
ImmutableGatewayBalancesIssuedCurrencyAmountthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesObligations
-
This instance is equal to all instances of
ImmutableGatewayBalancesObligationsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesRequestParams
-
This instance is equal to all instances of
ImmutableGatewayBalancesRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult
-
This instance is equal to all instances of
ImmutableGatewayBalancesResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableNfTokenObject
-
This instance is equal to all instances of
ImmutableNfTokenObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableOfferResultObject
-
This instance is equal to all instances of
ImmutableOfferResultObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject
-
This instance is equal to all instances of
ImmutablePaymentChannelResultObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData
-
This instance is equal to all instances of
ImmutableQueueDatathat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueTransaction
-
This instance is equal to all instances of
ImmutableQueueTransactionthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
This instance is equal to all instances of
ImmutableTrustLinethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.admin.ImmutableAcceptLedgerResult
-
This instance is equal to all instances of
ImmutableAcceptLedgerResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo
-
This instance is equal to all instances of
ImmutableAmmInfothat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot
-
This instance is equal to all instances of
ImmutableAmmInfoAuctionSlotthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuthAccount
-
This instance is equal to all instances of
ImmutableAmmInfoAuthAccountthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoRequestParams
-
This instance is equal to all instances of
ImmutableAmmInfoRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult
-
This instance is equal to all instances of
ImmutableAmmInfoResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoVoteEntry
-
This instance is equal to all instances of
ImmutableAmmInfoVoteEntrythat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyRequestParams
-
This instance is equal to all instances of
ImmutableChannelVerifyRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyResult
-
This instance is equal to all instances of
ImmutableChannelVerifyResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableUnsignedClaim
-
This instance is equal to all instances of
ImmutableUnsignedClaimthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.common.ImmutableLedgerSpecifier
-
This instance is equal to all instances of
ImmutableLedgerSpecifierthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndex
- equals(Object) - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndexShortcut
- equals(Object) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableComputedNetworkFees
-
This instance is equal to all instances of
ImmutableComputedNetworkFeesthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableDecomposedFees
-
This instance is equal to all instances of
ImmutableDecomposedFeesthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeDrops
-
This instance is equal to all instances of
ImmutableFeeDropsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeLevels
-
This instance is equal to all instances of
ImmutableFeeLevelsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult
-
This instance is equal to all instances of
ImmutableFeeResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ImmutableFinality
-
This instance is equal to all instances of
ImmutableFinalitythat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableAmmLedgerEntryParams
-
This instance is equal to all instances of
ImmutableAmmLedgerEntryParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableCredentialLedgerEntryParams
-
This instance is equal to all instances of
ImmutableCredentialLedgerEntryParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDelegateLedgerEntryParams
-
This instance is equal to all instances of
ImmutableDelegateLedgerEntryParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthCredential
-
This instance is equal to all instances of
ImmutableDepositPreAuthCredentialthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams
-
This instance is equal to all instances of
ImmutableDepositPreAuthLedgerEntryParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableEscrowLedgerEntryParams
-
This instance is equal to all instances of
ImmutableEscrowLedgerEntryParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
This instance is equal to all instances of
ImmutableLedgerEntryRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult
-
This instance is equal to all instances of
ImmutableLedgerEntryResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams
-
This instance is equal to all instances of
ImmutableLedgerRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult
-
This instance is equal to all instances of
ImmutableLedgerResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableMpTokenLedgerEntryParams
-
This instance is equal to all instances of
ImmutableMpTokenLedgerEntryParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOfferLedgerEntryParams
-
This instance is equal to all instances of
ImmutableOfferLedgerEntryParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOracleLedgerEntryParams
-
This instance is equal to all instances of
ImmutableOracleLedgerEntryParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutablePermissionedDomainLedgerEntryParams
-
This instance is equal to all instances of
ImmutablePermissionedDomainLedgerEntryParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateAccounts
-
This instance is equal to all instances of
ImmutableRippleStateAccountsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateLedgerEntryParams
-
This instance is equal to all instances of
ImmutableRippleStateLedgerEntryParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableTicketLedgerEntryParams
-
This instance is equal to all instances of
ImmutableTicketLedgerEntryParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken
-
This instance is equal to all instances of
ImmutableMptHoldersMpTokenthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams
-
This instance is equal to all instances of
ImmutableMptHoldersRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse
-
This instance is equal to all instances of
ImmutableMptHoldersResponsethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableBuyOffer
-
This instance is equal to all instances of
ImmutableBuyOfferthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams
-
This instance is equal to all instances of
ImmutableNftBuyOffersRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult
-
This instance is equal to all instances of
ImmutableNftBuyOffersResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoRequestParams
-
This instance is equal to all instances of
ImmutableNftInfoRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult
-
This instance is equal to all instances of
ImmutableNftInfoResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams
-
This instance is equal to all instances of
ImmutableNftSellOffersRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult
-
This instance is equal to all instances of
ImmutableNftSellOffersResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableSellOffer
-
This instance is equal to all instances of
ImmutableSellOfferthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableAggregatePriceSet
-
This instance is equal to all instances of
ImmutableAggregatePriceSetthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceRequestParams
-
This instance is equal to all instances of
ImmutableGetAggregatePriceRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult
-
This instance is equal to all instances of
ImmutableGetAggregatePriceResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
This instance is equal to all instances of
ImmutableBookOffersOfferthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersRequestParams
-
This instance is equal to all instances of
ImmutableBookOffersRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult
-
This instance is equal to all instances of
ImmutableBookOffersResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedRequestParams
-
This instance is equal to all instances of
ImmutableDepositAuthorizedRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult
-
This instance is equal to all instances of
ImmutableDepositAuthorizedResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathAlternative
-
This instance is equal to all instances of
ImmutablePathAlternativethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathCurrency
-
This instance is equal to all instances of
ImmutablePathCurrencythat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams
-
This instance is equal to all instances of
ImmutableRipplePathFindRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult
-
This instance is equal to all instances of
ImmutableRipplePathFindResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo
-
This instance is equal to all instances of
ImmutableClioServerInfothat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType
-
This instance is equal to all instances of
ImmutableJobTypethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLastClose
-
This instance is equal to all instances of
ImmutableLastClosethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLoad
-
This instance is equal to all instances of
ImmutableLoadthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
This instance is equal to all instances of
ImmutableReportingModeServerInfothat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
This instance is equal to all instances of
ImmutableRippledServerInfothat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableServerInfoResult
-
This instance is equal to all instances of
ImmutableServerInfoResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableValidatedLedger
-
This instance is equal to all instances of
ImmutableValidatedLedgerthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedRequestParams
-
This instance is equal to all instances of
ImmutableSubmitMultiSignedRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedResult
-
This instance is equal to all instances of
ImmutableSubmitMultiSignedResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitRequestParams
-
This instance is equal to all instances of
ImmutableSubmitRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult
-
This instance is equal to all instances of
ImmutableSubmitResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionRequestParams
-
This instance is equal to all instances of
ImmutableTransactionRequestParamsthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult
-
This instance is equal to all instances of
ImmutableTransactionResultthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.flags.Flags
- equals(Object) - Method in class org.xrpl.xrpl4j.model.immutables.Wrapper
- equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
This instance is equal to all instances of
ImmutableAccountRootObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject
-
This instance is equal to all instances of
ImmutableAmmObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim
-
This instance is equal to all instances of
ImmutableAttestationClaimthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationCreateAccount
-
This instance is equal to all instances of
ImmutableAttestationCreateAccountthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot
-
This instance is equal to all instances of
ImmutableAuctionSlotthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccount
-
This instance is equal to all instances of
ImmutableAuthAccountthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccountWrapper
-
This instance is equal to all instances of
ImmutableAuthAccountWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBook
-
This instance is equal to all instances of
ImmutableBookthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBookWrapper
-
This instance is equal to all instances of
ImmutableBookWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject
-
This instance is equal to all instances of
ImmutableBridgeObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject
-
This instance is equal to all instances of
ImmutableCheckObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject
-
This instance is equal to all instances of
ImmutableCredentialObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject
-
This instance is equal to all instances of
ImmutableDelegateObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject
-
This instance is equal to all instances of
ImmutableDepositPreAuthObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject
-
This instance is equal to all instances of
ImmutableDidObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
This instance is equal to all instances of
ImmutableEscrowObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableIssue
-
This instance is equal to all instances of
ImmutableIssuethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader
-
This instance is equal to all instances of
ImmutableLedgerHeaderthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
This instance is equal to all instances of
ImmutableMpTokenIssuanceObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject
-
This instance is equal to all instances of
ImmutableMpTokenObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfToken
-
This instance is equal to all instances of
ImmutableNfTokenthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
This instance is equal to all instances of
ImmutableNfTokenOfferObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject
-
This instance is equal to all instances of
ImmutableNfTokenPageObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenWrapper
-
This instance is equal to all instances of
ImmutableNfTokenWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
This instance is equal to all instances of
ImmutableOfferObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject
-
This instance is equal to all instances of
ImmutableOracleObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
This instance is equal to all instances of
ImmutablePayChannelObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject
-
This instance is equal to all instances of
ImmutablePermissionedDomainObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
This instance is equal to all instances of
ImmutableRippleStateObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerEntry
-
This instance is equal to all instances of
ImmutableSignerEntrythat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerEntryWrapper
-
This instance is equal to all instances of
ImmutableSignerEntryWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject
-
This instance is equal to all instances of
ImmutableSignerListObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject
-
This instance is equal to all instances of
ImmutableTicketObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableUnknownLedgerObject
-
This instance is equal to all instances of
ImmutableUnknownLedgerObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableVoteEntry
-
This instance is equal to all instances of
ImmutableVoteEntrythat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableVoteEntryWrapper
-
This instance is equal to all instances of
ImmutableVoteEntryWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimAttestation
-
This instance is equal to all instances of
ImmutableXChainClaimAttestationthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimProofSig
-
This instance is equal to all instances of
ImmutableXChainClaimProofSigthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountAttestation
-
This instance is equal to all instances of
ImmutableXChainCreateAccountAttestationthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountProofSig
-
This instance is equal to all instances of
ImmutableXChainCreateAccountProofSigthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject
-
This instance is equal to all instances of
ImmutableXChainOwnedClaimIdObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject
-
This instance is equal to all instances of
ImmutableXChainOwnedCreateAccountClaimIdObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete
-
This instance is equal to all instances of
ImmutableAccountDeletethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
This instance is equal to all instances of
ImmutableAccountSetthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
This instance is equal to all instances of
ImmutableAmmBidthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
-
This instance is equal to all instances of
ImmutableAmmClawbackthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate
-
This instance is equal to all instances of
ImmutableAmmCreatethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete
-
This instance is equal to all instances of
ImmutableAmmDeletethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
This instance is equal to all instances of
ImmutableAmmDepositthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote
-
This instance is equal to all instances of
ImmutableAmmVotethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
This instance is equal to all instances of
ImmutableAmmWithdrawthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch
-
This instance is equal to all instances of
ImmutableBatchthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSigner
-
This instance is equal to all instances of
ImmutableBatchSignerthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSignerWrapper
-
This instance is equal to all instances of
ImmutableBatchSignerWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel
-
This instance is equal to all instances of
ImmutableCheckCancelthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash
-
This instance is equal to all instances of
ImmutableCheckCashthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
-
This instance is equal to all instances of
ImmutableCheckCreatethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback
-
This instance is equal to all instances of
ImmutableClawbackthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredential
-
This instance is equal to all instances of
ImmutableCredentialthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept
-
This instance is equal to all instances of
ImmutableCredentialAcceptthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate
-
This instance is equal to all instances of
ImmutableCredentialCreatethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete
-
This instance is equal to all instances of
ImmutableCredentialDeletethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialWrapper
-
This instance is equal to all instances of
ImmutableCredentialWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet
-
This instance is equal to all instances of
ImmutableDelegateSetthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth
-
This instance is equal to all instances of
ImmutableDepositPreAuththat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete
-
This instance is equal to all instances of
ImmutableDidDeletethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet
-
This instance is equal to all instances of
ImmutableDidSetthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment
-
This instance is equal to all instances of
ImmutableEnableAmendmentthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel
-
This instance is equal to all instances of
ImmutableEscrowCancelthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
This instance is equal to all instances of
ImmutableEscrowCreatethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
This instance is equal to all instances of
ImmutableEscrowFinishthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableIssuedCurrencyAmount
-
This instance is equal to all instances of
ImmutableIssuedCurrencyAmountthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemo
-
This instance is equal to all instances of
ImmutableMemothat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemoWrapper
-
This instance is equal to all instances of
ImmutableMemoWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMptCurrencyAmount
-
This instance is equal to all instances of
ImmutableMptCurrencyAmountthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize
-
This instance is equal to all instances of
ImmutableMpTokenAuthorizethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate
-
This instance is equal to all instances of
ImmutableMpTokenIssuanceCreatethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy
-
This instance is equal to all instances of
ImmutableMpTokenIssuanceDestroythat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet
-
This instance is equal to all instances of
ImmutableMpTokenIssuanceSetthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer
-
This instance is equal to all instances of
ImmutableNfTokenAcceptOfferthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn
-
This instance is equal to all instances of
ImmutableNfTokenBurnthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer
-
This instance is equal to all instances of
ImmutableNfTokenCancelOfferthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
This instance is equal to all instances of
ImmutableNfTokenCreateOfferthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint
-
This instance is equal to all instances of
ImmutableNfTokenMintthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel
-
This instance is equal to all instances of
ImmutableOfferCancelthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate
-
This instance is equal to all instances of
ImmutableOfferCreatethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete
-
This instance is equal to all instances of
ImmutableOracleDeletethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet
-
This instance is equal to all instances of
ImmutableOracleSetthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePathStep
-
This instance is equal to all instances of
ImmutablePathStepthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
This instance is equal to all instances of
ImmutablePaymentthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
-
This instance is equal to all instances of
ImmutablePaymentChannelClaimthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
-
This instance is equal to all instances of
ImmutablePaymentChannelCreatethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund
-
This instance is equal to all instances of
ImmutablePaymentChannelFundthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermission
-
This instance is equal to all instances of
ImmutablePermissionthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete
-
This instance is equal to all instances of
ImmutablePermissionedDomainDeletethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet
-
This instance is equal to all instances of
ImmutablePermissionedDomainSetthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionWrapper
-
This instance is equal to all instances of
ImmutablePermissionWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceData
-
This instance is equal to all instances of
ImmutablePriceDatathat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceDataWrapper
-
This instance is equal to all instances of
ImmutablePriceDataWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableRawTransactionWrapper
-
This instance is equal to all instances of
ImmutableRawTransactionWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee
-
This instance is equal to all instances of
ImmutableSetFeethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey
-
This instance is equal to all instances of
ImmutableSetRegularKeythat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSigner
-
This instance is equal to all instances of
ImmutableSignerthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet
-
This instance is equal to all instances of
ImmutableSignerListSetthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerWrapper
-
This instance is equal to all instances of
ImmutableSignerWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate
-
This instance is equal to all instances of
ImmutableTicketCreatethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata
-
This instance is equal to all instances of
ImmutableTransactionMetadatathat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet
-
This instance is equal to all instances of
ImmutableTrustSetthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction
-
This instance is equal to all instances of
ImmutableUnknownTransactionthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify
-
This instance is equal to all instances of
ImmutableUnlModifythat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit
-
This instance is equal to all instances of
ImmutableXChainAccountCreateCommitthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
This instance is equal to all instances of
ImmutableXChainAddAccountCreateAttestationthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
This instance is equal to all instances of
ImmutableXChainAddClaimAttestationthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainBridge
-
This instance is equal to all instances of
ImmutableXChainBridgethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim
-
This instance is equal to all instances of
ImmutableXChainClaimthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit
-
This instance is equal to all instances of
ImmutableXChainCommitthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge
-
This instance is equal to all instances of
ImmutableXChainCreateBridgethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId
-
This instance is equal to all instances of
ImmutableXChainCreateClaimIdthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge
-
This instance is equal to all instances of
ImmutableXChainModifyBridgethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableCreatedNode
-
This instance is equal to all instances of
ImmutableCreatedNodethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode
-
This instance is equal to all instances of
ImmutableDeletedNodethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
This instance is equal to all instances of
ImmutableMetaAccountRootObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject
-
This instance is equal to all instances of
ImmutableMetaAmmObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot
-
This instance is equal to all instances of
ImmutableMetaAuctionSlotthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccount
-
This instance is equal to all instances of
ImmutableMetaAuthAccountthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccountWrapper
-
This instance is equal to all instances of
ImmutableMetaAuthAccountWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBook
-
This instance is equal to all instances of
ImmutableMetaBookthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBookWrapper
-
This instance is equal to all instances of
ImmutableMetaBookWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject
-
This instance is equal to all instances of
ImmutableMetaBridgeObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject
-
This instance is equal to all instances of
ImmutableMetaCheckObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredential
-
This instance is equal to all instances of
ImmutableMetaCredentialthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject
-
This instance is equal to all instances of
ImmutableMetaCredentialObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialWrapper
-
This instance is equal to all instances of
ImmutableMetaCredentialWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject
-
This instance is equal to all instances of
ImmutableMetaDelegateObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject
-
This instance is equal to all instances of
ImmutableMetaDepositPreAuthObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject
-
This instance is equal to all instances of
ImmutableMetaDidObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
This instance is equal to all instances of
ImmutableMetaEscrowObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaLedgerEntryType
-
This instance is equal to all instances of
ImmutableMetaLedgerEntryTypethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject
-
This instance is equal to all instances of
ImmutableMetaMpTokenIssuanceObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject
-
This instance is equal to all instances of
ImmutableMetaMpTokenObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject
-
This instance is equal to all instances of
ImmutableMetaNfTokenOfferObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject
-
This instance is equal to all instances of
ImmutableMetaNfTokenPageObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject
-
This instance is equal to all instances of
ImmutableMetaOfferObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject
-
This instance is equal to all instances of
ImmutableMetaOracleObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject
-
This instance is equal to all instances of
ImmutableMetaPayChannelObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject
-
This instance is equal to all instances of
ImmutableMetaPermissionedDomainObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
This instance is equal to all instances of
ImmutableMetaRippleStateObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerEntry
-
This instance is equal to all instances of
ImmutableMetaSignerEntrythat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerEntryWrapper
-
This instance is equal to all instances of
ImmutableMetaSignerEntryWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject
-
This instance is equal to all instances of
ImmutableMetaSignerListObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject
-
This instance is equal to all instances of
ImmutableMetaTicketObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaUnknownObject
-
This instance is equal to all instances of
ImmutableMetaUnknownObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaVoteEntry
-
This instance is equal to all instances of
ImmutableMetaVoteEntrythat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaVoteEntryWrapper
-
This instance is equal to all instances of
ImmutableMetaVoteEntryWrapperthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimAttestation
-
This instance is equal to all instances of
ImmutableMetaXChainClaimAttestationthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig
-
This instance is equal to all instances of
ImmutableMetaXChainClaimProofSigthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountAttestation
-
This instance is equal to all instances of
ImmutableMetaXChainCreateAccountAttestationthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig
-
This instance is equal to all instances of
ImmutableMetaXChainCreateAccountProofSigthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject
-
This instance is equal to all instances of
ImmutableMetaXChainOwnedClaimIdObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject
-
This instance is equal to all instances of
ImmutableMetaXChainOwnedCreateAccountClaimIdObjectthat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode
-
This instance is equal to all instances of
ImmutableModifiedNodethat have equal attribute values. - equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.CredentialType
- equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.CredentialUri
- equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.Hash256
- equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceId
- equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.NfTokenId
- equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.NfTokenUri
- equals(Object) - Method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount
- equalTo(T) - Method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Checks if wrapped value is equal than the given one.
- escrow() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up an
EscrowObjectbyEscrowLedgerEntryParams. - escrow() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up an
EscrowObjectbyEscrowLedgerEntryParams. - escrow(EscrowLedgerEntryParams, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests aEscrowObjectledger entry. - ESCROW - Enum constant in enum org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams.AccountObjectType
-
Escrow account object type.
- ESCROW - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforEscrowledger objects. - ESCROW - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- ESCROW_CANCEL - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theEscrowCanceltransaction. - ESCROW_CREATE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theEscrowCreatetransaction. - ESCROW_FINISH - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theEscrowFinishtransaction. - EscrowCancel - Interface in org.xrpl.xrpl4j.model.transactions
-
Return escrowed XRP, IOU tokens, or MPT tokens to the sender.
- EscrowCreate - Interface in org.xrpl.xrpl4j.model.transactions
-
Sequester XRP, IOU tokens, or MPT tokens until the escrow process either finishes or is canceled.
- EscrowFinish - Interface in org.xrpl.xrpl4j.model.transactions
-
Deliver XRP, IOU tokens, or MPT tokens from a held payment to the recipient.
- EscrowLedgerEntryParams - Interface in org.xrpl.xrpl4j.model.client.ledger
-
Parameters that uniquely identify an
EscrowObjecton ledger that can be used in aLedgerEntryRequestParamsto request anEscrowObject. - EscrowObject - Interface in org.xrpl.xrpl4j.model.ledger
-
Represents a held payment of XRP, IOU tokens, or MPT tokens waiting to be executed or canceled.
- expand() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams
-
Provide full JSON-formatted information for transaction/account information instead of only hashes.
- expand() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerRequestParams
-
Provide full JSON-formatted information for transaction/account information instead of only hashes.
- expectedLedgerSize() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeResult
-
The approximate number of transactions expected to be included in the current ledger.
- expectedLedgerSize() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult
-
The approximate number of transactions expected to be included in the current ledger.
- expectedLedgerSize(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult.Builder
-
Initializes the value for the
expectedLedgerSizeattribute. - expiration() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableOfferResultObject
-
A time after which this offer is considered unfunded, as the number of seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject
-
Time, in seconds since the Ripple Epoch, when this channel is set to expire.
- expiration() - Method in interface org.xrpl.xrpl4j.model.client.accounts.OfferResultObject
-
A time after which this offer is considered unfunded, as the number of seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.client.accounts.PaymentChannelResultObject
-
Time, in seconds since the Ripple Epoch, when this channel is set to expire.
- expiration() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoAuctionSlot
-
The time when this slot expires, as a
ZonedDateTime. - expiration() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot
-
The time when this slot expires, as a
ZonedDateTime. - expiration() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersOffer
-
Indicates the time after which this offer is considered expired, in seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
Indicates the time after which this offer is considered expired, in seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.ledger.AuctionSlot
-
The time when this slot expires, in seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.ledger.CheckObject
-
Indicates the time after which this Check is considered expired, in seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.ledger.CredentialObject
-
Time after which the credential is expired, in seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot
-
The time when this slot expires, in seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject
-
Indicates the time after which this Check is considered expired, in seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject
-
Time after which the credential is expired, in seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
A time after which this offer is considered unfunded, as the number of seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
Indicates the time after which this offer is considered expired, in seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
The mutable expiration time for this payment channel, in seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenOfferObject
-
A time after which this offer is considered unfunded, as the number of seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.ledger.OfferObject
-
Indicates the time after which this offer is considered expired, in seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.ledger.PayChannelObject
-
The mutable expiration time for this payment channel, in seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.transactions.CheckCreate
-
Time after which the Check is no longer valid, in seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.transactions.CredentialCreate
-
Time after which this credential expires.
- expiration() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
-
Time after which the Check is no longer valid, in seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate
-
Time after which this credential expires.
- expiration() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
Indicates the time after which the offer will no longer be valid.
- expiration() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate
-
Time after which the Check is no longer valid, in seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund
-
New Expiration time to set for the channel, in seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot
-
The time when this slot expires, in seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject
-
Indicates the time after which this Check is considered expired, in seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject
-
Time after which the credential is expired, in seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject
-
A time after which this offer is considered unfunded, as the number of seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject
-
Indicates the time after which this offer is considered expired, in seconds since the Ripple Epoch.
- expiration() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject
-
The mutable expiration time for this payment channel, in seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAuctionSlot
-
The time when this slot expires, in seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCheckObject
-
Indicates the time after which this Check is considered expired, in seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCredentialObject
-
Time after which the credential is expired, in seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaNfTokenOfferObject
-
A time after which this offer is considered unfunded, as the number of seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOfferObject
-
Indicates the time after which this offer is considered expired, in seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaPayChannelObject
-
The mutable expiration time for this payment channel, in seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenCreateOffer
-
Indicates the time after which the offer will no longer be valid.
- expiration() - Method in interface org.xrpl.xrpl4j.model.transactions.OfferCreate
-
Time after which the Check is no longer valid, in seconds since the Ripple Epoch.
- expiration() - Method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelFund
-
New Expiration time to set for the channel, in seconds since the Ripple Epoch.
- expiration(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableOfferResultObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot.Builder
-
Initializes the value for the
expirationattribute. - expiration(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Initializes the optional value
expirationto expiration. - expiration(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(ZonedDateTime) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot.Builder
-
Initializes the value for the
expirationattribute. - expiration(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableOfferResultObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Initializes the optional value
expirationto expiration. - expiration(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
expirationto expiration. - EXPIRED - Enum constant in enum org.xrpl.xrpl4j.model.client.FinalityStatus
-
The lastLedgerSequence of the tx has passed, i.e., transaction was not included in any closed ledgers ranging from the one it was submitted on to the lastLedgerSequence.
- EXPIRED_WITH_SPENT_ACCOUNT_SEQUENCE - Enum constant in enum org.xrpl.xrpl4j.model.client.FinalityStatus
-
An unknown transaction has been validated ahead of or instead of this transaction, so manual intervention and investigation is recommended.
Some reasons an unknown transaction may have been validated instead of this one: The transaction was malleable and succeeded with a different hash; A different program or person with your secret key is also sending transactions from the same account; You previously sent a transaction, but lost your record of it. - EXTRA_TRANSACTION_FIELDS - Static variable in class org.xrpl.xrpl4j.model.jackson.modules.AccountTransactionsTransactionDeserializer
- EXTRA_TRANSACTION_FIELDS - Static variable in class org.xrpl.xrpl4j.model.jackson.modules.TransactionResultDeserializer
F
- FAMILY_SEED - Enum constant in enum org.xrpl.xrpl4j.codec.addresses.Version
- fee() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueTransaction
-
The Transaction Cost of this transaction, in drops of XRP.
- fee() - Method in interface org.xrpl.xrpl4j.model.client.accounts.QueueTransaction
-
The Transaction Cost of this transaction, in drops of XRP.
- fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee() - Method in interface org.xrpl.xrpl4j.model.transactions.Transaction
-
The
Stringrepresentation of an integer amount of XRP, in drops, to be destroyed as a cost for distributing this Payment transaction to the network. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueTransaction.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Initializes the value for the
feeattribute. - fee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Initializes the value for the
feeattribute. - FEE - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the fee rippled API method.
- FEE_SETTINGS - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforFeeSettingsledger objects. - FEE_SETTINGS - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- FeeDrops - Interface in org.xrpl.xrpl4j.model.client.fees
-
A sub-object of
FeeResultcontaining various information about the transaction cost, in drops of XRP, for the current open ledger. - feeHigh() - Method in interface org.xrpl.xrpl4j.model.client.fees.ComputedNetworkFees
-
The `high` fee, which is the fee that should be used if the transaction queue is full.
- feeHigh() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableComputedNetworkFees
-
The `high` fee, which is the fee that should be used if the transaction queue is full.
- feeHigh(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableComputedNetworkFees.Builder
-
Initializes the value for the
feeHighattribute. - feeLevel() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueTransaction
-
The transaction cost of this transaction, relative to the minimum cost for this type of transaction, in fee levels.
- feeLevel() - Method in interface org.xrpl.xrpl4j.model.client.accounts.QueueTransaction
-
The transaction cost of this transaction, relative to the minimum cost for this type of transaction, in fee levels.
- feeLevel(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueTransaction.Builder
-
Initializes the value for the
feeLevelattribute. - FeeLevels - Interface in org.xrpl.xrpl4j.model.client.fees
-
A sub-object of
FeeResultcontaining various information about the transaction cost in fee levels for the current open ledger. - feeLow() - Method in interface org.xrpl.xrpl4j.model.client.fees.ComputedNetworkFees
-
The `low` fee, which is the fee that should be used if the transaction queue is empty.
- feeLow() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableComputedNetworkFees
-
The `low` fee, which is the fee that should be used if the transaction queue is empty.
- feeLow(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableComputedNetworkFees.Builder
-
Initializes the value for the
feeLowattribute. - feeMedium() - Method in interface org.xrpl.xrpl4j.model.client.fees.ComputedNetworkFees
-
The `medium` fee, which is the fee that should be used if the transaction queue is neither empty nor full.
- feeMedium() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableComputedNetworkFees
-
The `medium` fee, which is the fee that should be used if the transaction queue is neither empty nor full.
- feeMedium(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableComputedNetworkFees.Builder
-
Initializes the value for the
feeMediumattribute. - FeeResult - Interface in org.xrpl.xrpl4j.model.client.fees
-
The result of a "fee" rippled API call, which reports the current state of the open-ledger requirements for the transaction cost.
- FeeUtils - Class in org.xrpl.xrpl4j.model.client.fees
-
Utils relating to XRPL fees.
- FeeUtils() - Constructor for class org.xrpl.xrpl4j.model.client.fees.FeeUtils
- FeeUtils.DecomposedFees - Interface in org.xrpl.xrpl4j.model.client.fees
-
Helper object that exists solely to aid fee calculation so that BigInteger/BigDecimal objects don't have to be created more than once per call, and to put data into a state that simplifies fee calculation logic.
- field() - Method in interface org.xrpl.xrpl4j.codec.binary.types.FieldWithValue
- field() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableFieldWithValue
- field(FieldInstance) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableFieldWithValue.Builder
-
Initializes the value for the
fieldattribute. - fieldCode() - Method in interface org.xrpl.xrpl4j.codec.binary.FieldHeader
- fieldCode() - Method in class org.xrpl.xrpl4j.codec.binary.ImmutableFieldHeader
- fieldCode(int) - Method in class org.xrpl.xrpl4j.codec.binary.ImmutableFieldHeader.Builder
-
Initializes the value for the
fieldCodeattribute. - FieldHeader - Interface in org.xrpl.xrpl4j.codec.binary
-
Represents a Field ID used to encode an XRPL field name to its binary form.
- FieldHeaderCodec - Class in org.xrpl.xrpl4j.codec.binary
-
A codec for instances of
FieldHeader. - FieldHeaderCodec(Definitions, ObjectMapper) - Constructor for class org.xrpl.xrpl4j.codec.binary.FieldHeaderCodec
-
Required-args Constructor.
- FieldInfo - Interface in org.xrpl.xrpl4j.codec.binary.definitions
-
Model object for Field info medata from the "fields" section of defintions.json.
- FieldInstance - Interface in org.xrpl.xrpl4j.codec.binary.definitions
-
Holder of
FieldHeaderandFieldInfodata. - fields() - Method in interface org.xrpl.xrpl4j.codec.binary.definitions.Definitions
-
Fields definitions list.
- fields() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableDefinitions
-
Fields definitions list.
- fields(Iterable<? extends List<JsonNode>>) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableDefinitions.Builder
-
Sets or replaces all elements for
fieldslist. - FieldWithValue<T> - Interface in org.xrpl.xrpl4j.codec.binary.types
- fill(int) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
- FILL_OR_KILL - Static variable in class org.xrpl.xrpl4j.model.flags.OfferCreateFlags
-
Constant
OfferCreateFlagsfor thetfFillOrKillflag. - finalFields() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.DeletedNode
-
The
DeletedNodecontaining the fields of the ledger object before it was removed. - finalFields() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode
-
The
ImmutableDeletedNodecontaining the fields of the ledger object before it was removed. - finalFields() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode
-
The
ImmutableModifiedNodecontaining the fields of the ledger object after applying any changes from this transaction. - finalFields() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.ModifiedNode
-
The
ModifiedNodecontaining the fields of the ledger object after applying any changes from this transaction. - finalFields(Optional<? extends T>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode.Builder
-
Initializes the optional value
finalFieldsto finalFields. - finalFields(T) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode.Builder
-
Initializes the value for the
finalFieldsattribute. - finalFields(T) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode.Builder
-
Initializes the optional value
finalFieldsto finalFields. - Finality - Interface in org.xrpl.xrpl4j.model.client
-
Defines how an XRP Ledger finality decision is represented; includes both a finality status and an engine code.
- finalityStatus() - Method in interface org.xrpl.xrpl4j.model.client.Finality
-
Get
FinalityStatusstatus value for a transaction. - finalityStatus() - Method in class org.xrpl.xrpl4j.model.client.ImmutableFinality
-
Get
FinalityStatusstatus value for a transaction. - finalityStatus(FinalityStatus) - Method in class org.xrpl.xrpl4j.model.client.ImmutableFinality.Builder
-
Initializes the value for the
finalityStatusattribute. - FinalityStatus - Enum in org.xrpl.xrpl4j.model.client
-
Enumeration of the types of responses from isFinal function.
- finishAfter() - Method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
The time, in seconds since the Ripple Epoch, after which this held payment can be finished.
- finishAfter() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
The time, in seconds since the Ripple Epoch, after which this held payment can be finished.
- finishAfter() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowCreate
-
The time, in seconds since the Ripple Epoch, when the escrowed tokens can be released to the recipient.
- finishAfter() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
The time, in seconds since the Ripple Epoch, when the escrowed tokens can be released to the recipient.
- finishAfter() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
The time, in seconds since the Ripple Epoch, after which this held payment can be finished.
- finishAfter() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaEscrowObject
-
The time, in seconds since the Ripple Epoch, after which this held payment can be finished.
- finishAfter(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
finishAfterto finishAfter. - finishAfter(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
finishAfterto finishAfter. - finishAfter(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
finishAfterto finishAfter. - finishAfter(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
finishAfterto finishAfter. - finishAfter(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
finishAfterto finishAfter. - finishAfter(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
finishAfterto finishAfter. - flags() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableNfTokenObject
-
A bit-map of boolean flags enabled for this NFToken.
- flags() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableOfferResultObject
-
Options set for this offer entry.
- flags() - Method in interface org.xrpl.xrpl4j.model.client.accounts.NfTokenObject
-
A bit-map of boolean flags enabled for this NFToken.
- flags() - Method in interface org.xrpl.xrpl4j.model.client.accounts.OfferResultObject
-
Options set for this offer entry.
- flags() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken
-
The
MpTokenFlagsfor this MPToken. - flags() - Method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersMpToken
-
The
MpTokenFlagsfor this MPToken. - flags() - Method in interface org.xrpl.xrpl4j.model.client.nft.BuyOffer
-
A set of boolean
NfTokenOfferFlagscontaining options enabled for this object. - flags() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableBuyOffer
-
A set of boolean
NfTokenOfferFlagscontaining options enabled for this object. - flags() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult
-
The flag set of this NFT.
- flags() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableSellOffer
-
A set of boolean
NfTokenOfferFlagscontaining options enabled for this object. - flags() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftInfoResult
-
The flag set of this NFT.
- flags() - Method in interface org.xrpl.xrpl4j.model.client.nft.SellOffer
-
A set of boolean
NfTokenOfferFlagscontaining options enabled for this object. - flags() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersOffer
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
A bit-map of boolean
AccountRootFlagsenabled for this account. - flags() - Method in interface org.xrpl.xrpl4j.model.ledger.AmmObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.ledger.BridgeObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.ledger.CheckObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.ledger.CredentialObject
-
A set of boolean
CredentialFlagscontaining options enabled for this object. - flags() - Method in interface org.xrpl.xrpl4j.model.ledger.DelegateObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.ledger.DepositPreAuthObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.ledger.DidObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
A bit-map of boolean
AccountRootFlagsenabled for this account. - flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject
-
A set of boolean
CredentialFlagscontaining options enabled for this object. - flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
The
MpTokenIssuanceFlagsfor this issuance. - flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject
-
The
MpTokenFlagsfor this token. - flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
A set of boolean
NfTokenOfferFlagscontaining options enabled for this object. - flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
A bit-map of boolean flags enabled for this payment channel.
- flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
A set of boolean
RippleStateFlagscontaining options enabled for this object. - flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject
-
A bit-map of Boolean
SignerListFlagsenabled for this signer list. - flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject
-
A bit-map of Boolean flags enabled for this Ticket.
- flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenIssuanceObject
-
The
MpTokenIssuanceFlagsfor this issuance. - flags() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenObject
-
The
MpTokenFlagsfor this token. - flags() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenOfferObject
-
A set of boolean
NfTokenOfferFlagscontaining options enabled for this object. - flags() - Method in interface org.xrpl.xrpl4j.model.ledger.OfferObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.ledger.OracleObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.ledger.PayChannelObject
-
A bit-map of boolean flags enabled for this payment channel.
- flags() - Method in interface org.xrpl.xrpl4j.model.ledger.PermissionedDomainObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.ledger.RippleStateObject
-
A set of boolean
RippleStateFlagscontaining options enabled for this object. - flags() - Method in interface org.xrpl.xrpl4j.model.ledger.SignerListObject
-
A bit-map of Boolean
SignerListFlagsenabled for this signer list. - flags() - Method in interface org.xrpl.xrpl4j.model.ledger.TicketObject
-
A bit-map of Boolean flags enabled for this Ticket.
- flags() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedClaimIdObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedCreateAccountClaimIdObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountDelete
-
Set of
TransactionFlagss for thisAccountDelete, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountSet
-
Set of
AccountSetTransactionFlagss for thisAccountSet. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmBid
-
Set of
TransactionFlagss for thisAmmBid, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmClawback
-
Transaction Flags for
AmmClawback, with the only option being tfClawTwoAssets. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmCreate
-
Set of
TransactionFlagss for thisAmmCreate, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmDelete
-
Set of
TransactionFlagss for thisAmmDelete, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmDeposit
-
A
AmmDepositFlagsfor this transaction. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmVote
-
Set of
TransactionFlagss for thisAmmVote, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmWithdraw
-
A
AmmWithdrawFlagsfor this transaction. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.Batch
-
Set of
BatchFlagss for thisBatch, which define the batch execution mode. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.CheckCancel
-
Set of
TransactionFlagss for thisCheckCancel, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.CheckCash
-
Set of
TransactionFlagss for thisCheckCash, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.CheckCreate
-
Set of
TransactionFlagss for thisCheckCreate, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.Clawback
-
Set of
TransactionFlagss for thisClawback, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.CredentialAccept
-
Set of
TransactionFlags's for thisCredentialAccept, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.CredentialCreate
-
Set of
TransactionFlags's for thisCredentialCreate, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.CredentialDelete
-
Set of
TransactionFlags's for thisCredentialDelete, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.DelegateSet
-
Set of
TransactionFlagss for thisDelegateSet. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.DepositPreAuth
-
Set of
TransactionFlagss for thisDepositPreAuth, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.DidDelete
-
Set of
TransactionFlagss for thisDidDelete, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.DidSet
-
Set of
TransactionFlagss for thisDidSet, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowCancel
-
Set of
TransactionFlagss for thisEscrowCancel, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowCreate
-
Set of
TransactionFlagss for thisEscrowCreate, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowFinish
-
Set of
TransactionFlagss for thisEscrowFinish, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete
-
Set of
TransactionFlagss for thisAccountDelete, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
Set of
AccountSetTransactionFlagss for thisAccountSet. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
Set of
TransactionFlagss for thisAmmBid, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
-
Transaction Flags for
AmmClawback, with the only option being tfClawTwoAssets. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate
-
Set of
TransactionFlagss for thisAmmCreate, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete
-
Set of
TransactionFlagss for thisAmmDelete, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
A
AmmDepositFlagsfor this transaction. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote
-
Set of
TransactionFlagss for thisAmmVote, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
A
AmmWithdrawFlagsfor this transaction. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch
-
Set of
BatchFlagss for thisBatch, which define the batch execution mode. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel
-
Set of
TransactionFlagss for thisCheckCancel, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash
-
Set of
TransactionFlagss for thisCheckCash, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
-
Set of
TransactionFlagss for thisCheckCreate, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback
-
Set of
TransactionFlagss for thisClawback, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept
-
Set of
TransactionFlags's for thisCredentialAccept, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate
-
Set of
TransactionFlags's for thisCredentialCreate, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete
-
Set of
TransactionFlags's for thisCredentialDelete, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet
-
Set of
TransactionFlagss for thisDelegateSet. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth
-
Set of
TransactionFlagss for thisDepositPreAuth, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete
-
Set of
TransactionFlagss for thisDidDelete, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet
-
Set of
TransactionFlagss for thisDidSet, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel
-
Set of
TransactionFlagss for thisEscrowCancel, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
Set of
TransactionFlagss for thisEscrowCreate, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
Set of
TransactionFlagss for thisEscrowFinish, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate
-
Set of
MpTokenIssuanceCreateFlagss for thisMpTokenIssuanceCreate. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy
-
Set of
TransactionFlagss for thisMpTokenIssuanceDestroy, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet
-
A set of
MpTokenIssuanceSetFlags. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer
-
Set of
TransactionFlagss for thisNfTokenAcceptOffer, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn
-
Set of
TransactionFlagss for thisNfTokenBurn, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer
-
Set of
TransactionFlagss for thisNfTokenCancelOffer, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
Set of
NfTokenCreateOfferFlagss for thisNfTokenCreateOffer. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint
-
Set of
NfTokenMintFlagss for thisNfTokenMint. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel
-
Set of
TransactionFlagss for thisOfferCancel, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate
-
Set of
OfferCreateFlagss for thisOfferCreate. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete
-
Set of
TransactionFlagss for thisOracleDelete, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet
-
Set of
TransactionFlagss for thisOracleSet, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
Set of
PaymentFlagss for thisPayment, which have been properly combined to yield aPaymentFlagsobject containing theLongrepresentation of the set bits. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
-
Bit-map of boolean
PaymentChannelClaimFlagsto set for this transaction. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
-
Set of
TransactionFlagss for thisPaymentChannelCreate, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund
-
Set of
TransactionFlagss for thisPaymentChannelFund, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete
-
Set of
TransactionFlags's for thisPermissionedDomainDelete, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet
-
Set of
TransactionFlags's for thisPermissionedDomainSet, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey
-
Set of
TransactionFlagss for thisSetRegularKey, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet
-
Set of
TransactionFlagss for thisSignerListSet, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate
-
Set of
TransactionFlagss for thisTicketCreate, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet
-
Set of
TrustSetFlagss for thisTrustSet, which have been properly combined to yield aTrustSetFlagsobject containing theLongrepresentation of the set bits. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction
-
A set of
TransactionFlags. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit
-
Set of
TransactionFlagss for thisXChainAccountCreateCommit, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
Set of
TransactionFlagss for thisXChainAddAccountCreateAttestation, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
Set of
TransactionFlagss for thisXChainAddClaimAttestation, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim
-
Set of
TransactionFlagss for thisXChainClaim, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit
-
Set of
TransactionFlagss for thisXChainCommit, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge
-
Set of
TransactionFlagss for thisXChainCreateBridge, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId
-
Set of
TransactionFlagss for thisXChainCreateClaimId, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge
-
Set of
XChainModifyBridgeFlagss for thisXChainModifyBridge, which have been properly combined to yield aXChainModifyBridgeFlagsobject containing theLongrepresentation of the set bits. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
A bit-map of boolean
AccountRootFlagsenabled for this account. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject
-
A set of boolean
CredentialFlagscontaining options enabled for this object. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject
-
A set of boolean
NfTokenOfferFlagscontaining options enabled for this object. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject
-
A bit-map of boolean flags enabled for this payment channel.
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
A set of boolean
RippleStateFlagscontaining options enabled for this object. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject
-
A bit-map of Boolean
SignerListFlagsenabled for this signer list. - flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject
-
A bit-map of Boolean flags enabled for this Ticket.
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject
-
A bit-map of boolean flags.
- flags() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAccountRootObject
-
A bit-map of boolean
AccountRootFlagsenabled for this account. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAmmObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaBridgeObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCheckObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCredentialObject
-
A set of boolean
CredentialFlagscontaining options enabled for this object. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDelegateObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDepositPreAuthObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDidObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaEscrowObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenIssuanceObject
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenObject
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaNfTokenOfferObject
-
A set of boolean
NfTokenOfferFlagscontaining options enabled for this object. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOfferObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOracleObject
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaPayChannelObject
-
A bit-map of boolean flags enabled for this payment channel.
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaPermissionedDomainObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaRippleStateObject
-
A set of boolean
RippleStateFlagscontaining options enabled for this object. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaSignerListObject
-
A bit-map of Boolean
SignerListFlagsenabled for this signer list. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaTicketObject
-
A bit-map of Boolean flags enabled for this Ticket.
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainOwnedClaimIdObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainOwnedCreateAccountClaimIdObject
-
A bit-map of boolean flags.
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.MpTokenAuthorize
- flags() - Method in interface org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceCreate
-
Set of
MpTokenIssuanceCreateFlagss for thisMpTokenIssuanceCreate. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceDestroy
-
Set of
TransactionFlagss for thisMpTokenIssuanceDestroy, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceSet
-
A set of
MpTokenIssuanceSetFlags. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenAcceptOffer
-
Set of
TransactionFlagss for thisNfTokenAcceptOffer, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenBurn
-
Set of
TransactionFlagss for thisNfTokenBurn, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenCancelOffer
-
Set of
TransactionFlagss for thisNfTokenCancelOffer, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenCreateOffer
-
Set of
NfTokenCreateOfferFlagss for thisNfTokenCreateOffer. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenMint
-
Set of
NfTokenMintFlagss for thisNfTokenMint. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.OfferCancel
-
Set of
TransactionFlagss for thisOfferCancel, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.OfferCreate
-
Set of
OfferCreateFlagss for thisOfferCreate. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.OracleDelete
-
Set of
TransactionFlagss for thisOracleDelete, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.OracleSet
-
Set of
TransactionFlagss for thisOracleSet, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.Payment
-
Set of
PaymentFlagss for thisPayment, which have been properly combined to yield aPaymentFlagsobject containing theLongrepresentation of the set bits. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelClaim
-
Bit-map of boolean
PaymentChannelClaimFlagsto set for this transaction. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelCreate
-
Set of
TransactionFlagss for thisPaymentChannelCreate, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.PaymentChannelFund
-
Set of
TransactionFlagss for thisPaymentChannelFund, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.PermissionedDomainDelete
-
Set of
TransactionFlags's for thisPermissionedDomainDelete, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.PermissionedDomainSet
-
Set of
TransactionFlags's for thisPermissionedDomainSet, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.SetRegularKey
-
Set of
TransactionFlagss for thisSetRegularKey, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.SignerListSet
-
Set of
TransactionFlagss for thisSignerListSet, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.TicketCreate
-
Set of
TransactionFlagss for thisTicketCreate, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.TrustSet
-
Set of
TrustSetFlagss for thisTrustSet, which have been properly combined to yield aTrustSetFlagsobject containing theLongrepresentation of the set bits. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.UnknownTransaction
-
A set of
TransactionFlags. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainAccountCreateCommit
-
Set of
TransactionFlagss for thisXChainAccountCreateCommit, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainAddAccountCreateAttestation
-
Set of
TransactionFlagss for thisXChainAddAccountCreateAttestation, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainAddClaimAttestation
-
Set of
TransactionFlagss for thisXChainAddClaimAttestation, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainClaim
-
Set of
TransactionFlagss for thisXChainClaim, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainCommit
-
Set of
TransactionFlagss for thisXChainCommit, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainCreateBridge
-
Set of
TransactionFlagss for thisXChainCreateBridge, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainCreateClaimId
-
Set of
TransactionFlagss for thisXChainCreateClaimId, which only allows thetfFullyCanonicalSigflag, which is deprecated. - flags() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainModifyBridge
-
Set of
XChainModifyBridgeFlagss for thisXChainModifyBridge, which have been properly combined to yield aXChainModifyBridgeFlagsobject containing theLongrepresentation of the set bits. - flags(Optional<? extends AccountRootFlags>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
flagsto flags. - flags(Optional<? extends CredentialFlags>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject.Builder
-
Initializes the optional value
flagsto flags. - flags(Optional<? extends Flags>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject.Builder
-
Initializes the optional value
flagsto flags. - flags(Optional<? extends MpTokenFlags>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject.Builder
-
Initializes the optional value
flagsto flags. - flags(Optional<? extends MpTokenIssuanceFlags>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
flagsto flags. - flags(Optional<? extends NfTokenOfferFlags>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
flagsto flags. - flags(Optional<? extends OfferFlags>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
flagsto flags. - flags(Optional<? extends RippleStateFlags>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
flagsto flags. - flags(Optional<? extends SignerListFlags>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject.Builder
-
Initializes the optional value
flagsto flags. - flags(AccountRootFlags) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the value for the
flagsattribute. - flags(AccountRootFlags) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
flagsto flags. - flags(AccountSetTransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the value for the
flagsattribute. - flags(AmmClawbackFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the value for the
flagsattribute. - flags(AmmDepositFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the value for the
flagsattribute. - flags(AmmWithdrawFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the value for the
flagsattribute. - flags(BatchFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Initializes the value for the
flagsattribute. - flags(CredentialFlags) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject.Builder
-
Initializes the value for the
flagsattribute. - flags(CredentialFlags) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject.Builder
-
Initializes the optional value
flagsto flags. - flags(Flags) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject.Builder
-
Initializes the optional value
flagsto flags. - flags(MpTokenAuthorizeFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Initializes the value for the
flagsattribute. - flags(MpTokenFlags) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken.Builder
-
Initializes the value for the
flagsattribute. - flags(MpTokenFlags) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject.Builder
-
Initializes the value for the
flagsattribute. - flags(MpTokenFlags) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject.Builder
-
Initializes the optional value
flagsto flags. - flags(MpTokenIssuanceCreateFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the value for the
flagsattribute. - flags(MpTokenIssuanceFlags) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the value for the
flagsattribute. - flags(MpTokenIssuanceFlags) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
flagsto flags. - flags(MpTokenIssuanceSetFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Initializes the value for the
flagsattribute. - flags(NfTokenCreateOfferFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the value for the
flagsattribute. - flags(NfTokenFlags) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableNfTokenObject.Builder
-
Initializes the value for the
flagsattribute. - flags(NfTokenFlags) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult.Builder
-
Initializes the value for the
flagsattribute. - flags(NfTokenMintFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Initializes the value for the
flagsattribute. - flags(NfTokenOfferFlags) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableBuyOffer.Builder
-
Initializes the value for the
flagsattribute. - flags(NfTokenOfferFlags) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableSellOffer.Builder
-
Initializes the value for the
flagsattribute. - flags(NfTokenOfferFlags) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Initializes the value for the
flagsattribute. - flags(NfTokenOfferFlags) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
flagsto flags. - flags(OfferCreateFlags) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableOfferResultObject.Builder
-
Initializes the value for the
flagsattribute. - flags(OfferCreateFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the value for the
flagsattribute. - flags(OfferFlags) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Initializes the value for the
flagsattribute. - flags(OfferFlags) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Initializes the value for the
flagsattribute. - flags(OfferFlags) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
flagsto flags. - flags(PaymentChannelClaimFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the value for the
flagsattribute. - flags(PaymentFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the value for the
flagsattribute. - flags(RippleStateFlags) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the value for the
flagsattribute. - flags(RippleStateFlags) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
flagsto flags. - flags(SignerListFlags) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject.Builder
-
Initializes the value for the
flagsattribute. - flags(SignerListFlags) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject.Builder
-
Initializes the optional value
flagsto flags. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Initializes the value for the
flagsattribute. - flags(TransactionFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Initializes the value for the
flagsattribute. - flags(TrustSetFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Initializes the value for the
flagsattribute. - flags(XChainModifyBridgeFlags) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Initializes the value for the
flagsattribute. - Flags - Class in org.xrpl.xrpl4j.model.flags
-
A wrapper around a long value containing various XRPL Transaction Flags.
- FlagsSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
Flags. - FlagsSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.FlagsSerializer
-
No-args constructor.
- FluentCompareTo<T> - Class in org.xrpl.xrpl4j.model.immutables
-
Provides a fluent, readable alternative to
Comparable.compareTo(Object). - forValue(int) - Static method in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
To deserialize enums with integer values, you need to specify this factory method with the
JsonCreatorannotation, otherwise Jackson treats the JSON integer value as an ordinal. - forValue(String) - Static method in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
Constructs the
LedgerObject.LedgerEntryTypecorresponding to the given value, or throws anIllegalArgumentExceptionif no correspondingLedgerObject.LedgerEntryTypeexists. - forValue(String) - Static method in enum org.xrpl.xrpl4j.model.transactions.GranularPermission
-
Gets an instance of
GranularPermissionfor the given string value. - forValue(String) - Static method in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
Gets an instance of
TransactionTypefor the given string value. - forValueIfValid(int) - Static method in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
Get the
AccountSet.AccountSetFlagfor the given integer value, if one exists. - forward() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsRequestParams
-
If set to
true, returns values indexed with the oldest ledger first. - forward() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams
-
If set to
true, returns values indexed with the oldest ledger first. - forward(boolean) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams.Builder
-
Initializes the value for the
forwardattribute. - freeze() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
Whether or not this account has frozen this trust line.
- freeze() - Method in interface org.xrpl.xrpl4j.model.client.accounts.TrustLine
-
Whether or not this account has frozen this trust line.
- freeze(boolean) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine.Builder
-
Initializes the value for the
freezeattribute. - freezePeer() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
Whether or not the peer account has frozen this trust line.
- freezePeer() - Method in interface org.xrpl.xrpl4j.model.client.accounts.TrustLine
-
Whether or not the peer account has frozen this trust line.
- freezePeer(boolean) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine.Builder
-
Initializes the value for the
freezePeerattribute. - from(ClassicAddress) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress.Builder
-
Fill a builder with attribute values from the provided
ClassicAddressinstance. - from(Decoded) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded.Builder
-
Fill a builder with attribute values from the provided
Decodedinstance. - from(DecodedXAddress) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress.Builder
-
Fill a builder with attribute values from the provided
DecodedXAddressinstance. - from(Definitions) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableDefinitions.Builder
-
Fill a builder with attribute values from the provided
Definitionsinstance. - from(FieldInfo) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInfo.Builder
-
Fill a builder with attribute values from the provided
FieldInfoinstance. - from(FieldInstance) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance.Builder
-
Fill a builder with attribute values from the provided
FieldInstanceinstance. - from(FieldHeader) - Method in class org.xrpl.xrpl4j.codec.binary.ImmutableFieldHeader.Builder
-
Fill a builder with attribute values from the provided
FieldHeaderinstance. - from(FieldWithValue<T>) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableFieldWithValue.Builder
-
Fill a builder with attribute values from the provided
FieldWithValueinstance. - from(Hop) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableHop.Builder
-
Fill a builder with attribute values from the provided
Hopinstance. - from(Issue) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableIssue.Builder
-
Fill a builder with attribute values from the provided
Issueinstance. - from(XChainBridge) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableXChainBridge.Builder
-
Fill a builder with attribute values from the provided
XChainBridgeinstance. - from(Base58EncodedSecret) - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutableBase58EncodedSecret.Builder
-
Fill a builder with attribute values from the provided
Base58EncodedSecretinstance. - from(KeyPair) - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutableKeyPair.Builder
-
Fill a builder with attribute values from the provided
KeyPairinstance. - from(PublicKey) - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutablePublicKey.Builder
-
Fill a builder with attribute values from the provided
PublicKeyinstance. - from(EcDsaSignature) - Method in class org.xrpl.xrpl4j.crypto.signing.bc.ImmutableEcDsaSignature.Builder
-
Fill a builder with attribute values from the provided
EcDsaSignatureinstance. - from(MultiSignedTransaction<T>) - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableMultiSignedTransaction.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.crypto.signing.MultiSignedTransactioninstance. - from(Signature) - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSignature.Builder
-
Fill a builder with attribute values from the provided
Signatureinstance. - from(SignedTransaction<T>) - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableMultiSignedTransaction.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.crypto.signing.SignedTransactioninstance. - from(SignedTransaction<T>) - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSingleSignedTransaction.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.crypto.signing.SignedTransactioninstance. - from(SingleSignedTransaction<T>) - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSingleSignedTransaction.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.crypto.signing.SingleSignedTransactioninstance. - from(AccountChannelsRequestParams) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams.Builder
-
Fill a builder with attribute values from the provided
AccountChannelsRequestParamsinstance. - from(AccountChannelsResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.accounts.AccountChannelsResultinstance. - from(AccountCurrenciesRequestParams) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesRequestParams.Builder
-
Fill a builder with attribute values from the provided
AccountCurrenciesRequestParamsinstance. - from(AccountCurrenciesResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.accounts.AccountCurrenciesResultinstance. - from(AccountInfoRequestParams) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoRequestParams.Builder
-
Fill a builder with attribute values from the provided
AccountInfoRequestParamsinstance. - from(AccountInfoResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.accounts.AccountInfoResultinstance. - from(AccountLinesRequestParams) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams.Builder
-
Fill a builder with attribute values from the provided
AccountLinesRequestParamsinstance. - from(AccountLinesResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.accounts.AccountLinesResultinstance. - from(AccountNftsRequestParams) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsRequestParams.Builder
-
Fill a builder with attribute values from the provided
AccountNftsRequestParamsinstance. - from(AccountNftsResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.accounts.AccountNftsResultinstance. - from(AccountObjectsRequestParams) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams.Builder
-
Fill a builder with attribute values from the provided
AccountObjectsRequestParamsinstance. - from(AccountObjectsResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.accounts.AccountObjectsResultinstance. - from(AccountOffersRequestParams) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams.Builder
-
Fill a builder with attribute values from the provided
AccountOffersRequestParamsinstance. - from(AccountOffersResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.accounts.AccountOffersResultinstance. - from(AccountTransactionsRequestParams) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams.Builder
-
Fill a builder with attribute values from the provided
AccountTransactionsRequestParamsinstance. - from(AccountTransactionsResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsResultinstance. - from(AccountTransactionsTransaction<T>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransaction.Builder
-
Fill a builder with attribute values from the provided
AccountTransactionsTransactioninstance. - from(AccountTransactionsTransactionResult<T>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransactionResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsTransactionResultinstance. - from(GatewayBalancesAssets) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesAssets.Builder
-
Fill a builder with attribute values from the provided
GatewayBalancesAssetsinstance. - from(GatewayBalancesHotWallets) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesHotWallets.Builder
-
Fill a builder with attribute values from the provided
GatewayBalancesHotWalletsinstance. - from(GatewayBalancesIssuedCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesIssuedCurrencyAmount.Builder
-
Fill a builder with attribute values from the provided
GatewayBalancesIssuedCurrencyAmountinstance. - from(GatewayBalancesObligations) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesObligations.Builder
-
Fill a builder with attribute values from the provided
GatewayBalancesObligationsinstance. - from(GatewayBalancesRequestParams) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesRequestParams.Builder
-
Fill a builder with attribute values from the provided
GatewayBalancesRequestParamsinstance. - from(GatewayBalancesResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesResultinstance. - from(NfTokenObject) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableNfTokenObject.Builder
-
Fill a builder with attribute values from the provided
NfTokenObjectinstance. - from(OfferResultObject) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableOfferResultObject.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.accounts.OfferResultObjectinstance. - from(PaymentChannelResultObject) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject.Builder
-
Fill a builder with attribute values from the provided
PaymentChannelResultObjectinstance. - from(QueueData) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData.Builder
-
Fill a builder with attribute values from the provided
QueueDatainstance. - from(QueueTransaction) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueTransaction.Builder
-
Fill a builder with attribute values from the provided
QueueTransactioninstance. - from(TrustLine) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine.Builder
-
Fill a builder with attribute values from the provided
TrustLineinstance. - from(AcceptLedgerResult) - Method in class org.xrpl.xrpl4j.model.client.admin.ImmutableAcceptLedgerResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.admin.AcceptLedgerResultinstance. - from(AmmInfo) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.amm.AmmInfoinstance. - from(AmmInfoAuctionSlot) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot.Builder
-
Fill a builder with attribute values from the provided
AmmInfoAuctionSlotinstance. - from(AmmInfoAuthAccount) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuthAccount.Builder
-
Fill a builder with attribute values from the provided
AmmInfoAuthAccountinstance. - from(AmmInfoRequestParams) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoRequestParams.Builder
-
Fill a builder with attribute values from the provided
AmmInfoRequestParamsinstance. - from(AmmInfoResult) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.amm.AmmInfoResultinstance. - from(AmmInfoVoteEntry) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoVoteEntry.Builder
-
Fill a builder with attribute values from the provided
AmmInfoVoteEntryinstance. - from(ChannelVerifyRequestParams) - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyRequestParams.Builder
-
Fill a builder with attribute values from the provided
ChannelVerifyRequestParamsinstance. - from(ChannelVerifyResult) - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.channels.ChannelVerifyResultinstance. - from(UnsignedClaim) - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableUnsignedClaim.Builder
-
Fill a builder with attribute values from the provided
UnsignedClaiminstance. - from(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.common.ImmutableLedgerSpecifier.Builder
-
Fill a builder with attribute values from the provided
LedgerSpecifierinstance. - from(ComputedNetworkFees) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableComputedNetworkFees.Builder
-
Fill a builder with attribute values from the provided
ComputedNetworkFeesinstance. - from(FeeDrops) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeDrops.Builder
-
Fill a builder with attribute values from the provided
FeeDropsinstance. - from(FeeLevels) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeLevels.Builder
-
Fill a builder with attribute values from the provided
FeeLevelsinstance. - from(FeeResult) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.fees.FeeResultinstance. - from(FeeUtils.DecomposedFees) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableDecomposedFees.Builder
-
Fill a builder with attribute values from the provided
DecomposedFeesinstance. - from(Finality) - Method in class org.xrpl.xrpl4j.model.client.ImmutableFinality.Builder
-
Fill a builder with attribute values from the provided
Finalityinstance. - from(AmmLedgerEntryParams) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableAmmLedgerEntryParams.Builder
-
Fill a builder with attribute values from the provided
AmmLedgerEntryParamsinstance. - from(CredentialLedgerEntryParams) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableCredentialLedgerEntryParams.Builder
-
Fill a builder with attribute values from the provided
CredentialLedgerEntryParamsinstance. - from(DelegateLedgerEntryParams) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDelegateLedgerEntryParams.Builder
-
Fill a builder with attribute values from the provided
DelegateLedgerEntryParamsinstance. - from(DepositPreAuthCredential) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthCredential.Builder
-
Fill a builder with attribute values from the provided
DepositPreAuthCredentialinstance. - from(DepositPreAuthLedgerEntryParams) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams.Builder
-
Fill a builder with attribute values from the provided
DepositPreAuthLedgerEntryParamsinstance. - from(EscrowLedgerEntryParams) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableEscrowLedgerEntryParams.Builder
-
Fill a builder with attribute values from the provided
EscrowLedgerEntryParamsinstance. - from(LedgerEntryResult<T>) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.ledger.LedgerEntryResultinstance. - from(LedgerRequestParams) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams.Builder
-
Fill a builder with attribute values from the provided
LedgerRequestParamsinstance. - from(LedgerResult) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.ledger.LedgerResultinstance. - from(MpTokenLedgerEntryParams) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableMpTokenLedgerEntryParams.Builder
-
Fill a builder with attribute values from the provided
MpTokenLedgerEntryParamsinstance. - from(OfferLedgerEntryParams) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOfferLedgerEntryParams.Builder
-
Fill a builder with attribute values from the provided
OfferLedgerEntryParamsinstance. - from(OracleLedgerEntryParams) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOracleLedgerEntryParams.Builder
-
Fill a builder with attribute values from the provided
OracleLedgerEntryParamsinstance. - from(PermissionedDomainLedgerEntryParams) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutablePermissionedDomainLedgerEntryParams.Builder
-
Fill a builder with attribute values from the provided
PermissionedDomainLedgerEntryParamsinstance. - from(RippleStateLedgerEntryParams) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateLedgerEntryParams.Builder
-
Fill a builder with attribute values from the provided
RippleStateLedgerEntryParamsinstance. - from(RippleStateLedgerEntryParams.RippleStateAccounts) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateAccounts.Builder
-
Fill a builder with attribute values from the provided
RippleStateAccountsinstance. - from(TicketLedgerEntryParams) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableTicketLedgerEntryParams.Builder
-
Fill a builder with attribute values from the provided
TicketLedgerEntryParamsinstance. - from(MptHoldersMpToken) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken.Builder
-
Fill a builder with attribute values from the provided
MptHoldersMpTokeninstance. - from(MptHoldersRequestParams) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams.Builder
-
Fill a builder with attribute values from the provided
MptHoldersRequestParamsinstance. - from(MptHoldersResponse) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.mpt.MptHoldersResponseinstance. - from(BuyOffer) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableBuyOffer.Builder
-
Fill a builder with attribute values from the provided
BuyOfferinstance. - from(NftBuyOffersRequestParams) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams.Builder
-
Fill a builder with attribute values from the provided
NftBuyOffersRequestParamsinstance. - from(NftBuyOffersResult) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.nft.NftBuyOffersResultinstance. - from(NftInfoRequestParams) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoRequestParams.Builder
-
Fill a builder with attribute values from the provided
NftInfoRequestParamsinstance. - from(NftInfoResult) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.nft.NftInfoResultinstance. - from(NftSellOffersRequestParams) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams.Builder
-
Fill a builder with attribute values from the provided
NftSellOffersRequestParamsinstance. - from(NftSellOffersResult) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.nft.NftSellOffersResultinstance. - from(SellOffer) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableSellOffer.Builder
-
Fill a builder with attribute values from the provided
SellOfferinstance. - from(AggregatePriceSet) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableAggregatePriceSet.Builder
-
Fill a builder with attribute values from the provided
AggregatePriceSetinstance. - from(GetAggregatePriceRequestParams) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceRequestParams.Builder
-
Fill a builder with attribute values from the provided
GetAggregatePriceRequestParamsinstance. - from(GetAggregatePriceResult) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.oracle.GetAggregatePriceResultinstance. - from(BookOffersOffer) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Fill a builder with attribute values from the provided
BookOffersOfferinstance. - from(BookOffersRequestParams) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersRequestParams.Builder
-
Fill a builder with attribute values from the provided
BookOffersRequestParamsinstance. - from(BookOffersResult) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.path.BookOffersResultinstance. - from(DepositAuthorizedRequestParams) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedRequestParams.Builder
-
Fill a builder with attribute values from the provided
DepositAuthorizedRequestParamsinstance. - from(DepositAuthorizedResult) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.path.DepositAuthorizedResultinstance. - from(PathAlternative) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathAlternative.Builder
-
Fill a builder with attribute values from the provided
PathAlternativeinstance. - from(PathCurrency) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathCurrency.Builder
-
Fill a builder with attribute values from the provided
PathCurrencyinstance. - from(RipplePathFindRequestParams) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams.Builder
-
Fill a builder with attribute values from the provided
RipplePathFindRequestParamsinstance. - from(RipplePathFindResult) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.path.RipplePathFindResultinstance. - from(ClioServerInfo) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.serverinfo.ClioServerInfoinstance. - from(ReportingModeServerInfo) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.serverinfo.ReportingModeServerInfoinstance. - from(RippledServerInfo) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfoinstance. - from(ServerInfo) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.serverinfo.ServerInfoinstance. - from(ServerInfo) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.serverinfo.ServerInfoinstance. - from(ServerInfo) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.serverinfo.ServerInfoinstance. - from(ServerInfo.JobType) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType.Builder
-
Fill a builder with attribute values from the provided
JobTypeinstance. - from(ServerInfo.LastClose) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLastClose.Builder
-
Fill a builder with attribute values from the provided
LastCloseinstance. - from(ServerInfo.Load) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLoad.Builder
-
Fill a builder with attribute values from the provided
Loadinstance. - from(ServerInfo.ValidatedLedger) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableValidatedLedger.Builder
-
Fill a builder with attribute values from the provided
ValidatedLedgerinstance. - from(ServerInfoResult) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableServerInfoResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.serverinfo.ServerInfoResultinstance. - from(SubmitMultiSignedRequestParams) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedRequestParams.Builder
-
Fill a builder with attribute values from the provided
SubmitMultiSignedRequestParamsinstance. - from(SubmitMultiSignedResult<TxnType>) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.transactions.SubmitMultiSignedResultinstance. - from(SubmitRequestParams) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitRequestParams.Builder
-
Fill a builder with attribute values from the provided
SubmitRequestParamsinstance. - from(SubmitResult<TxnType>) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.transactions.SubmitResultinstance. - from(TransactionRequestParams) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionRequestParams.Builder
-
Fill a builder with attribute values from the provided
TransactionRequestParamsinstance. - from(TransactionResult<TxnType>) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.transactions.TransactionResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransactionResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableOfferResultObject.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.admin.ImmutableAcceptLedgerResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableServerInfoResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(XrplResult) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.client.XrplResultinstance. - from(AccountRootObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Fill a builder with attribute values from the provided
AccountRootObjectinstance. - from(AmmObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject.Builder
-
Fill a builder with attribute values from the provided
AmmObjectinstance. - from(Attestation) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.ledger.Attestationinstance. - from(Attestation) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationCreateAccount.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.ledger.Attestationinstance. - from(AttestationClaim) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.ledger.AttestationClaiminstance. - from(AttestationCreateAccount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationCreateAccount.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.ledger.AttestationCreateAccountinstance. - from(AuctionSlot) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot.Builder
-
Fill a builder with attribute values from the provided
AuctionSlotinstance. - from(AuthAccount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccount.Builder
-
Fill a builder with attribute values from the provided
AuthAccountinstance. - from(AuthAccountWrapper) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccountWrapper.Builder
-
Fill a builder with attribute values from the provided
AuthAccountWrapperinstance. - from(Book) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBook.Builder
-
Fill a builder with attribute values from the provided
Bookinstance. - from(BookWrapper) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBookWrapper.Builder
-
Fill a builder with attribute values from the provided
BookWrapperinstance. - from(BridgeObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject.Builder
-
Fill a builder with attribute values from the provided
BridgeObjectinstance. - from(CheckObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject.Builder
-
Fill a builder with attribute values from the provided
CheckObjectinstance. - from(CredentialObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject.Builder
-
Fill a builder with attribute values from the provided
CredentialObjectinstance. - from(DelegateObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject.Builder
-
Fill a builder with attribute values from the provided
DelegateObjectinstance. - from(DepositPreAuthObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject.Builder
-
Fill a builder with attribute values from the provided
DepositPreAuthObjectinstance. - from(DidObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject.Builder
-
Fill a builder with attribute values from the provided
DidObjectinstance. - from(EscrowObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Fill a builder with attribute values from the provided
EscrowObjectinstance. - from(Issue) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableIssue.Builder
-
Fill a builder with attribute values from the provided
Issueinstance. - from(Issue, Issue) - Static method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoRequestParams
- from(LedgerHeader) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Fill a builder with attribute values from the provided
LedgerHeaderinstance. - from(MpTokenIssuanceObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Fill a builder with attribute values from the provided
MpTokenIssuanceObjectinstance. - from(MpTokenObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject.Builder
-
Fill a builder with attribute values from the provided
MpTokenObjectinstance. - from(NfToken) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfToken.Builder
-
Fill a builder with attribute values from the provided
NfTokeninstance. - from(NfTokenOfferObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Fill a builder with attribute values from the provided
NfTokenOfferObjectinstance. - from(NfTokenPageObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject.Builder
-
Fill a builder with attribute values from the provided
NfTokenPageObjectinstance. - from(NfTokenWrapper) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenWrapper.Builder
-
Fill a builder with attribute values from the provided
NfTokenWrapperinstance. - from(OfferObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Fill a builder with attribute values from the provided
OfferObjectinstance. - from(OracleObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject.Builder
-
Fill a builder with attribute values from the provided
OracleObjectinstance. - from(PayChannelObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject.Builder
-
Fill a builder with attribute values from the provided
PayChannelObjectinstance. - from(PermissionedDomainObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject.Builder
-
Fill a builder with attribute values from the provided
PermissionedDomainObjectinstance. - from(RippleStateObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Fill a builder with attribute values from the provided
RippleStateObjectinstance. - from(SignerEntry) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerEntry.Builder
-
Fill a builder with attribute values from the provided
SignerEntryinstance. - from(SignerEntryWrapper) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerEntryWrapper.Builder
-
Fill a builder with attribute values from the provided
SignerEntryWrapperinstance. - from(SignerListObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject.Builder
-
Fill a builder with attribute values from the provided
SignerListObjectinstance. - from(TicketObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject.Builder
-
Fill a builder with attribute values from the provided
TicketObjectinstance. - from(UnknownLedgerObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableUnknownLedgerObject.Builder
-
Fill a builder with attribute values from the provided
UnknownLedgerObjectinstance. - from(VoteEntry) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableVoteEntry.Builder
-
Fill a builder with attribute values from the provided
VoteEntryinstance. - from(VoteEntryWrapper) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableVoteEntryWrapper.Builder
-
Fill a builder with attribute values from the provided
VoteEntryWrapperinstance. - from(XChainClaimAttestation) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimAttestation.Builder
-
Fill a builder with attribute values from the provided
XChainClaimAttestationinstance. - from(XChainClaimProofSig) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimProofSig.Builder
-
Fill a builder with attribute values from the provided
XChainClaimProofSiginstance. - from(XChainCreateAccountAttestation) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountAttestation.Builder
-
Fill a builder with attribute values from the provided
XChainCreateAccountAttestationinstance. - from(XChainCreateAccountProofSig) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountProofSig.Builder
-
Fill a builder with attribute values from the provided
XChainCreateAccountProofSiginstance. - from(XChainOwnedClaimIdObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject.Builder
-
Fill a builder with attribute values from the provided
XChainOwnedClaimIdObjectinstance. - from(XChainOwnedCreateAccountClaimIdObject) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject.Builder
-
Fill a builder with attribute values from the provided
XChainOwnedCreateAccountClaimIdObjectinstance. - from(AccountDelete) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.AccountDeleteinstance. - from(AccountSet) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.AccountSetinstance. - from(Address) - Static method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoRequestParams
-
Construct a new
AmmInfoRequestParamsthat specifies the AMM account to query. - from(Address) - Method in class org.xrpl.xrpl4j.model.transactions.Address.Builder
-
Fill a builder with attribute values from the provided
Addressinstance. - from(AmmBid) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.AmmBidinstance. - from(AmmClawback) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.AmmClawbackinstance. - from(AmmCreate) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.AmmCreateinstance. - from(AmmDelete) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.AmmDeleteinstance. - from(AmmDeposit) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.AmmDepositinstance. - from(AmmVote) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.AmmVoteinstance. - from(AmmWithdraw) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.AmmWithdrawinstance. - from(Batch) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Batchinstance. - from(BatchSigner) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSigner.Builder
-
Fill a builder with attribute values from the provided
BatchSignerinstance. - from(BatchSignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSignerWrapper.Builder
-
Fill a builder with attribute values from the provided
BatchSignerWrapperinstance. - from(CheckCancel) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.CheckCancelinstance. - from(CheckCash) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.CheckCashinstance. - from(CheckCreate) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.CheckCreateinstance. - from(Clawback) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Clawbackinstance. - from(Credential) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredential.Builder
-
Fill a builder with attribute values from the provided
Credentialinstance. - from(CredentialAccept) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.CredentialAcceptinstance. - from(CredentialCreate) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.CredentialCreateinstance. - from(CredentialDelete) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.CredentialDeleteinstance. - from(CredentialWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialWrapper.Builder
-
Fill a builder with attribute values from the provided
CredentialWrapperinstance. - from(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.CurrencyAmountinstance. - from(DelegateSet) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.DelegateSetinstance. - from(DepositPreAuth) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.DepositPreAuthinstance. - from(DidDelete) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.DidDeleteinstance. - from(DidSet) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.DidSetinstance. - from(EnableAmendment) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.EnableAmendmentinstance. - from(EscrowCancel) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.EscrowCancelinstance. - from(EscrowCreate) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.EscrowCreateinstance. - from(EscrowFinish) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.EscrowFinishinstance. - from(IssuedCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableIssuedCurrencyAmount.Builder
-
Fill a builder with attribute values from the provided
IssuedCurrencyAmountinstance. - from(Memo) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemo.Builder
-
Fill a builder with attribute values from the provided
Memoinstance. - from(MemoWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemoWrapper.Builder
-
Fill a builder with attribute values from the provided
MemoWrapperinstance. - from(AffectedNode) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableCreatedNode.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.metadata.AffectedNodeinstance. - from(AffectedNode) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.metadata.AffectedNodeinstance. - from(AffectedNode) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.metadata.AffectedNodeinstance. - from(CreatedNode<T>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableCreatedNode.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.metadata.CreatedNodeinstance. - from(DeletedNode<T>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.metadata.DeletedNodeinstance. - from(MetaAccountRootObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Fill a builder with attribute values from the provided
MetaAccountRootObjectinstance. - from(MetaAmmObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject.Builder
-
Fill a builder with attribute values from the provided
MetaAmmObjectinstance. - from(MetaAuctionSlot) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot.Builder
-
Fill a builder with attribute values from the provided
MetaAuctionSlotinstance. - from(MetaAuthAccount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccount.Builder
-
Fill a builder with attribute values from the provided
MetaAuthAccountinstance. - from(MetaAuthAccountWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccountWrapper.Builder
-
Fill a builder with attribute values from the provided
MetaAuthAccountWrapperinstance. - from(MetaBook) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBook.Builder
-
Fill a builder with attribute values from the provided
MetaBookinstance. - from(MetaBookWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBookWrapper.Builder
-
Fill a builder with attribute values from the provided
MetaBookWrapperinstance. - from(MetaBridgeObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject.Builder
-
Fill a builder with attribute values from the provided
MetaBridgeObjectinstance. - from(MetaCheckObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Fill a builder with attribute values from the provided
MetaCheckObjectinstance. - from(MetaCredential) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredential.Builder
-
Fill a builder with attribute values from the provided
MetaCredentialinstance. - from(MetaCredentialObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject.Builder
-
Fill a builder with attribute values from the provided
MetaCredentialObjectinstance. - from(MetaCredentialWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialWrapper.Builder
-
Fill a builder with attribute values from the provided
MetaCredentialWrapperinstance. - from(MetaDelegateObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject.Builder
-
Fill a builder with attribute values from the provided
MetaDelegateObjectinstance. - from(MetaDepositPreAuthObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject.Builder
-
Fill a builder with attribute values from the provided
MetaDepositPreAuthObjectinstance. - from(MetaDidObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject.Builder
-
Fill a builder with attribute values from the provided
MetaDidObjectinstance. - from(MetaEscrowObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Fill a builder with attribute values from the provided
MetaEscrowObjectinstance. - from(MetaLedgerEntryType) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaLedgerEntryType.Builder
-
Fill a builder with attribute values from the provided
MetaLedgerEntryTypeinstance. - from(MetaMpTokenIssuanceObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Fill a builder with attribute values from the provided
MetaMpTokenIssuanceObjectinstance. - from(MetaMpTokenObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject.Builder
-
Fill a builder with attribute values from the provided
MetaMpTokenObjectinstance. - from(MetaNfTokenOfferObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Fill a builder with attribute values from the provided
MetaNfTokenOfferObjectinstance. - from(MetaNfTokenPageObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject.Builder
-
Fill a builder with attribute values from the provided
MetaNfTokenPageObjectinstance. - from(MetaOfferObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Fill a builder with attribute values from the provided
MetaOfferObjectinstance. - from(MetaOracleObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject.Builder
-
Fill a builder with attribute values from the provided
MetaOracleObjectinstance. - from(MetaPayChannelObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Fill a builder with attribute values from the provided
MetaPayChannelObjectinstance. - from(MetaPermissionedDomainObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject.Builder
-
Fill a builder with attribute values from the provided
MetaPermissionedDomainObjectinstance. - from(MetaRippleStateObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Fill a builder with attribute values from the provided
MetaRippleStateObjectinstance. - from(MetaSignerEntry) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerEntry.Builder
-
Fill a builder with attribute values from the provided
MetaSignerEntryinstance. - from(MetaSignerEntryWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerEntryWrapper.Builder
-
Fill a builder with attribute values from the provided
MetaSignerEntryWrapperinstance. - from(MetaSignerListObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject.Builder
-
Fill a builder with attribute values from the provided
MetaSignerListObjectinstance. - from(MetaTicketObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject.Builder
-
Fill a builder with attribute values from the provided
MetaTicketObjectinstance. - from(MetaUnknownObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaUnknownObject.Builder
-
Fill a builder with attribute values from the provided
MetaUnknownObjectinstance. - from(MetaVoteEntry) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaVoteEntry.Builder
-
Fill a builder with attribute values from the provided
MetaVoteEntryinstance. - from(MetaVoteEntryWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaVoteEntryWrapper.Builder
-
Fill a builder with attribute values from the provided
MetaVoteEntryWrapperinstance. - from(MetaXChainClaimAttestation) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimAttestation.Builder
-
Fill a builder with attribute values from the provided
MetaXChainClaimAttestationinstance. - from(MetaXChainClaimProofSig) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig.Builder
-
Fill a builder with attribute values from the provided
MetaXChainClaimProofSiginstance. - from(MetaXChainCreateAccountAttestation) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountAttestation.Builder
-
Fill a builder with attribute values from the provided
MetaXChainCreateAccountAttestationinstance. - from(MetaXChainCreateAccountProofSig) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig.Builder
-
Fill a builder with attribute values from the provided
MetaXChainCreateAccountProofSiginstance. - from(MetaXChainOwnedClaimIdObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject.Builder
-
Fill a builder with attribute values from the provided
MetaXChainOwnedClaimIdObjectinstance. - from(MetaXChainOwnedCreateAccountClaimIdObject) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject.Builder
-
Fill a builder with attribute values from the provided
MetaXChainOwnedCreateAccountClaimIdObjectinstance. - from(ModifiedNode<T>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.metadata.ModifiedNodeinstance. - from(MptCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMptCurrencyAmount.Builder
-
Fill a builder with attribute values from the provided
MptCurrencyAmountinstance. - from(MpTokenAuthorize) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.MpTokenAuthorizeinstance. - from(MpTokenIssuanceCreate) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceCreateinstance. - from(MpTokenIssuanceDestroy) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceDestroyinstance. - from(MpTokenIssuanceSet) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceSetinstance. - from(NfTokenAcceptOffer) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.NfTokenAcceptOfferinstance. - from(NfTokenBurn) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.NfTokenBurninstance. - from(NfTokenCancelOffer) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.NfTokenCancelOfferinstance. - from(NfTokenCreateOffer) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.NfTokenCreateOfferinstance. - from(NfTokenMint) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.NfTokenMintinstance. - from(OfferCancel) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.OfferCancelinstance. - from(OfferCreate) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.OfferCreateinstance. - from(OracleDelete) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.OracleDeleteinstance. - from(OracleSet) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.OracleSetinstance. - from(PathStep) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePathStep.Builder
-
Fill a builder with attribute values from the provided
PathStepinstance. - from(Payment) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Paymentinstance. - from(PaymentChannelClaim) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.PaymentChannelClaiminstance. - from(PaymentChannelCreate) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.PaymentChannelCreateinstance. - from(PaymentChannelFund) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.PaymentChannelFundinstance. - from(Permission) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermission.Builder
-
Fill a builder with attribute values from the provided
Permissioninstance. - from(PermissionedDomainDelete) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.PermissionedDomainDeleteinstance. - from(PermissionedDomainSet) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.PermissionedDomainSetinstance. - from(PermissionWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionWrapper.Builder
-
Fill a builder with attribute values from the provided
PermissionWrapperinstance. - from(PriceData) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceData.Builder
-
Fill a builder with attribute values from the provided
PriceDatainstance. - from(PriceDataWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceDataWrapper.Builder
-
Fill a builder with attribute values from the provided
PriceDataWrapperinstance. - from(RawTransactionWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableRawTransactionWrapper.Builder
-
Fill a builder with attribute values from the provided
RawTransactionWrapperinstance. - from(SetFee) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.SetFeeinstance. - from(SetRegularKey) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.SetRegularKeyinstance. - from(Signer) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSigner.Builder
-
Fill a builder with attribute values from the provided
Signerinstance. - from(SignerListSet) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.SignerListSetinstance. - from(SignerWrapper) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerWrapper.Builder
-
Fill a builder with attribute values from the provided
SignerWrapperinstance. - from(TicketCreate) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.TicketCreateinstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(Transaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.Transactioninstance. - from(TransactionMetadata) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Fill a builder with attribute values from the provided
TransactionMetadatainstance. - from(TrustSet) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.TrustSetinstance. - from(UnknownTransaction) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.UnknownTransactioninstance. - from(UnlModify) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.UnlModifyinstance. - from(Wrappers._XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount.Builder
-
Copy abstract value type
_XrpCurrencyAmountinstance into builder. - from(XAddress) - Method in class org.xrpl.xrpl4j.model.transactions.XAddress.Builder
-
Fill a builder with attribute values from the provided
XAddressinstance. - from(XChainAccountCreateCommit) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.XChainAccountCreateCommitinstance. - from(XChainAddAccountCreateAttestation) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.XChainAddAccountCreateAttestationinstance. - from(XChainAddClaimAttestation) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.XChainAddClaimAttestationinstance. - from(XChainBridge) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainBridge.Builder
-
Fill a builder with attribute values from the provided
XChainBridgeinstance. - from(XChainClaim) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.XChainClaiminstance. - from(XChainCommit) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.XChainCommitinstance. - from(XChainCreateBridge) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.XChainCreateBridgeinstance. - from(XChainCreateClaimId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.XChainCreateClaimIdinstance. - from(XChainModifyBridge) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Fill a builder with attribute values from the provided
org.xrpl.xrpl4j.model.transactions.XChainModifyBridgeinstance. - from(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount.Builder
-
Fill a builder with attribute values from the provided
XrpCurrencyAmountinstance. - fromBase16(String) - Static method in interface org.xrpl.xrpl4j.crypto.signing.Signature
-
Static builder.
- fromBase16EncodedPublicKey(String) - Static method in interface org.xrpl.xrpl4j.crypto.keys.PublicKey
-
Construct a
PrivateKeyfrom a base16-encoded (HEX)String. - fromBase58EncodedPublicKey(String) - Static method in interface org.xrpl.xrpl4j.crypto.keys.PublicKey
- fromBase58EncodedSecret(Base58EncodedSecret) - Static method in interface org.xrpl.xrpl4j.crypto.keys.Seed
-
Construct a
Seedfrom the suppliedbase58EncodedSecret. - fromDer(byte[]) - Static method in interface org.xrpl.xrpl4j.crypto.signing.bc.EcDsaSignature
-
Create an
EcDsaSignaturefrom a DER encoded byte array signature. - fromHex(String) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
-
Converts a hex string to an
UnsignedByteArray. - fromHex(String) - Method in class org.xrpl.xrpl4j.codec.binary.types.HashType
- fromHex(String) - Method in class org.xrpl.xrpl4j.codec.binary.types.SerializedType
-
Construct a concrete instance of
SerializedTypefrom the suppliedhex. - fromHex(String, int) - Method in class org.xrpl.xrpl4j.codec.binary.types.SerializedType
-
Construct a concrete instance of
SerializedTypefrom the suppliedhex. - fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.AccountIdType
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.BlobType
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.CurrencyType
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.Hash128Type
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.Hash160Type
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.Hash256Type
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.HopType
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.IssueType
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.PathSetType
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.PathType
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.SerializedType
-
Obtain a
SerializedTypeusing the suppliednode. - fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.STArrayType
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.STObjectType
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.UInt16Type
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.UInt192Type
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.UInt32Type
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.UInt64Type
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.UInt8Type
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.Vector256Type
- fromJson(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.XChainBridgeType
- fromJson(JsonNode, FieldInstance) - Method in class org.xrpl.xrpl4j.codec.binary.types.SerializedType
- fromJson(JsonNode, FieldInstance) - Method in class org.xrpl.xrpl4j.codec.binary.types.UInt64Type
- fromJson(String) - Method in class org.xrpl.xrpl4j.codec.binary.types.SerializedType
-
Construct a concrete instance of
SerializedTypefrom the suppliedjson. - fromNaturalBytes(UnsignedByteArray, KeyType) - Static method in class org.xrpl.xrpl4j.crypto.keys.PrivateKey
-
Instantiates a new instance of
PrivateKeyusing the supplied 32 bytes and specified key type. - fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.AccountIdType
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.CurrencyType
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.Hash128Type
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.Hash160Type
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.Hash256Type
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.HopType
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.IssueType
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.PathSetType
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.PathType
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.SerializedType
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.STArrayType
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.STObjectType
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.UInt16Type
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.UInt192Type
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.UInt32Type
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.UInt64Type
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.UInt8Type
- fromParser(BinaryParser) - Method in class org.xrpl.xrpl4j.codec.binary.types.XChainBridgeType
- fromParser(BinaryParser, int) - Method in class org.xrpl.xrpl4j.codec.binary.types.BlobType
- fromParser(BinaryParser, int) - Method in class org.xrpl.xrpl4j.codec.binary.types.SerializedType
- fromParser(BinaryParser, int) - Method in class org.xrpl.xrpl4j.codec.binary.types.Vector256Type
- fromPrefixedBytes(UnsignedByteArray) - Static method in class org.xrpl.xrpl4j.crypto.keys.PrivateKey
-
Instantiates a new instance of
PrivateKeyusing the supplied bytes by inspecting the first byte out of 33 to see whichKeyTypeto assign. - frozenBalances() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesResult
-
Amounts issued to addresses where the trustline is frozen.
- frozenBalances() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult
-
Amounts issued to addresses where the trustline is frozen.
- frozenBalances(GatewayBalancesHotWallets) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult.Builder
-
Initializes the value for the
frozenBalancesattribute. - fulfillment() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowFinish
-
Hex value of the PREIMAGE-SHA-256 crypto-condition fulfillment matching the held payment's
EscrowFinish.condition(). - fulfillment() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
Hex value of the PREIMAGE-SHA-256 crypto-condition fulfillment matching the held payment's
ImmutableEscrowFinish.condition(). - fulfillment(Fulfillment<?>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
fulfillmentto fulfillment. - fulfillment(Optional<? extends Fulfillment<?>>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
fulfillmentto fulfillment. - fulfillmentRawValue() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowFinish
-
The raw, hex-encoded value of the PREIMAGE-SHA-256 crypto-condition fulfillment matching the held payment's
EscrowFinish.condition(). - fulfillmentRawValue() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
The raw, hex-encoded value of the PREIMAGE-SHA-256 crypto-condition fulfillment matching the held payment's
ImmutableEscrowFinish.condition(). - fulfillmentRawValue(String) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
fulfillmentRawValueto fulfillmentRawValue. - fulfillmentRawValue(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
fulfillmentRawValueto fulfillmentRawValue. - full() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams
-
If true, return full information on the entire ledger.
- full() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerRequestParams
-
If true, return full information on the entire ledger.
- full(boolean) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams.Builder
-
Initializes the value for the
fullattribute. - FULLY_CANONICAL_SIG - Static variable in class org.xrpl.xrpl4j.model.flags.TransactionFlags
-
Corresponds to the
tfFullyCanonicalSigflag.
G
- GATEWAY_BALANCES - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the gateway_balances rippled API method.
- GatewayBalancesAssets - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Total amounts held that are issued by others.
- GatewayBalancesAssetsDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
GatewayBalancesAssets. - GatewayBalancesAssetsDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.GatewayBalancesAssetsDeserializer
-
No-args constructor.
- GatewayBalancesHotWallets - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Amounts issued to the hotwallet addresses from the request.
- GatewayBalancesHotWalletsDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
GatewayBalancesHotWallets. - GatewayBalancesHotWalletsDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.GatewayBalancesHotWalletsDeserializer
-
No-args constructor.
- GatewayBalancesIssuedCurrencyAmount - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Similar to, but deliberately different from
IssuedCurrencyAmount. - GatewayBalancesObligations - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Total amounts issued to addresses not included in the original request.
- GatewayBalancesObligationsDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
GatewayBalancesObligations. - GatewayBalancesObligationsDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.GatewayBalancesObligationsDeserializer
-
No-args constructor.
- GatewayBalancesRequestParams - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Request parameters for the gateway_balances rippled method.
- GatewayBalancesResult - Interface in org.xrpl.xrpl4j.model.client.accounts
-
The result of the gateway_balances rippled call.
- GENESIS_ACCOUNT - Static variable in interface org.xrpl.xrpl4j.model.AddressConstants
-
When rippled starts a new genesis ledger from scratch (for example, in stand-alone mode), this account holds all the XRP.
- get() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.DefaultDefinitionsProvider
- get(int) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
-
Gets the
UnsignedByteat a given index. - GET_AGGREGATE_PRICE - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
- GetAggregatePriceRequestParams - Interface in org.xrpl.xrpl4j.model.client.oracle
-
Request parameters for the
get_aggregate_priceRPC method. - GetAggregatePriceResult - Interface in org.xrpl.xrpl4j.model.client.oracle
-
Result object for
get_aggregate_priceRPC calls. - getExponent(BigDecimal) - Static method in class org.xrpl.xrpl4j.codec.binary.math.MathUtils
-
Get the exponent value for
value. - getFieldHeader(String) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.DefinitionsService
-
Obtain an optionally-present field header with the specified field name.
- getFieldId(String) - Method in class org.xrpl.xrpl4j.codec.binary.FieldHeaderCodec
- getFieldInfo(String) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.DefinitionsService
-
Obtain the field info for the specified field name.
- getFieldInstance(String) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.DefinitionsService
-
Obtain an optionally-present field instance with the specified field header name.
- getFieldName(FieldHeader) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.DefinitionsService
-
Obtain the field name for the specified field header.
- getHighBits() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
-
Gets the 4 high order bits of the underlying
UnsignedByte. - getInstance() - Static method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
- getInstance() - Static method in class org.xrpl.xrpl4j.codec.addresses.PrivateKeyCodec
- getInstance() - Static method in class org.xrpl.xrpl4j.codec.addresses.PublicKeyCodec
- getInstance() - Static method in class org.xrpl.xrpl4j.codec.addresses.SeedCodec
- getInstance() - Static method in interface org.xrpl.xrpl4j.codec.binary.definitions.DefinitionsProvider
- getInstance() - Static method in class org.xrpl.xrpl4j.codec.binary.definitions.DefinitionsService
-
Obtain the JVM-wide instance of this
DefinitionsService. - getInstance() - Static method in class org.xrpl.xrpl4j.codec.binary.FieldHeaderCodec
- getInstance() - Static method in class org.xrpl.xrpl4j.codec.binary.XrplBinaryCodec
-
Get a singleton instance of
XrplBinaryCodec. - getInstance() - Static method in class org.xrpl.xrpl4j.crypto.signing.SignatureUtils
-
Get the singleton instance of
SignatureUtils. - getLowBits() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
-
Gets the 4 low order bits of the underlying
UnsignedByte. - getNameByType(SerializedType<?>) - Static method in class org.xrpl.xrpl4j.codec.binary.types.SerializedType
-
Get the name of the supplied type.
- getObjectMapper() - Static method in class org.xrpl.xrpl4j.codec.binary.BinaryCodecObjectMapperFactory
- getTypeByName(String) - Static method in class org.xrpl.xrpl4j.codec.binary.types.SerializedType
-
Get the
SerializedTypefor the suppliedname. - getTypeOrdinal(String) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.DefinitionsService
-
Obtain the type ordinal for the specified type name.
- getUnsignedBytes() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
- getValue() - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndexShortcut
-
Accessor for the value of this shortcut.
- getValue() - Method in class org.xrpl.xrpl4j.model.flags.Flags
-
Get the underlying value of this
Flags. - getValue() - Method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Get the underlying value of this
FluentCompareTo. - getValue() - Method in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
Get the underlying value of this
AccountSet.AccountSetFlag. - getValues() - Method in enum org.xrpl.xrpl4j.codec.addresses.Version
- getValuesAsBytes() - Method in enum org.xrpl.xrpl4j.codec.addresses.Version
-
Get values as a byte array.
- getWidth() - Method in class org.xrpl.xrpl4j.codec.binary.types.HashType
- GLOBAL_FREEZE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
Freeze all assets issued by this account.
- GLOBAL_FREEZE - Static variable in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Constant
AccountRootFlagsfor thelsfGlobalFreezeaccount flag. - GranularPermission - Enum in org.xrpl.xrpl4j.model.transactions
-
Enumeration of granular permission types for delegated credentials.
- greaterThan(T) - Method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Checks if wrapped value is greater than than the given one.
- greaterThanEqualTo(T) - Method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Checks if wrapped value is greater than or equal to than the given one.
H
- handle(Consumer<RippledServerInfo>, Consumer<ClioServerInfo>, Consumer<ReportingModeServerInfo>) - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo
-
Handle this
ServerInfodepending on its actual polymorphic sub-type. - handle(Consumer<Hash256>, Consumer<LedgerIndex>, Consumer<LedgerIndexShortcut>) - Method in interface org.xrpl.xrpl4j.model.client.common.LedgerSpecifier
-
Handle this
LedgerSpecifierdepending on which specifier is present. - handle(Consumer<CreatedNode<T>>, Consumer<ModifiedNode<T>>, Consumer<DeletedNode<T>>) - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.AffectedNode
-
Handle this
AffectedNodedepending on its actual polymorphic subtype. - handle(Consumer<XrpCurrencyAmount>, Consumer<IssuedCurrencyAmount>, Consumer<MptCurrencyAmount>) - Method in interface org.xrpl.xrpl4j.model.transactions.CurrencyAmount
-
Handle this
CurrencyAmountdepending on its actual polymorphic subtype. - hash() - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableMultiSignedTransaction
-
The hash of the
ImmutableMultiSignedTransaction.signedTransactionBytes()which can be used as a handle to the transaction even though the transaction hasn't yet been submitted to the XRP Ledger. - hash() - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSingleSignedTransaction
-
The hash of the
ImmutableSingleSignedTransaction.signedTransactionBytes()which can be used as a handle to the transaction even though the transaction hasn't yet been submitted to the XRP Ledger. - hash() - Method in interface org.xrpl.xrpl4j.crypto.signing.SignedTransaction
-
The hash of the
SignedTransaction.signedTransactionBytes()which can be used as a handle to the transaction even though the transaction hasn't yet been submitted to the XRP Ledger. - hash() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsTransaction
-
The transaction hash of this transaction.
- hash() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransaction
-
The transaction hash of this transaction.
- hash() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableValidatedLedger
-
Unique hash for the ledger, as hexadecimal.
- hash() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.ValidatedLedger
-
Unique hash for the ledger, as hexadecimal.
- hash() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult
-
The identifying hash of the
Transaction. - hash() - Method in interface org.xrpl.xrpl4j.model.client.transactions.TransactionResult
-
The identifying hash of the
Transaction. - hash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransaction.Builder
-
Initializes the value for the
hashattribute. - hash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableValidatedLedger.Builder
-
Initializes the value for the
hashattribute. - hash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult.Builder
-
Initializes the value for the
hashattribute. - Hash128Type - Class in org.xrpl.xrpl4j.codec.binary.types
-
Codec for XRPL Hash128 type.
- Hash128Type() - Constructor for class org.xrpl.xrpl4j.codec.binary.types.Hash128Type
- Hash128Type(UnsignedByteArray) - Constructor for class org.xrpl.xrpl4j.codec.binary.types.Hash128Type
- Hash160Type - Class in org.xrpl.xrpl4j.codec.binary.types
-
Codec for XRPL Hash160 type.
- Hash160Type() - Constructor for class org.xrpl.xrpl4j.codec.binary.types.Hash160Type
- Hash160Type(UnsignedByteArray) - Constructor for class org.xrpl.xrpl4j.codec.binary.types.Hash160Type
- Hash256 - Class in org.xrpl.xrpl4j.model.transactions
-
A wrapped
Stringcontaining the Hex representation of a 256-bit Hash. - Hash256Deserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
Hash256s. - Hash256Deserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.Hash256Deserializer
-
No-args constructor.
- Hash256Serializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
Hash256s. - Hash256Serializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.Hash256Serializer
-
No-args constructor.
- Hash256Type - Class in org.xrpl.xrpl4j.codec.binary.types
-
Codec for XRPL Hash256 type.
- Hash256Type() - Constructor for class org.xrpl.xrpl4j.codec.binary.types.Hash256Type
- Hash256Type(UnsignedByteArray) - Constructor for class org.xrpl.xrpl4j.codec.binary.types.Hash256Type
- hashCode() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
-
Computes a hash code from attributes:
classicAddress,tag,test. - hashCode() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
-
Computes a hash code from attributes:
version,bytes,type. - hashCode() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
-
Computes a hash code from attributes:
accountId,tag,test. - hashCode() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
- hashCode() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
- hashCode() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableDefinitions
-
Computes a hash code from attributes:
types,fields,ledgerEntryTypes,transactionTypes,transactionResults,permissionValues. - hashCode() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInfo
-
Computes a hash code from attributes:
nth,isSigningField,isSerialized,type,isVariableLengthEncoded. - hashCode() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance
-
Computes a hash code from attributes:
nth,isSigningField,isSerialized,name,type,isVariableLengthEncoded,header. - hashCode() - Method in class org.xrpl.xrpl4j.codec.binary.ImmutableFieldHeader
-
Computes a hash code from attributes:
fieldCode,typeCode. - hashCode() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableFieldWithValue
-
Computes a hash code from attributes:
field,value. - hashCode() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableHop
-
Computes a hash code from attributes:
issuer,account,currency. - hashCode() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableIssue
-
Computes a hash code from attributes:
currency,issuer. - hashCode() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableXChainBridge
-
Computes a hash code from attributes:
issuingChainDoor,issuingChainIssue,lockingChainDoor,lockingChainIssue. - hashCode() - Method in class org.xrpl.xrpl4j.crypto.keys.Entropy
- hashCode() - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutableBase58EncodedSecret
-
Computes a hash code from attributes:
value,decodedValueBytes. - hashCode() - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutableKeyPair
-
Computes a hash code from attributes:
privateKey,publicKey. - hashCode() - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutablePublicKey
-
Computes a hash code from attributes:
value,base58Value,base16Value,keyType. - hashCode() - Method in class org.xrpl.xrpl4j.crypto.keys.Passphrase
- hashCode() - Method in class org.xrpl.xrpl4j.crypto.keys.PrivateKey
- hashCode() - Method in class org.xrpl.xrpl4j.crypto.keys.Seed.DefaultSeed
- hashCode() - Method in class org.xrpl.xrpl4j.crypto.ServerSecret
- hashCode() - Method in class org.xrpl.xrpl4j.crypto.signing.bc.ImmutableEcDsaSignature
-
Computes a hash code from attributes:
r,s,der. - hashCode() - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableMultiSignedTransaction
-
Computes a hash code from attributes:
unsignedTransaction,signedTransactionBytes,hash,signerSet,signedTransaction. - hashCode() - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSignature
-
Computes a hash code from attributes:
value. - hashCode() - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSingleSignedTransaction
-
Computes a hash code from attributes:
unsignedTransaction,signedTransaction,signedTransactionBytes,hash,signature. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams
-
Computes a hash code from attributes:
account,destinationAccount,ledgerSpecifier,limit,marker. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult
-
Computes a hash code from attributes:
status,account,channels,ledgerHash,ledgerIndex,ledgerCurrentIndex,validated,limit,marker. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesRequestParams
-
Computes a hash code from attributes:
account,ledgerSpecifier,strict. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult
-
Computes a hash code from attributes:
status,ledgerHash,ledgerIndex,ledgerCurrentIndex,validated,receiveCurrencies,sendCurrencies. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoRequestParams
-
Computes a hash code from attributes:
account,ledgerSpecifier,strict,queue,signerLists. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoResult
-
Computes a hash code from attributes:
status,accountData,ledgerIndex,ledgerCurrentIndex,queueData,validated. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams
-
Computes a hash code from attributes:
account,ledgerSpecifier,peer,limit,marker. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult
-
Computes a hash code from attributes:
status,account,lines,ledgerHash,ledgerIndex,ledgerCurrentIndex,marker. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsRequestParams
-
Computes a hash code from attributes:
account,limit,marker. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult
-
Computes a hash code from attributes:
status,account,accountNfts,ledgerIndex,ledgerCurrentIndex,ledgerHash,validated,limit,marker. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams
-
Computes a hash code from attributes:
account,type,deletionBlockersOnly,ledgerSpecifier,limit,marker. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult
-
Computes a hash code from attributes:
status,account,accountObjects,ledgerHash,ledgerIndex,ledgerCurrentIndex,limit,marker,validated. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams
-
Computes a hash code from attributes:
account,ledgerSpecifier,strict,limit,marker. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult
-
Computes a hash code from attributes:
status,account,offers,ledgerHash,ledgerIndex,ledgerCurrentIndex,marker. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams
-
Computes a hash code from attributes:
account,ledgerIndexMinimum,ledgerIndexMaximum,ledgerSpecifier,binary,forward,limit,marker. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult
-
Computes a hash code from attributes:
status,account,ledgerIndexMinimum,ledgerIndexMaximum,limit,marker,transactions,validated. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransaction
-
Computes a hash code from attributes:
transaction,hash,ledgerIndex,closeDate. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransactionResult
-
Computes a hash code from attributes:
status,resultTransaction,metadata,validated. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesAssets
-
Computes a hash code from attributes:
balancesByIssuer. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesHotWallets
-
Computes a hash code from attributes:
balancesByHolder. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesIssuedCurrencyAmount
-
Computes a hash code from attributes:
value,currency. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesObligations
-
Computes a hash code from attributes:
balances. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesRequestParams
-
Computes a hash code from attributes:
account,hotWallets,ledgerSpecifier,strict. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult
-
Computes a hash code from attributes:
status,account,assets,balances,obligations,frozenBalances,ledgerHash,ledgerIndex,ledgerCurrentIndex,validated. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableNfTokenObject
-
Computes a hash code from attributes:
nfTokenId,uri,flags,issuer,taxon,nftSerial,transferFee. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableOfferResultObject
-
Computes a hash code from attributes:
status,flags,seq,takerGets,takerPays,quality,expiration. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutablePaymentChannelResultObject
-
Computes a hash code from attributes:
account,amount,balance,channelId,destinationAccount,settleDelay,publicKey,publicKeyHex,expiration,cancelAfter,sourceTag,destinationTag. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData
-
Computes a hash code from attributes:
transactionCount,authChangeQueued,lowestSequence,highestSequence,maxSpendDropsTotal,transactions. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueTransaction
-
Computes a hash code from attributes:
authChange,fee,feeLevel,maxSpendDrops,sequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
Computes a hash code from attributes:
account,balance,currency,limit,limitPeer,qualityIn,qualityOut,noRipple,noRipplePeer,authorized,peerAuthorized,freeze,freezePeer,deepFreeze,deepFreezePeer. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.admin.ImmutableAcceptLedgerResult
-
Computes a hash code from attributes:
status,ledgerCurrentIndex. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo
-
Computes a hash code from attributes:
status,account,amount,amount2,assetFrozen,asset2Frozen,auctionSlot,lpToken,tradingFee,voteSlots. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuctionSlot
-
Computes a hash code from attributes:
account,authAccounts,discountedFee,expiration,price,timeInterval. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoAuthAccount
-
Computes a hash code from attributes:
account. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoRequestParams
-
Computes a hash code from attributes:
ammAccount,asset,asset2. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult
-
Computes a hash code from attributes:
status,amm,ledgerIndex,ledgerCurrentIndex,validated,ledgerHash. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoVoteEntry
-
Computes a hash code from attributes:
account,tradingFee,voteWeight. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyRequestParams
-
Computes a hash code from attributes:
amount,channelId,publicKey,signature. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableChannelVerifyResult
-
Computes a hash code from attributes:
status,signatureVerified. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.channels.ImmutableUnsignedClaim
-
Computes a hash code from attributes:
channel,amount. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.common.ImmutableLedgerSpecifier
-
Computes a hash code from attributes:
ledgerHash,ledgerIndex,ledgerIndexShortcut. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndex
- hashCode() - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndexShortcut
- hashCode() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableComputedNetworkFees
-
Computes a hash code from attributes:
feeLow,feeMedium,feeHigh,queuePercentage,recommendedFee,isTranactionQueueFull,isTransactionQueueEmpty. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableDecomposedFees
-
Computes a hash code from attributes:
adjustedMinimumFeeDrops,adjustedMinimumFeeDropsAsBigDecimal,medianFeeDrops,medianFeeDropsAsBigDecimal,openLedgerFeeDrops,openLedgerFeeDropsAsBigDecimal,queuePercentage. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeDrops
-
Computes a hash code from attributes:
baseFee,minimumFee,medianFee,openLedgerFee. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeLevels
-
Computes a hash code from attributes:
medianLevel,minimumLevel,openLedgerLevel,referenceLevel. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult
-
Computes a hash code from attributes:
status,currentLedgerSize,currentQueueSize,drops,expectedLedgerSize,ledgerCurrentIndex,levels,maxQueueSize. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ImmutableFinality
-
Computes a hash code from attributes:
finalityStatus,resultCode. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableAmmLedgerEntryParams
-
Computes a hash code from attributes:
asset,asset2. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableCredentialLedgerEntryParams
-
Computes a hash code from attributes:
subject,issuer,credentialType. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDelegateLedgerEntryParams
-
Computes a hash code from attributes:
account,authorize. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthCredential
-
Computes a hash code from attributes:
issuer,credentialType. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams
-
Computes a hash code from attributes:
owner,authorized,authorizedCredentials. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableEscrowLedgerEntryParams
-
Computes a hash code from attributes:
owner,seq. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Computes a hash code from attributes:
ledgerSpecifier,binary,index,accountRoot,amm,offer,rippleState,check,credential,escrow,paymentChannel,nftPage,depositPreAuth,ticket,did,bridgeAccount,bridge,oracle,mptIssuance,mpToken,permissionedDomain,delegate,ledgerObjectClass. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult
-
Computes a hash code from attributes:
status,node,ledgerHash,ledgerIndex,ledgerCurrentIndex,validated,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams
-
Computes a hash code from attributes:
ledgerSpecifier,full,accounts,transactions,expand,ownerFunds,binary,queue. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult
-
Computes a hash code from attributes:
status,ledger,ledgerHash,ledgerIndex,ledgerCurrentIndex,validated. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableMpTokenLedgerEntryParams
-
Computes a hash code from attributes:
mpTokenIssuanceId,account. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOfferLedgerEntryParams
-
Computes a hash code from attributes:
account,seq. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOracleLedgerEntryParams
-
Computes a hash code from attributes:
account,oracleDocumentId. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutablePermissionedDomainLedgerEntryParams
-
Computes a hash code from attributes:
account,seq. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateAccounts
-
Computes a hash code from attributes:
accounts. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableRippleStateLedgerEntryParams
-
Computes a hash code from attributes:
accounts,currency. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableTicketLedgerEntryParams
-
Computes a hash code from attributes:
account,ticketSeq. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken
-
Computes a hash code from attributes:
account,flags,mptAmount,lockedAmount,mpTokenIndex. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams
-
Computes a hash code from attributes:
mpTokenIssuanceId,ledgerSpecifier,marker,limit. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse
-
Computes a hash code from attributes:
status,mpTokenIssuanceId,mpTokens,marker,limit,ledgerIndex. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableBuyOffer
-
Computes a hash code from attributes:
amount,flags,nftOfferIndex,owner. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams
-
Computes a hash code from attributes:
nfTokenId,ledgerSpecifier,limit,marker. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult
-
Computes a hash code from attributes:
status,nfTokenId,offers,limit,marker. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoRequestParams
-
Computes a hash code from attributes:
nfTokenId,ledgerSpecifier. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult
-
Computes a hash code from attributes:
status,nftId,ledgerIndex,owner,burned,flags,transferFee,issuer,nftTaxon,nftSerial,uri. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams
-
Computes a hash code from attributes:
nfTokenId,ledgerSpecifier,limit,marker. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult
-
Computes a hash code from attributes:
status,nfTokenId,offers,limit,marker. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableSellOffer
-
Computes a hash code from attributes:
amount,flags,nftOfferIndex,owner. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableAggregatePriceSet
-
Computes a hash code from attributes:
meanString,size,standardDeviationString. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceRequestParams
-
Computes a hash code from attributes:
ledgerSpecifier,baseAsset,quoteAsset,trim,trimThreshold,oracles. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult
-
Computes a hash code from attributes:
status,entireSet,trimmedSet,medianString,time,ledgerHash,ledgerIndex,ledgerCurrentIndex,validated. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
Computes a hash code from attributes:
ledgerEntryType,account,flags,sequence,takerPays,takerGets,bookDirectory,bookNode,ownerNode,previousTransactionId,previousTransactionLedgerSequence,expiration,index,ownerFundsString,ownerFunds,takerGetsFunded,takerPaysFunded,qualityString,quality,domainId,additionalBooks. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersRequestParams
-
Computes a hash code from attributes:
takerGets,takerPays,taker,domain,ledgerSpecifier,limit. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult
-
Computes a hash code from attributes:
status,offers,ledgerHash,ledgerIndex,ledgerCurrentIndex. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedRequestParams
-
Computes a hash code from attributes:
sourceAccount,destinationAccount,credentials,ledgerSpecifier. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult
-
Computes a hash code from attributes:
status,sourceAccount,destinationAccount,credentials,depositAuthorized,ledgerHash,ledgerIndex,ledgerCurrentIndex,validated. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathAlternative
-
Computes a hash code from attributes:
pathsComputed,sourceAmount. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathCurrency
-
Computes a hash code from attributes:
currency,issuer. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams
-
Computes a hash code from attributes:
sourceAccount,destinationAccount,destinationAmount,sendMax,sourceCurrencies,domain,ledgerSpecifier. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindResult
-
Computes a hash code from attributes:
status,alternatives,destinationAccount,destinationCurrencies. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo
-
Computes a hash code from attributes:
completeLedgers,loadFactor,validatedLedger,validationQuorum,networkId,clioVersion,rippledVersion. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType
-
Computes a hash code from attributes:
jobType,inProgress,peakTime,perSecond,averageTime. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLastClose
-
Computes a hash code from attributes:
convergeTimeSeconds,proposers. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLoad
-
Computes a hash code from attributes:
jobTypes,threads. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
Computes a hash code from attributes:
completeLedgers,loadFactor,validatedLedger,validationQuorum,networkId,amendmentBlocked,buildVersion,hostId,ioLatencyMs,lastClose,load,loadFactorLocal,loadFactorNet,loadFactorCluster,loadFactorFeeEscalation,loadFactorFeeQueue,loadFactorServer,publicKeyNode,serverState,serverStateDurationUs,time,upTime,closedLedger,publicKeyValidator,validatorListExpires. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
Computes a hash code from attributes:
completeLedgers,loadFactor,validatedLedger,validationQuorum,networkId,amendmentBlocked,buildVersion,hostId,ioLatencyMs,jqTransOverflow,lastClose,load,loadFactorLocal,loadFactorNet,loadFactorCluster,loadFactorFeeEscalation,loadFactorFeeQueue,loadFactorServer,peers,peerDisconnects,peerDisconnectsResources,publicKeyNode,serverState,serverStateDurationUs,time,upTime,closedLedger,publicKeyValidator,validatorListExpires. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableServerInfoResult
-
Computes a hash code from attributes:
status,info. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableValidatedLedger
-
Computes a hash code from attributes:
age,hash,reserveBaseXrp,reserveIncXrp,sequence,baseFeeXrp. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedRequestParams
-
Computes a hash code from attributes:
transaction. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitMultiSignedResult
-
Computes a hash code from attributes:
status,engineResult,engineResultCode,engineResultMessage,transactionBlob,transaction. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitRequestParams
-
Computes a hash code from attributes:
txBlob. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult
-
Computes a hash code from attributes:
status,engineResult,engineResultMessage,transactionBlob,transactionResult,accepted,accountSequenceAvailable,accountSequenceNext,applied,broadcast,kept,queued,openLedgerCost,validatedLedgerIndex. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionRequestParams
-
Computes a hash code from attributes:
transaction,binary,minLedger,maxLedger. - hashCode() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult
-
Computes a hash code from attributes:
status,transaction,ledgerIndex,hash,validated,metadata,closeDate. - hashCode() - Method in class org.xrpl.xrpl4j.model.flags.Flags
- hashCode() - Method in class org.xrpl.xrpl4j.model.immutables.Wrapper
- hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
Computes a hash code from attributes:
ledgerEntryType,account,balance,flags,ownerCount,previousTransactionId,previousTransactionLedgerSequence,sequence,accountTransactionId,domain,emailHash,messageKey,regularKey,tickSize,transferRate,signerLists,ticketCount,burnedNfTokens,mintedNfTokens,nfTokenMinter,ammId,walletLocator,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject
-
Computes a hash code from attributes:
ledgerEntryType,flags,asset,asset2,account,auctionSlot,lpTokenBalance,tradingFee,voteSlots,ownerNode,voteSlotsUnwrapped,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim
-
Computes a hash code from attributes:
xChainBridge,otherChainSource,attestationRewardAccount,amount,wasLockingChainSend,destination,xChainClaimId. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationCreateAccount
-
Computes a hash code from attributes:
xChainBridge,otherChainSource,attestationRewardAccount,amount,wasLockingChainSend,xChainAccountCreateCount,destination,signatureReward. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuctionSlot
-
Computes a hash code from attributes:
account,authAccounts,authAccountsAddresses,discountedFee,price,expiration. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccount
-
Computes a hash code from attributes:
account. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAuthAccountWrapper
-
Computes a hash code from attributes:
authAccount. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBook
-
Computes a hash code from attributes:
bookDirectory,bookNode. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBookWrapper
-
Computes a hash code from attributes:
book. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject
-
Computes a hash code from attributes:
ledgerEntryType,flags,account,minAccountCreateAmount,signatureReward,xChainBridge,xChainClaimId,xChainAccountCreateCount,xChainAccountClaimCount,ownerNode,previousTransactionId,previousTransactionLedgerSequence,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject
-
Computes a hash code from attributes:
ledgerEntryType,account,sourceTag,destination,destinationTag,flags,ownerNode,previousTxnId,previousTransactionLedgerSequence,sendMax,sequence,destinationNode,expiration,invoiceId,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject
-
Computes a hash code from attributes:
ledgerEntryType,subject,subjectNode,issuer,issuerNode,flags,previousTxnId,previousTransactionLedgerSequence,credentialType,uri,expiration,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject
-
Computes a hash code from attributes:
ledgerEntryType,account,authorize,permissions,ownerNode,flags,previousTransactionId,previousTransactionLedgerSequence,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject
-
Computes a hash code from attributes:
ledgerEntryType,account,authorize,authorizeCredentials,flags,ownerNode,previousTransactionId,previousTransactionLedgerSequence,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject
-
Computes a hash code from attributes:
ledgerEntryType,flags,account,didDocument,data,uri,ownerNode,previousTransactionId,previousTransactionLedgerSequence,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
Computes a hash code from attributes:
ledgerEntryType,account,destination,amount,transferRate,issuerNode,condition,cancelAfter,finishAfter,flags,sourceTag,destinationTag,ownerNode,destinationNode,previousTransactionId,previousTransactionLedgerSequence,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableIssue
-
Computes a hash code from attributes:
currency,issuer. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader
-
Computes a hash code from attributes:
ledgerIndex,ledgerHash,accountHash,closeTime,closeTimeHuman,closed,parentHash,parentCloseTime,totalCoins,transactionHash,transactions,closeTimeResolution. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
Computes a hash code from attributes:
ledgerEntryType,flags,issuer,sequence,transferFee,assetScale,maximumAmount,outstandingAmount,lockedAmount,mpTokenMetadata,previousTransactionId,previousTransactionLedgerSequence,ownerNode,index,mpTokenIssuanceId. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject
-
Computes a hash code from attributes:
ledgerEntryType,flags,account,mpTokenIssuanceId,mptAmount,lockedAmount,previousTransactionId,previousTransactionLedgerSequence,ownerNode,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfToken
-
Computes a hash code from attributes:
nfTokenId,uri. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
Computes a hash code from attributes:
ledgerEntryType,amount,owner,previousTransactionId,previousTransactionLedgerSequence,nfTokenId,expiration,destination,ownerNode,offerNode,flags,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject
-
Computes a hash code from attributes:
ledgerEntryType,nfTokens,nextPageMin,previousPageMin,previousTransactionId,previousTransactionLedgerSequence,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenWrapper
-
Computes a hash code from attributes:
nfToken. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
Computes a hash code from attributes:
ledgerEntryType,account,flags,sequence,takerPays,takerGets,bookDirectory,bookNode,ownerNode,previousTransactionId,previousTransactionLedgerSequence,expiration,domainId,additionalBooks,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject
-
Computes a hash code from attributes:
ledgerEntryType,flags,owner,provider,priceDataSeries,assetClass,lastUpdateTime,uri,ownerNode,previousTransactionId,previousTransactionLedgerSequence,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
Computes a hash code from attributes:
ledgerEntryType,flags,account,destination,amount,balance,publicKey,settleDelay,ownerNode,previousTransactionId,previousTransactionLedgerSequence,expiration,cancelAfter,sourceTag,destinationTag,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject
-
Computes a hash code from attributes:
ledgerEntryType,flags,owner,ownerNode,sequence,acceptedCredentials,previousTxnId,previousTransactionLedgerSequence,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
Computes a hash code from attributes:
ledgerEntryType,flags,balance,lowLimit,highLimit,previousTransactionId,previousTransactionLedgerSequence,lowNode,highNode,lowQualityIn,lowQualityOut,highQualityIn,highQualityOut,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerEntry
-
Computes a hash code from attributes:
account,signerWeight. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerEntryWrapper
-
Computes a hash code from attributes:
signerEntry. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject
-
Computes a hash code from attributes:
ledgerEntryType,flags,previousTransactionId,previousTransactionLedgerSequence,ownerNode,signerListId,signerQuorum,signerEntries,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject
-
Computes a hash code from attributes:
ledgerEntryType,flags,account,ownerNode,previousTransactionId,previousTransactionLedgerSequence,ticketSequence,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableUnknownLedgerObject
-
Computes a hash code from attributes:
ledgerEntryType,properties. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableVoteEntry
-
Computes a hash code from attributes:
account,tradingFee,voteWeight. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableVoteEntryWrapper
-
Computes a hash code from attributes:
voteEntry. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimAttestation
-
Computes a hash code from attributes:
xChainClaimProofSig. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainClaimProofSig
-
Computes a hash code from attributes:
attestationSignerAccount,publicKey,amount,attestationRewardAccount,wasLockingChainSend,destination. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountAttestation
-
Computes a hash code from attributes:
xChainCreateAccountProofSig. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainCreateAccountProofSig
-
Computes a hash code from attributes:
amount,signatureReward,attestationRewardAccount,attestationSignerAccount,destination,publicKey,wasLockingChainSend. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject
-
Computes a hash code from attributes:
ledgerEntryType,flags,account,xChainBridge,xChainClaimId,otherChainSource,xChainClaimAttestations,signatureReward,ownerNode,previousTransactionId,previousTransactionLedgerSequence,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject
-
Computes a hash code from attributes:
ledgerEntryType,flags,account,xChainBridge,xChainCreateAccountAttestations,xChainAccountCreateCount,ownerNode,previousTransactionId,previousTransactionLedgerSequence,index. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,destination,destinationTag,credentialIds. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,clearFlag,clearFlagRawValue,setFlag,setFlagRawValue,domain,emailHash,messageKey,transferRate,tickSize,mintAccount,walletLocator,walletSize. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,asset,asset2,bidMin,bidMax,authAccounts. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,holder,asset,asset2,amount,flags. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,amount,amount2,tradingFee. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,asset,asset2. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,asset,asset2,amount,amount2,effectivePrice,lpTokenOut,tradingFee. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,asset,asset2,tradingFee. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,asset,asset2,amount,amount2,effectivePrice,lpTokensIn. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,rawTransactions,batchSigners. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSigner
-
Computes a hash code from attributes:
account,transactionSignature,signingPublicKey,sortedSigners,signers. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatchSignerWrapper
-
Computes a hash code from attributes:
batchSigner. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,checkId. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,checkId,amount,deliverMin. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,destination,destinationTag,sendMax,expiration,invoiceId. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,amount,holder. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredential
-
Computes a hash code from attributes:
issuer,credentialType. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,issuer,credentialType,flags. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,subject,credentialType,expiration,uri,flags. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,issuer,subject,credentialType,flags. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialWrapper
-
Computes a hash code from attributes:
credential. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,authorize,permissions. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,authorize,unauthorize,authorizeCredentials,unauthorizeCredentials. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,didDocument,uri,data. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,amendment,ledgerSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,owner,offerSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,amount,destination,destinationTag,cancelAfter,finishAfter,condition. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,owner,offerSequence,condition,conditionRawValue,fulfillment,fulfillmentRawValue,credentialIds. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableIssuedCurrencyAmount
-
Computes a hash code from attributes:
value,currency,issuer. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemo
-
Computes a hash code from attributes:
memoData,memoFormat,memoType. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemoWrapper
-
Computes a hash code from attributes:
memo. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMptCurrencyAmount
-
Computes a hash code from attributes:
mptIssuanceId,value. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,mpTokenIssuanceId,holder. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,assetScale,transferFee,maximumAmount,mpTokenMetadata. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,mpTokenIssuanceId. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,mpTokenIssuanceId,holder. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,sellOffer,buyOffer,brokerFee,flags. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn
-
Computes a hash code from attributes:
transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,account,nfTokenId,owner,flags. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,tokenOffers,flags. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
Computes a hash code from attributes:
transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,account,nfTokenId,amount,owner,expiration,destination,flags. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,tokenTaxon,issuer,transferFee,uri,flags. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,offerSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,offerSequence,takerPays,takerGets,expiration,domainId. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,oracleDocumentId. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,oracleDocumentId,provider,uri,lastUpdateTime,assetClass,priceDataSeries. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePathStep
-
Computes a hash code from attributes:
account,currency,issuer. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,amount,destination,destinationTag,invoiceId,paths,sendMax,deliverMin,credentialIds,domainId. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,channel,balance,amount,signature,publicKey,credentialIds. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,amount,destination,settleDelay,publicKey,cancelAfter,destinationTag. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,channel,amount,expiration. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermission
-
Computes a hash code from attributes:
permissionValue. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,domainId,flags. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,domainId,acceptedCredentials,flags. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionWrapper
-
Computes a hash code from attributes:
permission. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceData
-
Computes a hash code from attributes:
baseAsset,quoteAsset,assetPrice,scale. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePriceDataWrapper
-
Computes a hash code from attributes:
priceData. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableRawTransactionWrapper
-
Computes a hash code from attributes:
rawTransaction. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,baseFee,baseFeeDrops,referenceFeeUnits,reserveBase,reserveBaseDrops,reserveIncrement,reserveIncrementDrops,ledgerSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,regularKey. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSigner
-
Computes a hash code from attributes:
account,transactionSignature,signingPublicKey. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,signerQuorum,signerEntries. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerWrapper
-
Computes a hash code from attributes:
signer. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,ticketCount,flags. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata
-
Computes a hash code from attributes:
transactionIndex,transactionResult,deliveredAmount,nfTokenId,nfTokenIds,mpTokenIssuanceId,offerId,affectedNodes. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,limitAmount,qualityIn,qualityOut. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction
-
Computes a hash code from attributes:
account,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,unknownTransactionType,transactionType,flags. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify
-
Computes a hash code from attributes:
transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,account,ledgerSequence,unlModifyDisabling,unlModifyValidator. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,amount,destination,signatureReward,xChainBridge. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,amount,attestationRewardAccount,attestationSignerAccount,destination,otherChainSource,publicKey,signature,signatureReward,wasLockingChainSend,xChainAccountCreateCount,xChainBridge. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,amount,attestationRewardAccount,attestationSignerAccount,destination,otherChainSource,publicKey,signature,wasLockingChainSend,xChainBridge,xChainClaimId. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainBridge
-
Computes a hash code from attributes:
issuingChainDoor,issuingChainIssue,lockingChainDoor,lockingChainIssue. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,amount,destination,destinationTag,xChainBridge,xChainClaimId. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,amount,otherChainDestination,xChainBridge,xChainClaimId. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,minAccountCreateAmount,signatureReward,xChainBridge. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,otherChainSource,signatureReward,xChainBridge. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge
-
Computes a hash code from attributes:
account,transactionType,fee,sequence,ticketSequence,accountTransactionId,lastLedgerSequence,memos,signers,sourceTag,signingPublicKey,transactionSignature,networkId,delegate,unknownFields,flags,minAccountCreateAmount,signatureReward,xChainBridge. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableCreatedNode
-
Computes a hash code from attributes:
ledgerEntryType,ledgerIndex,newFields. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode
-
Computes a hash code from attributes:
ledgerEntryType,ledgerIndex,finalFields,previousFields. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
Computes a hash code from attributes:
account,balance,flags,ownerCount,previousTransactionId,previousTransactionLedgerSequence,sequence,accountTransactionId,domain,emailHash,messageKey,regularKey,tickSize,transferRate,signerLists,ticketCount,burnedNfTokens,mintedNfTokens,nfTokenMinter. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject
-
Computes a hash code from attributes:
flags,asset,asset2,account,auctionSlot,lpTokenBalance,tradingFee,voteSlots,voteSlotsUnwrapped. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuctionSlot
-
Computes a hash code from attributes:
account,authAccounts,authAccountsAddresses,discountedFee,price,expiration. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccount
-
Computes a hash code from attributes:
account. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAuthAccountWrapper
-
Computes a hash code from attributes:
authAccount. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBook
-
Computes a hash code from attributes:
bookDirectory,bookNode. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBookWrapper
-
Computes a hash code from attributes:
book. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject
-
Computes a hash code from attributes:
flags,account,minAccountCreateAmount,signatureReward,xChainBridge,xChainClaimId,xChainAccountCreateCount,xChainAccountClaimCount,ownerNode,previousTransactionId,previousTransactionLedgerSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject
-
Computes a hash code from attributes:
account,sourceTag,destination,destinationTag,flags,ownerNode,previousTxnId,previousTransactionLedgerSequence,sendMax,sequence,destinationNode,expiration,invoiceId. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredential
-
Computes a hash code from attributes:
issuer,credentialType. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject
-
Computes a hash code from attributes:
subject,subjectNode,issuer,issuerNode,flags,previousTxnId,previousTransactionLedgerSequence,credentialType,uri,expiration. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialWrapper
-
Computes a hash code from attributes:
credential. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject
-
Computes a hash code from attributes:
account,authorize,permissions,ownerNode,flags,previousTransactionId,previousTransactionLedgerSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject
-
Computes a hash code from attributes:
account,authorize,authorizeCredentials,flags,ownerNode,previousTransactionId,previousTransactionLedgerSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject
-
Computes a hash code from attributes:
flags,account,didDocument,data,uri,ownerNode,previousTransactionId,previousTransactionLedgerSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
Computes a hash code from attributes:
account,destination,amount,transferRate,issuerNode,condition,cancelAfter,finishAfter,flags,sourceTag,destinationTag,ownerNode,destinationNode,previousTransactionId,previousTransactionLedgerSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaLedgerEntryType
-
Computes a hash code from attributes:
ledgerObjectType,value. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject
-
Computes a hash code from attributes:
flags,issuer,assetScale,maximumAmount,outstandingAmount,transferFee,mpTokenMetadata,previousTransactionId,previousTransactionLedgerSequence,sequence,ownerNode. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject
-
Computes a hash code from attributes:
flags,account,mpTokenIssuanceId,mptAmount,previousTransactionId,previousTransactionLedgerSequence,ownerNode. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject
-
Computes a hash code from attributes:
amount,owner,previousTransactionId,previousTransactionLedgerSequence,nfTokenId,expiration,destination,ownerNode,offerNode,flags. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject
-
Computes a hash code from attributes:
nfTokens,nextPageMin,previousPageMin,previousTransactionId,previousTransactionLedgerSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject
-
Computes a hash code from attributes:
account,flags,sequence,takerPays,takerGets,bookDirectory,bookNode,ownerNode,previousTransactionId,previousTransactionLedgerSequence,expiration,domainId,additionalBooks. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject
-
Computes a hash code from attributes:
flags,owner,provider,priceDataSeries,assetClass,lastUpdateTime,uri,ownerNode,previousTransactionId,previousTransactionLedgerSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject
-
Computes a hash code from attributes:
flags,account,destination,amount,balance,publicKey,settleDelay,ownerNode,previousTransactionId,previousTransactionLedgerSequence,expiration,cancelAfter,sourceTag,destinationTag. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject
-
Computes a hash code from attributes:
flags,owner,ownerNode,sequence,acceptedCredentials,previousTxnId,previousTransactionLedgerSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
Computes a hash code from attributes:
flags,balance,lowLimit,highLimit,previousTransactionId,previousTransactionLedgerSequence,lowNode,highNode,lowQualityIn,lowQualityOut,highQualityIn,highQualityOut. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerEntry
-
Computes a hash code from attributes:
account,signerWeight. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerEntryWrapper
-
Computes a hash code from attributes:
signerEntry. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject
-
Computes a hash code from attributes:
flags,previousTransactionId,previousTransactionLedgerSequence,ownerNode,signerListId,signerQuorum,signerEntries. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject
-
Computes a hash code from attributes:
flags,account,ownerNode,previousTransactionId,previousTransactionLedgerSequence,ticketSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaUnknownObject
-
Returns a constant hash code value.
- hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaVoteEntry
-
Computes a hash code from attributes:
account,tradingFee,voteWeight. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaVoteEntryWrapper
-
Computes a hash code from attributes:
voteEntry. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimAttestation
-
Computes a hash code from attributes:
xChainClaimProofSig. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainClaimProofSig
-
Computes a hash code from attributes:
attestationSignerAccount,publicKey,amount,attestationRewardAccount,wasLockingChainSend,destination. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountAttestation
-
Computes a hash code from attributes:
xChainCreateAccountProofSig. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainCreateAccountProofSig
-
Computes a hash code from attributes:
amount,signatureReward,attestationRewardAccount,attestationSignerAccount,destination,publicKey,wasLockingChainSend. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject
-
Computes a hash code from attributes:
flags,account,xChainBridge,xChainClaimId,otherChainSource,xChainClaimAttestations,signatureReward,ownerNode,previousTransactionId,previousTransactionLedgerSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject
-
Computes a hash code from attributes:
flags,account,xChainBridge,xChainCreateAccountAttestations,xChainAccountCreateCount,ownerNode,previousTransactionId,previousTransactionLedgerSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode
-
Computes a hash code from attributes:
ledgerEntryType,ledgerIndex,finalFields,previousFields,previousTransactionId,previousTransactionsLedgerSequence. - hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.CredentialType
- hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.CredentialUri
- hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.Hash256
- hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceId
- hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.NfTokenId
- hashCode() - Method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount
- HashingUtils - Class in org.xrpl.xrpl4j.crypto
-
Hashing utilities for XRPL-related hashing algorithms.
- HashingUtils() - Constructor for class org.xrpl.xrpl4j.crypto.HashingUtils
- HashType<T> - Class in org.xrpl.xrpl4j.codec.binary.types
-
Base class for XRPL Hash types.
- HashType(UnsignedByteArray, int) - Constructor for class org.xrpl.xrpl4j.codec.binary.types.HashType
-
Required-args Constructor.
- hasMore() - Method in class org.xrpl.xrpl4j.codec.binary.serdes.BinaryParser
- header() - Method in interface org.xrpl.xrpl4j.codec.binary.definitions.FieldInstance
-
The
FieldHeaderfor thisFieldInstance. - header() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance
-
The
FieldHeaderfor thisFieldInstance. - header(FieldHeader) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance.Builder
-
Initializes the value for the
headerattribute. - HEX_REGEX - Static variable in class org.xrpl.xrpl4j.codec.binary.types.Hash160Type
- hexValue() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
-
Encodes this
UnsignedByteas a hexadecimalString. - hexValue() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
-
Get this
UnsignedByteArrayas an upper-cased Hex-encodedString. - hexValue() - Method in class org.xrpl.xrpl4j.crypto.signing.ImmutableSignature
-
Accessor for this signature as a base16-encoded (HEX) string.
- hexValue() - Method in interface org.xrpl.xrpl4j.crypto.signing.Signature
-
Accessor for this signature as a base16-encoded (HEX) string.
- HIGH_AUTH - Static variable in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
Constant
RippleStateFlagsfor thelsfHighAuthflag. - HIGH_DEEP_FREEZE - Static variable in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
Constant
RippleStateFlagsfor thelsfHighDeepFreezeflag. - HIGH_FREEZE - Static variable in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
Constant
RippleStateFlagsfor thelsfHighFreezeflag. - HIGH_NO_RIPPLE - Static variable in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
Constant
RippleStateFlagsfor thelsfHighNoRippleflag. - HIGH_RESERVE - Static variable in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
Constant
RippleStateFlagsfor thelsfHighReserveflag. - highestSequence() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData
-
The highest Sequence Number among transactions queued by this address.
- highestSequence() - Method in interface org.xrpl.xrpl4j.model.client.accounts.QueueData
-
The highest Sequence Number among transactions queued by this address.
- highestSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData.Builder
-
Initializes the optional value
highestSequenceto highestSequence. - highestSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData.Builder
-
Initializes the optional value
highestSequenceto highestSequence. - highLimit() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
The limit that the high account has set on the trust line.
- highLimit() - Method in interface org.xrpl.xrpl4j.model.ledger.RippleStateObject
-
The limit that the high account has set on the trust line.
- highLimit() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
The limit that the high account has set on the trust line.
- highLimit() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaRippleStateObject
-
The limit that the high account has set on the trust line.
- highLimit(Optional<? extends IssuedCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
highLimitto highLimit. - highLimit(IssuedCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the value for the
highLimitattribute. - highLimit(IssuedCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
highLimitto highLimit. - highNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
(Omitted in some historical ledgers) A hint indicating which page of the high account's owner directory links to this object, in case the directory consists of multiple pages.
- highNode() - Method in interface org.xrpl.xrpl4j.model.ledger.RippleStateObject
-
(Omitted in some historical ledgers) A hint indicating which page of the high account's owner directory links to this object, in case the directory consists of multiple pages.
- highNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
(Omitted in some historical ledgers) A hint indicating which page of the high account's owner directory links to this object, in case the directory consists of multiple pages.
- highNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaRippleStateObject
-
(Omitted in some historical ledgers) A hint indicating which page of the high account's owner directory links to this object, in case the directory consists of multiple pages.
- highNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the optional value
highNodeto highNode. - highNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
highNodeto highNode. - highNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the optional value
highNodeto highNode. - highNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
highNodeto highNode. - highQualityIn() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
The inbound quality set by the high account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - highQualityIn() - Method in interface org.xrpl.xrpl4j.model.ledger.RippleStateObject
-
The inbound quality set by the high account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - highQualityIn() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
The inbound quality set by the high account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - highQualityIn() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaRippleStateObject
-
The inbound quality set by the high account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - highQualityIn(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the optional value
highQualityInto highQualityIn. - highQualityIn(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
highQualityInto highQualityIn. - highQualityIn(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the optional value
highQualityInto highQualityIn. - highQualityIn(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
highQualityInto highQualityIn. - highQualityOut() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
The outbound quality set by the high account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - highQualityOut() - Method in interface org.xrpl.xrpl4j.model.ledger.RippleStateObject
-
The outbound quality set by the high account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - highQualityOut() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
The outbound quality set by the high account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - highQualityOut() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaRippleStateObject
-
The outbound quality set by the high account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - highQualityOut(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the optional value
highQualityOutto highQualityOut. - highQualityOut(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
highQualityOutto highQualityOut. - highQualityOut(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the optional value
highQualityOutto highQualityOut. - highQualityOut(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
highQualityOutto highQualityOut. - holder() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmClawback
-
The address of the holder that has funds deposited in the AMM pool.
- holder() - Method in interface org.xrpl.xrpl4j.model.transactions.Clawback
- holder() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
-
The address of the holder that has funds deposited in the AMM pool.
- holder() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback
- holder() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize
-
Specifies the holder's address that the issuer wants to authorize.
- holder() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet
-
An optional XRPL Address of an individual token holder balance to lock/unlock.
- holder() - Method in interface org.xrpl.xrpl4j.model.transactions.MpTokenAuthorize
-
Specifies the holder's address that the issuer wants to authorize.
- holder() - Method in interface org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceSet
-
An optional XRPL Address of an individual token holder balance to lock/unlock.
- holder(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Initializes the optional value
holderto holder. - holder(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Initializes the optional value
holderto holder. - holder(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Initializes the optional value
holderto holder. - holder(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the value for the
holderattribute. - holder(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Initializes the optional value
holderto holder. - holder(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Initializes the optional value
holderto holder. - holder(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Initializes the optional value
holderto holder. - Hop - Interface in org.xrpl.xrpl4j.codec.binary.types
-
Model object a Hop object inside a XRPL
PathTypeobject. - HopType - Class in org.xrpl.xrpl4j.codec.binary.types
-
Codec for XRPL Hop object inside a Path object.
- HopType() - Constructor for class org.xrpl.xrpl4j.codec.binary.types.HopType
- HopType(UnsignedByteArray) - Constructor for class org.xrpl.xrpl4j.codec.binary.types.HopType
- hostId() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
On an admin request, returns the hostname of the server running the rippled instance; otherwise, returns a single RFC-1751 word based on the node public key.
- hostId() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
On an admin request, returns the hostname of the server running the rippled instance; otherwise, returns a single RFC-1751 word based on the node public key.
- hostId() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ReportingModeServerInfo
-
On an admin request, returns the hostname of the server running the rippled instance; otherwise, returns a single RFC-1751 word based on the node public key.
- hostId() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
On an admin request, returns the hostname of the server running the rippled instance; otherwise, returns a single RFC-1751 word based on the node public key.
- hostId(String) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the value for the
hostIdattribute. - hostId(String) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the value for the
hostIdattribute. - hotWallets() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesRequestParams
-
An optional set of addresses of operational accounts that should not be included in the balances field of the response.
- hotWallets() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesRequestParams
-
An optional set of addresses of operational accounts that should not be included in the balances field of the response.
- hotWallets(Iterable<? extends Address>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesRequestParams.Builder
-
Sets or replaces all elements for
hotWalletsset. - HYBRID - Static variable in class org.xrpl.xrpl4j.model.flags.OfferCreateFlags
-
Constant
OfferCreateFlagsfor thetfHybridflag. - HYBRID - Static variable in class org.xrpl.xrpl4j.model.flags.OfferFlags
-
Constant
OfferFlagsfor thelsfHybridflag.
I
- IMMEDIATE_OR_CANCEL - Static variable in class org.xrpl.xrpl4j.model.flags.OfferCreateFlags
-
Constant
OfferCreateFlagsfor thetfImmediateOrCancelflag. - ImmutableAcceptLedgerResult - Class in org.xrpl.xrpl4j.model.client.admin
-
Immutable implementation of
AcceptLedgerResult. - ImmutableAcceptLedgerResult.Builder - Class in org.xrpl.xrpl4j.model.client.admin
-
Builds instances of type
ImmutableAcceptLedgerResult. - ImmutableAccountChannelsRequestParams - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountChannelsRequestParams. - ImmutableAccountChannelsRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountChannelsRequestParams. - ImmutableAccountChannelsResult - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountChannelsResult. - ImmutableAccountChannelsResult.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountChannelsResult. - ImmutableAccountCurrenciesRequestParams - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountCurrenciesRequestParams. - ImmutableAccountCurrenciesRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountCurrenciesRequestParams. - ImmutableAccountCurrenciesResult - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountCurrenciesResult. - ImmutableAccountCurrenciesResult.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountCurrenciesResult. - ImmutableAccountDelete - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
AccountDelete. - ImmutableAccountDelete.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableAccountDelete. - ImmutableAccountInfoRequestParams - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountInfoRequestParams. - ImmutableAccountInfoRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountInfoRequestParams. - ImmutableAccountInfoResult - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountInfoResult. - ImmutableAccountInfoResult.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountInfoResult. - ImmutableAccountLinesRequestParams - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountLinesRequestParams. - ImmutableAccountLinesRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountLinesRequestParams. - ImmutableAccountLinesResult - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountLinesResult. - ImmutableAccountLinesResult.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountLinesResult. - ImmutableAccountNftsRequestParams - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountNftsRequestParams. - ImmutableAccountNftsRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountNftsRequestParams. - ImmutableAccountNftsResult - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountNftsResult. - ImmutableAccountNftsResult.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountNftsResult. - ImmutableAccountObjectsRequestParams - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountObjectsRequestParams. - ImmutableAccountObjectsRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountObjectsRequestParams. - ImmutableAccountObjectsResult - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountObjectsResult. - ImmutableAccountObjectsResult.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountObjectsResult. - ImmutableAccountOffersRequestParams - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountOffersRequestParams. - ImmutableAccountOffersRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountOffersRequestParams. - ImmutableAccountOffersResult - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountOffersResult. - ImmutableAccountOffersResult.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountOffersResult. - ImmutableAccountRootObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
AccountRootObject. - ImmutableAccountRootObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableAccountRootObject. - ImmutableAccountSet - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
AccountSet. - ImmutableAccountSet.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableAccountSet. - ImmutableAccountTransactionsRequestParams - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountTransactionsRequestParams. - ImmutableAccountTransactionsRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountTransactionsRequestParams. - ImmutableAccountTransactionsResult - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountTransactionsResult. - ImmutableAccountTransactionsResult.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountTransactionsResult. - ImmutableAccountTransactionsTransaction<T> - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountTransactionsTransaction. - ImmutableAccountTransactionsTransaction.Builder<T> - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountTransactionsTransaction. - ImmutableAccountTransactionsTransactionResult<T> - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
AccountTransactionsTransactionResult. - ImmutableAccountTransactionsTransactionResult.Builder<T> - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableAccountTransactionsTransactionResult. - ImmutableAggregatePriceSet - Class in org.xrpl.xrpl4j.model.client.oracle
-
Immutable implementation of
AggregatePriceSet. - ImmutableAggregatePriceSet.Builder - Class in org.xrpl.xrpl4j.model.client.oracle
-
Builds instances of type
ImmutableAggregatePriceSet. - ImmutableAmmBid - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
AmmBid. - ImmutableAmmBid.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableAmmBid. - ImmutableAmmClawback - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
AmmClawback. - ImmutableAmmClawback.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableAmmClawback. - ImmutableAmmCreate - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
AmmCreate. - ImmutableAmmCreate.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableAmmCreate. - ImmutableAmmDelete - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
AmmDelete. - ImmutableAmmDelete.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableAmmDelete. - ImmutableAmmDeposit - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
AmmDeposit. - ImmutableAmmDeposit.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableAmmDeposit. - ImmutableAmmInfo - Class in org.xrpl.xrpl4j.model.client.amm
-
Immutable implementation of
AmmInfo. - ImmutableAmmInfo.Builder - Class in org.xrpl.xrpl4j.model.client.amm
-
Builds instances of type
ImmutableAmmInfo. - ImmutableAmmInfoAuctionSlot - Class in org.xrpl.xrpl4j.model.client.amm
-
Immutable implementation of
AmmInfoAuctionSlot. - ImmutableAmmInfoAuctionSlot.Builder - Class in org.xrpl.xrpl4j.model.client.amm
-
Builds instances of type
ImmutableAmmInfoAuctionSlot. - ImmutableAmmInfoAuthAccount - Class in org.xrpl.xrpl4j.model.client.amm
-
Immutable implementation of
AmmInfoAuthAccount. - ImmutableAmmInfoAuthAccount.Builder - Class in org.xrpl.xrpl4j.model.client.amm
-
Builds instances of type
ImmutableAmmInfoAuthAccount. - ImmutableAmmInfoRequestParams - Class in org.xrpl.xrpl4j.model.client.amm
-
Immutable implementation of
AmmInfoRequestParams. - ImmutableAmmInfoRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.amm
-
Builds instances of type
ImmutableAmmInfoRequestParams. - ImmutableAmmInfoResult - Class in org.xrpl.xrpl4j.model.client.amm
-
Immutable implementation of
AmmInfoResult. - ImmutableAmmInfoResult.Builder - Class in org.xrpl.xrpl4j.model.client.amm
-
Builds instances of type
ImmutableAmmInfoResult. - ImmutableAmmInfoVoteEntry - Class in org.xrpl.xrpl4j.model.client.amm
-
Immutable implementation of
AmmInfoVoteEntry. - ImmutableAmmInfoVoteEntry.Builder - Class in org.xrpl.xrpl4j.model.client.amm
-
Builds instances of type
ImmutableAmmInfoVoteEntry. - ImmutableAmmLedgerEntryParams - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
AmmLedgerEntryParams. - ImmutableAmmLedgerEntryParams.Builder - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutableAmmLedgerEntryParams. - ImmutableAmmObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
AmmObject. - ImmutableAmmObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableAmmObject. - ImmutableAmmVote - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
AmmVote. - ImmutableAmmVote.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableAmmVote. - ImmutableAmmWithdraw - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
AmmWithdraw. - ImmutableAmmWithdraw.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableAmmWithdraw. - ImmutableAttestationClaim - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
AttestationClaim. - ImmutableAttestationClaim.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableAttestationClaim. - ImmutableAttestationCreateAccount - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
AttestationCreateAccount. - ImmutableAttestationCreateAccount.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableAttestationCreateAccount. - ImmutableAuctionSlot - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
AuctionSlot. - ImmutableAuctionSlot.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableAuctionSlot. - ImmutableAuthAccount - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
AuthAccount. - ImmutableAuthAccount.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableAuthAccount. - ImmutableAuthAccountWrapper - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
AuthAccountWrapper. - ImmutableAuthAccountWrapper.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableAuthAccountWrapper. - ImmutableBase58EncodedSecret - Class in org.xrpl.xrpl4j.crypto.keys
-
Immutable implementation of
Base58EncodedSecret. - ImmutableBase58EncodedSecret.Builder - Class in org.xrpl.xrpl4j.crypto.keys
-
Builds instances of type
ImmutableBase58EncodedSecret. - ImmutableBatch - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
Batch. - ImmutableBatch.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableBatch. - ImmutableBatchSigner - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
BatchSigner. - ImmutableBatchSigner.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableBatchSigner. - ImmutableBatchSignerWrapper - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
BatchSignerWrapper. - ImmutableBatchSignerWrapper.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableBatchSignerWrapper. - ImmutableBook - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
Book. - ImmutableBook.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableBook. - ImmutableBookOffersOffer - Class in org.xrpl.xrpl4j.model.client.path
-
Immutable implementation of
BookOffersOffer. - ImmutableBookOffersOffer.Builder - Class in org.xrpl.xrpl4j.model.client.path
-
Builds instances of type
ImmutableBookOffersOffer. - ImmutableBookOffersRequestParams - Class in org.xrpl.xrpl4j.model.client.path
-
Immutable implementation of
BookOffersRequestParams. - ImmutableBookOffersRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.path
-
Builds instances of type
ImmutableBookOffersRequestParams. - ImmutableBookOffersResult - Class in org.xrpl.xrpl4j.model.client.path
-
Immutable implementation of
BookOffersResult. - ImmutableBookOffersResult.Builder - Class in org.xrpl.xrpl4j.model.client.path
-
Builds instances of type
ImmutableBookOffersResult. - ImmutableBookWrapper - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
BookWrapper. - ImmutableBookWrapper.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableBookWrapper. - ImmutableBridgeObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
BridgeObject. - ImmutableBridgeObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableBridgeObject. - ImmutableBuyOffer - Class in org.xrpl.xrpl4j.model.client.nft
-
Immutable implementation of
BuyOffer. - ImmutableBuyOffer.Builder - Class in org.xrpl.xrpl4j.model.client.nft
-
Builds instances of type
ImmutableBuyOffer. - ImmutableChannelVerifyRequestParams - Class in org.xrpl.xrpl4j.model.client.channels
-
Immutable implementation of
ChannelVerifyRequestParams. - ImmutableChannelVerifyRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.channels
-
Builds instances of type
ImmutableChannelVerifyRequestParams. - ImmutableChannelVerifyResult - Class in org.xrpl.xrpl4j.model.client.channels
-
Immutable implementation of
ChannelVerifyResult. - ImmutableChannelVerifyResult.Builder - Class in org.xrpl.xrpl4j.model.client.channels
-
Builds instances of type
ImmutableChannelVerifyResult. - ImmutableCheckCancel - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
CheckCancel. - ImmutableCheckCancel.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableCheckCancel. - ImmutableCheckCash - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
CheckCash. - ImmutableCheckCash.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableCheckCash. - ImmutableCheckCreate - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
CheckCreate. - ImmutableCheckCreate.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableCheckCreate. - ImmutableCheckObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
CheckObject. - ImmutableCheckObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableCheckObject. - ImmutableClassicAddress - Class in org.xrpl.xrpl4j.codec.addresses
-
Immutable implementation of
ClassicAddress. - ImmutableClassicAddress.Builder - Class in org.xrpl.xrpl4j.codec.addresses
-
Builds instances of type
ImmutableClassicAddress. - ImmutableClawback - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
Clawback. - ImmutableClawback.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableClawback. - ImmutableClioServerInfo - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Immutable implementation of
ClioServerInfo. - ImmutableClioServerInfo.Builder - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Builds instances of type
ImmutableClioServerInfo. - ImmutableComputedNetworkFees - Class in org.xrpl.xrpl4j.model.client.fees
-
Immutable implementation of
ComputedNetworkFees. - ImmutableComputedNetworkFees.Builder - Class in org.xrpl.xrpl4j.model.client.fees
-
Builds instances of type
ImmutableComputedNetworkFees. - ImmutableCreatedNode<T> - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
CreatedNode. - ImmutableCreatedNode.Builder<T> - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableCreatedNode. - ImmutableCredential - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
Credential. - ImmutableCredential.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableCredential. - ImmutableCredentialAccept - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
CredentialAccept. - ImmutableCredentialAccept.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableCredentialAccept. - ImmutableCredentialCreate - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
CredentialCreate. - ImmutableCredentialCreate.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableCredentialCreate. - ImmutableCredentialDelete - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
CredentialDelete. - ImmutableCredentialDelete.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableCredentialDelete. - ImmutableCredentialLedgerEntryParams - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
CredentialLedgerEntryParams. - ImmutableCredentialLedgerEntryParams.Builder - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutableCredentialLedgerEntryParams. - ImmutableCredentialObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
CredentialObject. - ImmutableCredentialObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableCredentialObject. - ImmutableCredentialWrapper - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
CredentialWrapper. - ImmutableCredentialWrapper.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableCredentialWrapper. - ImmutableDecoded - Class in org.xrpl.xrpl4j.codec.addresses
-
Immutable implementation of
Decoded. - ImmutableDecoded.Builder - Class in org.xrpl.xrpl4j.codec.addresses
-
Builds instances of type
ImmutableDecoded. - ImmutableDecodedXAddress - Class in org.xrpl.xrpl4j.codec.addresses
-
Immutable implementation of
DecodedXAddress. - ImmutableDecodedXAddress.Builder - Class in org.xrpl.xrpl4j.codec.addresses
-
Builds instances of type
ImmutableDecodedXAddress. - ImmutableDecomposedFees - Class in org.xrpl.xrpl4j.model.client.fees
-
Immutable implementation of
FeeUtils.DecomposedFees. - ImmutableDecomposedFees.Builder - Class in org.xrpl.xrpl4j.model.client.fees
-
Builds instances of type
ImmutableDecomposedFees. - ImmutableDefinitions - Class in org.xrpl.xrpl4j.codec.binary.definitions
-
Immutable implementation of
Definitions. - ImmutableDefinitions.Builder - Class in org.xrpl.xrpl4j.codec.binary.definitions
-
Builds instances of type
ImmutableDefinitions. - ImmutableDelegateLedgerEntryParams - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
DelegateLedgerEntryParams. - ImmutableDelegateLedgerEntryParams.Builder - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutableDelegateLedgerEntryParams. - ImmutableDelegateObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
DelegateObject. - ImmutableDelegateObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableDelegateObject. - ImmutableDelegateSet - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
DelegateSet. - ImmutableDelegateSet.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableDelegateSet. - ImmutableDeletedNode<T> - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
DeletedNode. - ImmutableDeletedNode.Builder<T> - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableDeletedNode. - ImmutableDepositAuthorizedRequestParams - Class in org.xrpl.xrpl4j.model.client.path
-
Immutable implementation of
DepositAuthorizedRequestParams. - ImmutableDepositAuthorizedRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.path
-
Builds instances of type
ImmutableDepositAuthorizedRequestParams. - ImmutableDepositAuthorizedResult - Class in org.xrpl.xrpl4j.model.client.path
-
Immutable implementation of
DepositAuthorizedResult. - ImmutableDepositAuthorizedResult.Builder - Class in org.xrpl.xrpl4j.model.client.path
-
Builds instances of type
ImmutableDepositAuthorizedResult. - ImmutableDepositPreAuth - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
DepositPreAuth. - ImmutableDepositPreAuth.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableDepositPreAuth. - ImmutableDepositPreAuthCredential - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
DepositPreAuthCredential. - ImmutableDepositPreAuthCredential.Builder - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutableDepositPreAuthCredential. - ImmutableDepositPreAuthLedgerEntryParams - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
DepositPreAuthLedgerEntryParams. - ImmutableDepositPreAuthLedgerEntryParams.Builder - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutableDepositPreAuthLedgerEntryParams. - ImmutableDepositPreAuthObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
DepositPreAuthObject. - ImmutableDepositPreAuthObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableDepositPreAuthObject. - ImmutableDidDelete - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
DidDelete. - ImmutableDidDelete.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableDidDelete. - ImmutableDidObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
DidObject. - ImmutableDidObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableDidObject. - ImmutableDidSet - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
DidSet. - ImmutableDidSet.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableDidSet. - ImmutableEcDsaSignature - Class in org.xrpl.xrpl4j.crypto.signing.bc
-
Immutable implementation of
EcDsaSignature. - ImmutableEcDsaSignature.Builder - Class in org.xrpl.xrpl4j.crypto.signing.bc
-
Builds instances of type
ImmutableEcDsaSignature. - ImmutableEnableAmendment - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
EnableAmendment. - ImmutableEnableAmendment.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableEnableAmendment. - ImmutableEscrowCancel - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
EscrowCancel. - ImmutableEscrowCancel.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableEscrowCancel. - ImmutableEscrowCreate - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
EscrowCreate. - ImmutableEscrowCreate.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableEscrowCreate. - ImmutableEscrowFinish - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
EscrowFinish. - ImmutableEscrowFinish.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableEscrowFinish. - ImmutableEscrowLedgerEntryParams - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
EscrowLedgerEntryParams. - ImmutableEscrowLedgerEntryParams.Builder - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutableEscrowLedgerEntryParams. - ImmutableEscrowObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
EscrowObject. - ImmutableEscrowObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableEscrowObject. - ImmutableFeeDrops - Class in org.xrpl.xrpl4j.model.client.fees
-
Immutable implementation of
FeeDrops. - ImmutableFeeDrops.Builder - Class in org.xrpl.xrpl4j.model.client.fees
-
Builds instances of type
ImmutableFeeDrops. - ImmutableFeeLevels - Class in org.xrpl.xrpl4j.model.client.fees
-
Immutable implementation of
FeeLevels. - ImmutableFeeLevels.Builder - Class in org.xrpl.xrpl4j.model.client.fees
-
Builds instances of type
ImmutableFeeLevels. - ImmutableFeeResult - Class in org.xrpl.xrpl4j.model.client.fees
-
Immutable implementation of
FeeResult. - ImmutableFeeResult.Builder - Class in org.xrpl.xrpl4j.model.client.fees
-
Builds instances of type
ImmutableFeeResult. - ImmutableFieldHeader - Class in org.xrpl.xrpl4j.codec.binary
-
Immutable implementation of
FieldHeader. - ImmutableFieldHeader.Builder - Class in org.xrpl.xrpl4j.codec.binary
-
Builds instances of type
ImmutableFieldHeader. - ImmutableFieldInfo - Class in org.xrpl.xrpl4j.codec.binary.definitions
-
Immutable implementation of
FieldInfo. - ImmutableFieldInfo.Builder - Class in org.xrpl.xrpl4j.codec.binary.definitions
-
Builds instances of type
ImmutableFieldInfo. - ImmutableFieldInstance - Class in org.xrpl.xrpl4j.codec.binary.definitions
-
Immutable implementation of
FieldInstance. - ImmutableFieldInstance.Builder - Class in org.xrpl.xrpl4j.codec.binary.definitions
-
Builds instances of type
ImmutableFieldInstance. - ImmutableFieldWithValue<T> - Class in org.xrpl.xrpl4j.codec.binary.types
-
Immutable implementation of
FieldWithValue. - ImmutableFieldWithValue.Builder<T> - Class in org.xrpl.xrpl4j.codec.binary.types
-
Builds instances of type
ImmutableFieldWithValue. - ImmutableFinality - Class in org.xrpl.xrpl4j.model.client
-
Immutable implementation of
Finality. - ImmutableFinality.Builder - Class in org.xrpl.xrpl4j.model.client
-
Builds instances of type
ImmutableFinality. - ImmutableGatewayBalancesAssets - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
GatewayBalancesAssets. - ImmutableGatewayBalancesAssets.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableGatewayBalancesAssets. - ImmutableGatewayBalancesHotWallets - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
GatewayBalancesHotWallets. - ImmutableGatewayBalancesHotWallets.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableGatewayBalancesHotWallets. - ImmutableGatewayBalancesIssuedCurrencyAmount - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
GatewayBalancesIssuedCurrencyAmount. - ImmutableGatewayBalancesIssuedCurrencyAmount.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableGatewayBalancesIssuedCurrencyAmount. - ImmutableGatewayBalancesObligations - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
GatewayBalancesObligations. - ImmutableGatewayBalancesObligations.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableGatewayBalancesObligations. - ImmutableGatewayBalancesRequestParams - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
GatewayBalancesRequestParams. - ImmutableGatewayBalancesRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableGatewayBalancesRequestParams. - ImmutableGatewayBalancesResult - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
GatewayBalancesResult. - ImmutableGatewayBalancesResult.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableGatewayBalancesResult. - ImmutableGetAggregatePriceRequestParams - Class in org.xrpl.xrpl4j.model.client.oracle
-
Immutable implementation of
GetAggregatePriceRequestParams. - ImmutableGetAggregatePriceRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.oracle
-
Builds instances of type
ImmutableGetAggregatePriceRequestParams. - ImmutableGetAggregatePriceResult - Class in org.xrpl.xrpl4j.model.client.oracle
-
Immutable implementation of
GetAggregatePriceResult. - ImmutableGetAggregatePriceResult.Builder - Class in org.xrpl.xrpl4j.model.client.oracle
-
Builds instances of type
ImmutableGetAggregatePriceResult. - ImmutableHop - Class in org.xrpl.xrpl4j.codec.binary.types
-
Immutable implementation of
Hop. - ImmutableHop.Builder - Class in org.xrpl.xrpl4j.codec.binary.types
-
Builds instances of type
ImmutableHop. - ImmutableIssue - Class in org.xrpl.xrpl4j.codec.binary.types
-
Immutable implementation of
Issue. - ImmutableIssue - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
Issue. - ImmutableIssue.Builder - Class in org.xrpl.xrpl4j.codec.binary.types
-
Builds instances of type
ImmutableIssue. - ImmutableIssue.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableIssue. - ImmutableIssuedCurrencyAmount - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
IssuedCurrencyAmount. - ImmutableIssuedCurrencyAmount.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableIssuedCurrencyAmount. - ImmutableJobType - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Immutable implementation of
ServerInfo.JobType. - ImmutableJobType.Builder - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Builds instances of type
ImmutableJobType. - ImmutableKeyPair - Class in org.xrpl.xrpl4j.crypto.keys
-
Immutable implementation of
KeyPair. - ImmutableKeyPair.Builder - Class in org.xrpl.xrpl4j.crypto.keys
-
Builds instances of type
ImmutableKeyPair. - ImmutableLastClose - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Immutable implementation of
ServerInfo.LastClose. - ImmutableLastClose.Builder - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Builds instances of type
ImmutableLastClose. - ImmutableLedgerEntryRequestParams<T> - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
LedgerEntryRequestParams. - ImmutableLedgerEntryResult<T> - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
LedgerEntryResult. - ImmutableLedgerEntryResult.Builder<T> - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutableLedgerEntryResult. - ImmutableLedgerHeader - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
LedgerHeader. - ImmutableLedgerHeader.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableLedgerHeader. - ImmutableLedgerRequestParams - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
LedgerRequestParams. - ImmutableLedgerRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutableLedgerRequestParams. - ImmutableLedgerResult - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
LedgerResult. - ImmutableLedgerResult.Builder - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutableLedgerResult. - ImmutableLedgerSpecifier - Class in org.xrpl.xrpl4j.model.client.common
-
Immutable implementation of
LedgerSpecifier. - ImmutableLedgerSpecifier.Builder - Class in org.xrpl.xrpl4j.model.client.common
-
Builds instances of type
ImmutableLedgerSpecifier. - ImmutableLoad - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Immutable implementation of
ServerInfo.Load. - ImmutableLoad.Builder - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Builds instances of type
ImmutableLoad. - ImmutableMemo - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
Memo. - ImmutableMemo.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableMemo. - ImmutableMemoWrapper - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
MemoWrapper. - ImmutableMemoWrapper.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableMemoWrapper. - ImmutableMetaAccountRootObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaAccountRootObject. - ImmutableMetaAccountRootObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaAccountRootObject. - ImmutableMetaAmmObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaAmmObject. - ImmutableMetaAmmObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaAmmObject. - ImmutableMetaAuctionSlot - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaAuctionSlot. - ImmutableMetaAuctionSlot.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaAuctionSlot. - ImmutableMetaAuthAccount - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaAuthAccount. - ImmutableMetaAuthAccount.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaAuthAccount. - ImmutableMetaAuthAccountWrapper - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaAuthAccountWrapper. - ImmutableMetaAuthAccountWrapper.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaAuthAccountWrapper. - ImmutableMetaBook - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaBook. - ImmutableMetaBook.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaBook. - ImmutableMetaBookWrapper - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaBookWrapper. - ImmutableMetaBookWrapper.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaBookWrapper. - ImmutableMetaBridgeObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaBridgeObject. - ImmutableMetaBridgeObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaBridgeObject. - ImmutableMetaCheckObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaCheckObject. - ImmutableMetaCheckObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaCheckObject. - ImmutableMetaCredential - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaCredential. - ImmutableMetaCredential.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaCredential. - ImmutableMetaCredentialObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaCredentialObject. - ImmutableMetaCredentialObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaCredentialObject. - ImmutableMetaCredentialWrapper - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaCredentialWrapper. - ImmutableMetaCredentialWrapper.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaCredentialWrapper. - ImmutableMetaDelegateObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaDelegateObject. - ImmutableMetaDelegateObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaDelegateObject. - ImmutableMetaDepositPreAuthObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaDepositPreAuthObject. - ImmutableMetaDepositPreAuthObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaDepositPreAuthObject. - ImmutableMetaDidObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaDidObject. - ImmutableMetaDidObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaDidObject. - ImmutableMetaEscrowObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaEscrowObject. - ImmutableMetaEscrowObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaEscrowObject. - ImmutableMetaLedgerEntryType - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaLedgerEntryType. - ImmutableMetaLedgerEntryType.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaLedgerEntryType. - ImmutableMetaMpTokenIssuanceObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaMpTokenIssuanceObject. - ImmutableMetaMpTokenIssuanceObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaMpTokenIssuanceObject. - ImmutableMetaMpTokenObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaMpTokenObject. - ImmutableMetaMpTokenObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaMpTokenObject. - ImmutableMetaNfTokenOfferObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaNfTokenOfferObject. - ImmutableMetaNfTokenOfferObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaNfTokenOfferObject. - ImmutableMetaNfTokenPageObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaNfTokenPageObject. - ImmutableMetaNfTokenPageObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaNfTokenPageObject. - ImmutableMetaOfferObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaOfferObject. - ImmutableMetaOfferObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaOfferObject. - ImmutableMetaOracleObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaOracleObject. - ImmutableMetaOracleObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaOracleObject. - ImmutableMetaPayChannelObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaPayChannelObject. - ImmutableMetaPayChannelObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaPayChannelObject. - ImmutableMetaPermissionedDomainObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaPermissionedDomainObject. - ImmutableMetaPermissionedDomainObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaPermissionedDomainObject. - ImmutableMetaRippleStateObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaRippleStateObject. - ImmutableMetaRippleStateObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaRippleStateObject. - ImmutableMetaSignerEntry - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaSignerEntry. - ImmutableMetaSignerEntry.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaSignerEntry. - ImmutableMetaSignerEntryWrapper - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaSignerEntryWrapper. - ImmutableMetaSignerEntryWrapper.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaSignerEntryWrapper. - ImmutableMetaSignerListObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaSignerListObject. - ImmutableMetaSignerListObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaSignerListObject. - ImmutableMetaTicketObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaTicketObject. - ImmutableMetaTicketObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaTicketObject. - ImmutableMetaUnknownObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaUnknownObject. - ImmutableMetaUnknownObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaUnknownObject. - ImmutableMetaVoteEntry - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaVoteEntry. - ImmutableMetaVoteEntry.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaVoteEntry. - ImmutableMetaVoteEntryWrapper - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaVoteEntryWrapper. - ImmutableMetaVoteEntryWrapper.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaVoteEntryWrapper. - ImmutableMetaXChainClaimAttestation - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaXChainClaimAttestation. - ImmutableMetaXChainClaimAttestation.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaXChainClaimAttestation. - ImmutableMetaXChainClaimProofSig - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaXChainClaimProofSig. - ImmutableMetaXChainClaimProofSig.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaXChainClaimProofSig. - ImmutableMetaXChainCreateAccountAttestation - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaXChainCreateAccountAttestation. - ImmutableMetaXChainCreateAccountAttestation.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaXChainCreateAccountAttestation. - ImmutableMetaXChainCreateAccountProofSig - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaXChainCreateAccountProofSig. - ImmutableMetaXChainCreateAccountProofSig.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaXChainCreateAccountProofSig. - ImmutableMetaXChainOwnedClaimIdObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaXChainOwnedClaimIdObject. - ImmutableMetaXChainOwnedClaimIdObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaXChainOwnedClaimIdObject. - ImmutableMetaXChainOwnedCreateAccountClaimIdObject - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
MetaXChainOwnedCreateAccountClaimIdObject. - ImmutableMetaXChainOwnedCreateAccountClaimIdObject.Builder - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableMetaXChainOwnedCreateAccountClaimIdObject. - ImmutableModifiedNode<T> - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Immutable implementation of
ModifiedNode. - ImmutableModifiedNode.Builder<T> - Class in org.xrpl.xrpl4j.model.transactions.metadata
-
Builds instances of type
ImmutableModifiedNode. - ImmutableMptCurrencyAmount - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
MptCurrencyAmount. - ImmutableMptCurrencyAmount.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableMptCurrencyAmount. - ImmutableMptHoldersMpToken - Class in org.xrpl.xrpl4j.model.client.mpt
-
Immutable implementation of
MptHoldersMpToken. - ImmutableMptHoldersMpToken.Builder - Class in org.xrpl.xrpl4j.model.client.mpt
-
Builds instances of type
ImmutableMptHoldersMpToken. - ImmutableMptHoldersRequestParams - Class in org.xrpl.xrpl4j.model.client.mpt
-
Immutable implementation of
MptHoldersRequestParams. - ImmutableMptHoldersRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.mpt
-
Builds instances of type
ImmutableMptHoldersRequestParams. - ImmutableMptHoldersResponse - Class in org.xrpl.xrpl4j.model.client.mpt
-
Immutable implementation of
MptHoldersResponse. - ImmutableMptHoldersResponse.Builder - Class in org.xrpl.xrpl4j.model.client.mpt
-
Builds instances of type
ImmutableMptHoldersResponse. - ImmutableMpTokenAuthorize - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
MpTokenAuthorize. - ImmutableMpTokenAuthorize.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableMpTokenAuthorize. - ImmutableMpTokenIssuanceCreate - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
MpTokenIssuanceCreate. - ImmutableMpTokenIssuanceCreate.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableMpTokenIssuanceCreate. - ImmutableMpTokenIssuanceDestroy - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
MpTokenIssuanceDestroy. - ImmutableMpTokenIssuanceDestroy.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableMpTokenIssuanceDestroy. - ImmutableMpTokenIssuanceObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
MpTokenIssuanceObject. - ImmutableMpTokenIssuanceObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableMpTokenIssuanceObject. - ImmutableMpTokenIssuanceSet - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
MpTokenIssuanceSet. - ImmutableMpTokenIssuanceSet.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableMpTokenIssuanceSet. - ImmutableMpTokenLedgerEntryParams - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
MpTokenLedgerEntryParams. - ImmutableMpTokenLedgerEntryParams.Builder - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutableMpTokenLedgerEntryParams. - ImmutableMpTokenObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
MpTokenObject. - ImmutableMpTokenObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableMpTokenObject. - ImmutableMultiSignedTransaction<T> - Class in org.xrpl.xrpl4j.crypto.signing
-
Immutable implementation of
MultiSignedTransaction. - ImmutableMultiSignedTransaction.Builder<T> - Class in org.xrpl.xrpl4j.crypto.signing
-
Builds instances of type
ImmutableMultiSignedTransaction. - ImmutableNftBuyOffersRequestParams - Class in org.xrpl.xrpl4j.model.client.nft
-
Immutable implementation of
NftBuyOffersRequestParams. - ImmutableNftBuyOffersRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.nft
-
Builds instances of type
ImmutableNftBuyOffersRequestParams. - ImmutableNftBuyOffersResult - Class in org.xrpl.xrpl4j.model.client.nft
-
Immutable implementation of
NftBuyOffersResult. - ImmutableNftBuyOffersResult.Builder - Class in org.xrpl.xrpl4j.model.client.nft
-
Builds instances of type
ImmutableNftBuyOffersResult. - ImmutableNftInfoRequestParams - Class in org.xrpl.xrpl4j.model.client.nft
-
Immutable implementation of
NftInfoRequestParams. - ImmutableNftInfoRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.nft
-
Builds instances of type
ImmutableNftInfoRequestParams. - ImmutableNftInfoResult - Class in org.xrpl.xrpl4j.model.client.nft
-
Immutable implementation of
NftInfoResult. - ImmutableNftInfoResult.Builder - Class in org.xrpl.xrpl4j.model.client.nft
-
Builds instances of type
ImmutableNftInfoResult. - ImmutableNfToken - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
NfToken. - ImmutableNfToken.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableNfToken. - ImmutableNfTokenAcceptOffer - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
NfTokenAcceptOffer. - ImmutableNfTokenAcceptOffer.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableNfTokenAcceptOffer. - ImmutableNfTokenBurn - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
NfTokenBurn. - ImmutableNfTokenBurn.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableNfTokenBurn. - ImmutableNfTokenCancelOffer - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
NfTokenCancelOffer. - ImmutableNfTokenCancelOffer.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableNfTokenCancelOffer. - ImmutableNfTokenCreateOffer - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
NfTokenCreateOffer. - ImmutableNfTokenCreateOffer.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableNfTokenCreateOffer. - ImmutableNfTokenMint - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
NfTokenMint. - ImmutableNfTokenMint.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableNfTokenMint. - ImmutableNfTokenObject - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
NfTokenObject. - ImmutableNfTokenObject.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableNfTokenObject. - ImmutableNfTokenOfferObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
NfTokenOfferObject. - ImmutableNfTokenOfferObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableNfTokenOfferObject. - ImmutableNfTokenPageObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
NfTokenPageObject. - ImmutableNfTokenPageObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableNfTokenPageObject. - ImmutableNfTokenWrapper - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
NfTokenWrapper. - ImmutableNfTokenWrapper.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableNfTokenWrapper. - ImmutableNftSellOffersRequestParams - Class in org.xrpl.xrpl4j.model.client.nft
-
Immutable implementation of
NftSellOffersRequestParams. - ImmutableNftSellOffersRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.nft
-
Builds instances of type
ImmutableNftSellOffersRequestParams. - ImmutableNftSellOffersResult - Class in org.xrpl.xrpl4j.model.client.nft
-
Immutable implementation of
NftSellOffersResult. - ImmutableNftSellOffersResult.Builder - Class in org.xrpl.xrpl4j.model.client.nft
-
Builds instances of type
ImmutableNftSellOffersResult. - ImmutableOfferCancel - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
OfferCancel. - ImmutableOfferCancel.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableOfferCancel. - ImmutableOfferCreate - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
OfferCreate. - ImmutableOfferCreate.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableOfferCreate. - ImmutableOfferLedgerEntryParams - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
OfferLedgerEntryParams. - ImmutableOfferLedgerEntryParams.Builder - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutableOfferLedgerEntryParams. - ImmutableOfferObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
OfferObject. - ImmutableOfferObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableOfferObject. - ImmutableOfferResultObject - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
OfferResultObject. - ImmutableOfferResultObject.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableOfferResultObject. - ImmutableOracleDelete - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
OracleDelete. - ImmutableOracleDelete.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableOracleDelete. - ImmutableOracleLedgerEntryParams - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
OracleLedgerEntryParams. - ImmutableOracleLedgerEntryParams.Builder - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutableOracleLedgerEntryParams. - ImmutableOracleObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
OracleObject. - ImmutableOracleObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableOracleObject. - ImmutableOracleSet - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
OracleSet. - ImmutableOracleSet.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableOracleSet. - ImmutablePathAlternative - Class in org.xrpl.xrpl4j.model.client.path
-
Immutable implementation of
PathAlternative. - ImmutablePathAlternative.Builder - Class in org.xrpl.xrpl4j.model.client.path
-
Builds instances of type
ImmutablePathAlternative. - ImmutablePathCurrency - Class in org.xrpl.xrpl4j.model.client.path
-
Immutable implementation of
PathCurrency. - ImmutablePathCurrency.Builder - Class in org.xrpl.xrpl4j.model.client.path
-
Builds instances of type
ImmutablePathCurrency. - ImmutablePathStep - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
PathStep. - ImmutablePathStep.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutablePathStep. - ImmutablePayChannelObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
PayChannelObject. - ImmutablePayChannelObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutablePayChannelObject. - ImmutablePayment - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
Payment. - ImmutablePayment.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutablePayment. - ImmutablePaymentChannelClaim - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
PaymentChannelClaim. - ImmutablePaymentChannelClaim.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutablePaymentChannelClaim. - ImmutablePaymentChannelCreate - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
PaymentChannelCreate. - ImmutablePaymentChannelCreate.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutablePaymentChannelCreate. - ImmutablePaymentChannelFund - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
PaymentChannelFund. - ImmutablePaymentChannelFund.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutablePaymentChannelFund. - ImmutablePaymentChannelResultObject - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
PaymentChannelResultObject. - ImmutablePaymentChannelResultObject.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutablePaymentChannelResultObject. - ImmutablePermission - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
Permission. - ImmutablePermission.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutablePermission. - ImmutablePermissionedDomainDelete - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
PermissionedDomainDelete. - ImmutablePermissionedDomainDelete.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutablePermissionedDomainDelete. - ImmutablePermissionedDomainLedgerEntryParams - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
PermissionedDomainLedgerEntryParams. - ImmutablePermissionedDomainLedgerEntryParams.Builder - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutablePermissionedDomainLedgerEntryParams. - ImmutablePermissionedDomainObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
PermissionedDomainObject. - ImmutablePermissionedDomainObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutablePermissionedDomainObject. - ImmutablePermissionedDomainSet - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
PermissionedDomainSet. - ImmutablePermissionedDomainSet.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutablePermissionedDomainSet. - ImmutablePermissionWrapper - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
PermissionWrapper. - ImmutablePermissionWrapper.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutablePermissionWrapper. - ImmutablePriceData - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
PriceData. - ImmutablePriceData.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutablePriceData. - ImmutablePriceDataWrapper - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
PriceDataWrapper. - ImmutablePriceDataWrapper.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutablePriceDataWrapper. - ImmutablePublicKey - Class in org.xrpl.xrpl4j.crypto.keys
-
Immutable implementation of
PublicKey. - ImmutablePublicKey.Builder - Class in org.xrpl.xrpl4j.crypto.keys
-
Builds instances of type
ImmutablePublicKey. - ImmutableQueueData - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
QueueData. - ImmutableQueueData.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableQueueData. - ImmutableQueueTransaction - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
QueueTransaction. - ImmutableQueueTransaction.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableQueueTransaction. - ImmutableRawTransactionWrapper - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
RawTransactionWrapper. - ImmutableRawTransactionWrapper.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableRawTransactionWrapper. - ImmutableReportingModeServerInfo - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Immutable implementation of
ReportingModeServerInfo. - ImmutableReportingModeServerInfo.Builder - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Builds instances of type
ImmutableReportingModeServerInfo. - ImmutableRippledServerInfo - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Immutable implementation of
RippledServerInfo. - ImmutableRippledServerInfo.Builder - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Builds instances of type
ImmutableRippledServerInfo. - ImmutableRipplePathFindRequestParams - Class in org.xrpl.xrpl4j.model.client.path
-
Immutable implementation of
RipplePathFindRequestParams. - ImmutableRipplePathFindRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.path
-
Builds instances of type
ImmutableRipplePathFindRequestParams. - ImmutableRipplePathFindResult - Class in org.xrpl.xrpl4j.model.client.path
-
Immutable implementation of
RipplePathFindResult. - ImmutableRipplePathFindResult.Builder - Class in org.xrpl.xrpl4j.model.client.path
-
Builds instances of type
ImmutableRipplePathFindResult. - ImmutableRippleStateAccounts - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
RippleStateLedgerEntryParams.RippleStateAccounts. - ImmutableRippleStateAccounts.Builder - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutableRippleStateAccounts. - ImmutableRippleStateLedgerEntryParams - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
RippleStateLedgerEntryParams. - ImmutableRippleStateLedgerEntryParams.Builder - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutableRippleStateLedgerEntryParams. - ImmutableRippleStateObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
RippleStateObject. - ImmutableRippleStateObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableRippleStateObject. - ImmutableSellOffer - Class in org.xrpl.xrpl4j.model.client.nft
-
Immutable implementation of
SellOffer. - ImmutableSellOffer.Builder - Class in org.xrpl.xrpl4j.model.client.nft
-
Builds instances of type
ImmutableSellOffer. - ImmutableServerInfoResult - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Immutable implementation of
ServerInfoResult. - ImmutableServerInfoResult.Builder - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Builds instances of type
ImmutableServerInfoResult. - ImmutableSetFee - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
SetFee. - ImmutableSetFee.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableSetFee. - ImmutableSetRegularKey - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
SetRegularKey. - ImmutableSetRegularKey.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableSetRegularKey. - ImmutableSignature - Class in org.xrpl.xrpl4j.crypto.signing
-
Immutable implementation of
Signature. - ImmutableSignature.Builder - Class in org.xrpl.xrpl4j.crypto.signing
-
Builds instances of type
ImmutableSignature. - ImmutableSigner - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
Signer. - ImmutableSigner.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableSigner. - ImmutableSignerEntry - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
SignerEntry. - ImmutableSignerEntry.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableSignerEntry. - ImmutableSignerEntryWrapper - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
SignerEntryWrapper. - ImmutableSignerEntryWrapper.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableSignerEntryWrapper. - ImmutableSignerListObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
SignerListObject. - ImmutableSignerListObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableSignerListObject. - ImmutableSignerListSet - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
SignerListSet. - ImmutableSignerListSet.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableSignerListSet. - ImmutableSignerWrapper - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
SignerWrapper. - ImmutableSignerWrapper.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableSignerWrapper. - ImmutableSingleSignedTransaction<T> - Class in org.xrpl.xrpl4j.crypto.signing
-
Immutable implementation of
SingleSignedTransaction. - ImmutableSingleSignedTransaction.Builder<T> - Class in org.xrpl.xrpl4j.crypto.signing
-
Builds instances of type
ImmutableSingleSignedTransaction. - ImmutableSubmitMultiSignedRequestParams - Class in org.xrpl.xrpl4j.model.client.transactions
-
Immutable implementation of
SubmitMultiSignedRequestParams. - ImmutableSubmitMultiSignedRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.transactions
-
Builds instances of type
ImmutableSubmitMultiSignedRequestParams. - ImmutableSubmitMultiSignedResult<TxnType> - Class in org.xrpl.xrpl4j.model.client.transactions
-
Immutable implementation of
SubmitMultiSignedResult. - ImmutableSubmitMultiSignedResult.Builder<TxnType> - Class in org.xrpl.xrpl4j.model.client.transactions
-
Builds instances of type
ImmutableSubmitMultiSignedResult. - ImmutableSubmitRequestParams - Class in org.xrpl.xrpl4j.model.client.transactions
-
Immutable implementation of
SubmitRequestParams. - ImmutableSubmitRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.transactions
-
Builds instances of type
ImmutableSubmitRequestParams. - ImmutableSubmitResult<TxnType> - Class in org.xrpl.xrpl4j.model.client.transactions
-
Immutable implementation of
SubmitResult. - ImmutableSubmitResult.Builder<TxnType> - Class in org.xrpl.xrpl4j.model.client.transactions
-
Builds instances of type
ImmutableSubmitResult. - ImmutableTicketCreate - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
TicketCreate. - ImmutableTicketCreate.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableTicketCreate. - ImmutableTicketLedgerEntryParams - Class in org.xrpl.xrpl4j.model.client.ledger
-
Immutable implementation of
TicketLedgerEntryParams. - ImmutableTicketLedgerEntryParams.Builder - Class in org.xrpl.xrpl4j.model.client.ledger
-
Builds instances of type
ImmutableTicketLedgerEntryParams. - ImmutableTicketObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
TicketObject. - ImmutableTicketObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableTicketObject. - ImmutableTransactionMetadata - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
TransactionMetadata. - ImmutableTransactionMetadata.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableTransactionMetadata. - ImmutableTransactionRequestParams - Class in org.xrpl.xrpl4j.model.client.transactions
-
Immutable implementation of
TransactionRequestParams. - ImmutableTransactionRequestParams.Builder - Class in org.xrpl.xrpl4j.model.client.transactions
-
Builds instances of type
ImmutableTransactionRequestParams. - ImmutableTransactionResult<TxnType> - Class in org.xrpl.xrpl4j.model.client.transactions
-
Immutable implementation of
TransactionResult. - ImmutableTransactionResult.Builder<TxnType> - Class in org.xrpl.xrpl4j.model.client.transactions
-
Builds instances of type
ImmutableTransactionResult. - ImmutableTrustLine - Class in org.xrpl.xrpl4j.model.client.accounts
-
Immutable implementation of
TrustLine. - ImmutableTrustLine.Builder - Class in org.xrpl.xrpl4j.model.client.accounts
-
Builds instances of type
ImmutableTrustLine. - ImmutableTrustSet - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
TrustSet. - ImmutableTrustSet.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableTrustSet. - ImmutableUnknownLedgerObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
UnknownLedgerObject. - ImmutableUnknownLedgerObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableUnknownLedgerObject. - ImmutableUnknownTransaction - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
UnknownTransaction. - ImmutableUnknownTransaction.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableUnknownTransaction. - ImmutableUnlModify - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
UnlModify. - ImmutableUnlModify.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableUnlModify. - ImmutableUnsignedClaim - Class in org.xrpl.xrpl4j.model.client.channels
-
Immutable implementation of
UnsignedClaim. - ImmutableUnsignedClaim.Builder - Class in org.xrpl.xrpl4j.model.client.channels
-
Builds instances of type
ImmutableUnsignedClaim. - ImmutableValidatedLedger - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Immutable implementation of
ServerInfo.ValidatedLedger. - ImmutableValidatedLedger.Builder - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Builds instances of type
ImmutableValidatedLedger. - ImmutableVoteEntry - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
VoteEntry. - ImmutableVoteEntry.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableVoteEntry. - ImmutableVoteEntryWrapper - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
VoteEntryWrapper. - ImmutableVoteEntryWrapper.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableVoteEntryWrapper. - ImmutableXChainAccountCreateCommit - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
XChainAccountCreateCommit. - ImmutableXChainAccountCreateCommit.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableXChainAccountCreateCommit. - ImmutableXChainAddAccountCreateAttestation - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
XChainAddAccountCreateAttestation. - ImmutableXChainAddAccountCreateAttestation.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableXChainAddAccountCreateAttestation. - ImmutableXChainAddClaimAttestation - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
XChainAddClaimAttestation. - ImmutableXChainAddClaimAttestation.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableXChainAddClaimAttestation. - ImmutableXChainBridge - Class in org.xrpl.xrpl4j.codec.binary.types
-
Immutable implementation of
XChainBridge. - ImmutableXChainBridge - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
XChainBridge. - ImmutableXChainBridge.Builder - Class in org.xrpl.xrpl4j.codec.binary.types
-
Builds instances of type
ImmutableXChainBridge. - ImmutableXChainBridge.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableXChainBridge. - ImmutableXChainClaim - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
XChainClaim. - ImmutableXChainClaim.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableXChainClaim. - ImmutableXChainClaimAttestation - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
XChainClaimAttestation. - ImmutableXChainClaimAttestation.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableXChainClaimAttestation. - ImmutableXChainClaimProofSig - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
XChainClaimProofSig. - ImmutableXChainClaimProofSig.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableXChainClaimProofSig. - ImmutableXChainCommit - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
XChainCommit. - ImmutableXChainCommit.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableXChainCommit. - ImmutableXChainCreateAccountAttestation - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
XChainCreateAccountAttestation. - ImmutableXChainCreateAccountAttestation.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableXChainCreateAccountAttestation. - ImmutableXChainCreateAccountProofSig - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
XChainCreateAccountProofSig. - ImmutableXChainCreateAccountProofSig.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableXChainCreateAccountProofSig. - ImmutableXChainCreateBridge - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
XChainCreateBridge. - ImmutableXChainCreateBridge.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableXChainCreateBridge. - ImmutableXChainCreateClaimId - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
XChainCreateClaimId. - ImmutableXChainCreateClaimId.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableXChainCreateClaimId. - ImmutableXChainModifyBridge - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
XChainModifyBridge. - ImmutableXChainModifyBridge.Builder - Class in org.xrpl.xrpl4j.model.transactions
-
Builds instances of type
ImmutableXChainModifyBridge. - ImmutableXChainOwnedClaimIdObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
XChainOwnedClaimIdObject. - ImmutableXChainOwnedClaimIdObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableXChainOwnedClaimIdObject. - ImmutableXChainOwnedCreateAccountClaimIdObject - Class in org.xrpl.xrpl4j.model.ledger
-
Immutable implementation of
XChainOwnedCreateAccountClaimIdObject. - ImmutableXChainOwnedCreateAccountClaimIdObject.Builder - Class in org.xrpl.xrpl4j.model.ledger
-
Builds instances of type
ImmutableXChainOwnedCreateAccountClaimIdObject. - INDEPENDENT - Static variable in class org.xrpl.xrpl4j.model.flags.BatchFlags
-
Constant
BatchFlagsfor thetfIndependentflag. - index() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up a ledger entry by ID/index.
- index() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult
-
The ID of the ledger entry returned.
- index() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up a ledger entry by ID/index.
- index() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryResult
-
The ID of the ledger entry returned.
- index() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersOffer
-
The unique ID of the
OfferObject. - index() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
The unique ID of the
OfferObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
The unique ID of this
AccountRootObjectledger object. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.AmmObject
-
The unique ID of the
AmmObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.BridgeObject
-
The unique ID of the
BridgeObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.CheckObject
-
The unique ID of the
CheckObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.CredentialObject
-
The unique ID of the
CredentialObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.DelegateObject
-
The unique ID of the
DelegateObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.DepositPreAuthObject
-
The unique ID of the
DepositPreAuthObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.DidObject
-
The unique ID of the
DidObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
The unique ID of this
EscrowObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
The unique ID of this
AccountRootObjectledger object. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject
-
The unique ID of the
AmmObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject
-
The unique ID of the
BridgeObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject
-
The unique ID of the
CheckObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject
-
The unique ID of the
CredentialObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject
-
The unique ID of the
DelegateObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject
-
The unique ID of the
DepositPreAuthObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject
-
The unique ID of the
DidObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
The unique ID of this
EscrowObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
The unique ID of this
MpTokenIssuanceObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject
-
The unique ID of this
MpTokenObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
The unique ID of this
NfTokenOfferObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject
-
The unique ID of this
NfTokenPageObjectledger object. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
The unique ID of the
OfferObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject
-
The unique ID of the
OracleObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
Unique ID for this channel.
- index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject
-
The unique ID of the
PermissionedDomainObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
Unique identifier for this
RippleStateObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject
-
Unique ID for this
SignerListObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject
-
The unique ID of the
TicketObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject
-
The unique ID of the
XChainOwnedClaimIdObject. - index() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject
-
The unique ID of the
XChainOwnedCreateAccountClaimIdObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenIssuanceObject
-
The unique ID of this
MpTokenIssuanceObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenObject
-
The unique ID of this
MpTokenObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenOfferObject
-
The unique ID of this
NfTokenOfferObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenPageObject
-
The unique ID of this
NfTokenPageObjectledger object. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.OfferObject
-
The unique ID of the
OfferObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.OracleObject
-
The unique ID of the
OracleObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.PayChannelObject
-
Unique ID for this channel.
- index() - Method in interface org.xrpl.xrpl4j.model.ledger.PermissionedDomainObject
-
The unique ID of the
PermissionedDomainObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.RippleStateObject
-
Unique identifier for this
RippleStateObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.SignerListObject
-
Unique ID for this
SignerListObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.TicketObject
-
The unique ID of the
TicketObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedClaimIdObject
-
The unique ID of the
XChainOwnedClaimIdObject. - index() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedCreateAccountClaimIdObject
-
The unique ID of the
XChainOwnedCreateAccountClaimIdObject. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject.Builder
-
Initializes the value for the
indexattribute. - index(Hash256, Class<T>, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests a ledger entry by index. - index(Hash256, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests a ledger entry by index but does not narrow down the polymorphic type ofLedgerObjectthat is returned. - info() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableServerInfoResult
-
Information about the requested server.
- info() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfoResult
-
Information about the requested server.
- info(ServerInfo) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableServerInfoResult.Builder
-
Initializes the value for the
infoattribute. - INNER_BATCH_TXN - Static variable in class org.xrpl.xrpl4j.model.flags.AccountSetTransactionFlags
-
Constant
AccountSetTransactionFlagsfor thetfInnerBatchTxnflag. - INNER_BATCH_TXN - Static variable in class org.xrpl.xrpl4j.model.flags.AmmClawbackFlags
-
Constant
AmmClawbackFlagsfor thetfInnerBatchTxnflag. - INNER_BATCH_TXN - Static variable in class org.xrpl.xrpl4j.model.flags.AmmDepositFlags
-
Constant
AmmDepositFlagsfor thetfInnerBatchTxnflag. - INNER_BATCH_TXN - Static variable in class org.xrpl.xrpl4j.model.flags.AmmWithdrawFlags
-
Constant
AmmWithdrawFlagsfor thetfInnerBatchTxnflag. - INNER_BATCH_TXN - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenAuthorizeFlags
-
Constant
MpTokenAuthorizeFlagsfor thetfInnerBatchTxnflag. - INNER_BATCH_TXN - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceCreateFlags
-
Constant
MpTokenIssuanceCreateFlagsfor thetfInnerBatchTxnflag. - INNER_BATCH_TXN - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceSetFlags
-
Constant
MpTokenIssuanceSetFlagsfor thetfInnerBatchTxnflag. - INNER_BATCH_TXN - Static variable in class org.xrpl.xrpl4j.model.flags.NfTokenCreateOfferFlags
-
Constant
NfTokenCreateOfferFlagsfor thetfInnerBatchTxnflag. - INNER_BATCH_TXN - Static variable in class org.xrpl.xrpl4j.model.flags.NfTokenMintFlags
-
Constant
NfTokenMintFlagsfor thetfInnerBatchTxnflag. - INNER_BATCH_TXN - Static variable in class org.xrpl.xrpl4j.model.flags.OfferCreateFlags
-
Constant
OfferCreateFlagsfor thetfInnerBatchTxnflag. - INNER_BATCH_TXN - Static variable in class org.xrpl.xrpl4j.model.flags.PaymentChannelClaimFlags
-
Constant
PaymentChannelClaimFlagsfor thetfInnerBatchTxnflag. - INNER_BATCH_TXN - Static variable in class org.xrpl.xrpl4j.model.flags.PaymentFlags
-
Constant
PaymentFlagsfor thetfInnerBatchTxnflag. - INNER_BATCH_TXN - Static variable in class org.xrpl.xrpl4j.model.flags.TransactionFlags
-
Corresponds to the
tfInnerBatchTxnflag. - INNER_BATCH_TXN - Static variable in class org.xrpl.xrpl4j.model.flags.TrustSetFlags
-
Constant
TrustSetFlagsfor thetfInnerBatchTxnflag. - INNER_BATCH_TXN - Static variable in class org.xrpl.xrpl4j.model.flags.XChainModifyBridgeFlags
-
Constant
XChainModifyBridgeFlagsfor thetfInnerBatchTxnflag. - inProgress() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType
-
The number of jobs that are currently in progress.
- inProgress() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.JobType
-
The number of jobs that are currently in progress.
- inProgress(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType.Builder
-
Initializes the optional value
inProgressto inProgress. - inProgress(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType.Builder
-
Initializes the optional value
inProgressto inProgress. - INSTANCE - Static variable in interface org.xrpl.xrpl4j.codec.binary.definitions.DefinitionsProvider
- invoiceId() - Method in interface org.xrpl.xrpl4j.model.ledger.CheckObject
-
Arbitrary 256-bit hash provided by the
CheckObject.account()as a specific reason or identifier for thisCheckObject. - invoiceId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject
-
Arbitrary 256-bit hash provided by the
CheckObject.account()as a specific reason or identifier for thisCheckObject. - invoiceId() - Method in interface org.xrpl.xrpl4j.model.transactions.CheckCreate
-
Arbitrary 256-bit hash representing a specific reason or identifier for this Check.
- invoiceId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
-
Arbitrary 256-bit hash representing a specific reason or identifier for this Check.
- invoiceId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
Arbitrary 256-bit hash representing a specific reason or identifier for this payment.
- invoiceId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject
-
Arbitrary 256-bit hash provided by the
MetaCheckObject.account()as a specific reason or identifier for thisMetaCheckObject. - invoiceId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCheckObject
-
Arbitrary 256-bit hash provided by the
MetaCheckObject.account()as a specific reason or identifier for thisMetaCheckObject. - invoiceId() - Method in interface org.xrpl.xrpl4j.model.transactions.Payment
-
Arbitrary 256-bit hash representing a specific reason or identifier for this payment.
- invoiceId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject.Builder
-
Initializes the optional value
invoiceIdto invoiceId. - invoiceId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the optional value
invoiceIdto invoiceId. - invoiceId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
invoiceIdto invoiceId. - invoiceId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Initializes the optional value
invoiceIdto invoiceId. - invoiceId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject.Builder
-
Initializes the optional value
invoiceIdto invoiceId. - invoiceId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the optional value
invoiceIdto invoiceId. - invoiceId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
invoiceIdto invoiceId. - invoiceId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Initializes the optional value
invoiceIdto invoiceId. - ioLatencyMs() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
Amount of time spent waiting for I/O operations, in milliseconds.
- ioLatencyMs() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
Amount of time spent waiting for I/O operations, in milliseconds.
- ioLatencyMs() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ReportingModeServerInfo
-
Amount of time spent waiting for I/O operations, in milliseconds.
- ioLatencyMs() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
Amount of time spent waiting for I/O operations, in milliseconds.
- ioLatencyMs(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the value for the
ioLatencyMsattribute. - ioLatencyMs(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the value for the
ioLatencyMsattribute. - is(T) - Static method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Create a
FluentCompareTofor the given value. - isDestroyed() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
- isDestroyed() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
- isDestroyed() - Method in class org.xrpl.xrpl4j.crypto.keys.Entropy
- isDestroyed() - Method in class org.xrpl.xrpl4j.crypto.keys.Passphrase
- isDestroyed() - Method in class org.xrpl.xrpl4j.crypto.keys.PrivateKey
- isDestroyed() - Method in class org.xrpl.xrpl4j.crypto.keys.Seed.DefaultSeed
- isDestroyed() - Method in class org.xrpl.xrpl4j.crypto.ServerSecret
- isEmpty() - Method in class org.xrpl.xrpl4j.model.flags.Flags
-
Returns whether these
TransactionFlagsare empty. - isEmpty(SerializerProvider, Flags) - Method in class org.xrpl.xrpl4j.model.jackson.modules.FlagsSerializer
- isLedgerInCompleteLedgers(UnsignedLong) - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo
-
Determines if the supplied
ledgerIndexexists on the rippled server by inspectingServerInfo.completeLedgers(). - isNegative() - Method in interface org.xrpl.xrpl4j.model.transactions.CurrencyAmount
-
Indicates whether this amount is positive or negative.
- isNegative() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableIssuedCurrencyAmount
-
Indicates whether this amount is positive or negative.
- isNegative() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMptCurrencyAmount
-
Indicates whether this amount is positive or negative.
- isNegative() - Method in interface org.xrpl.xrpl4j.model.transactions.IssuedCurrencyAmount
-
Indicates whether this amount is positive or negative.
- isNegative() - Method in interface org.xrpl.xrpl4j.model.transactions.MptCurrencyAmount
-
Indicates whether this amount is positive or negative.
- isNegative() - Method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount
-
Indicates whether this amount is positive or negative.
- isNegative(boolean) - Method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount.Builder
-
Initializes the value for the
isNegativeattribute. - isNot(T) - Static method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Create a
FluentCompareTofor the given value. - isNthBitSet(int) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
-
Checks if the nth bit (1-based index from left to right) is set.
- isSerialized() - Method in interface org.xrpl.xrpl4j.codec.binary.definitions.FieldInfo
-
If fiels is included in binary serialized representation.
- isSerialized() - Method in interface org.xrpl.xrpl4j.codec.binary.definitions.FieldInstance
-
If field is included in binary serialized representation.
- isSerialized() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInfo
-
If fiels is included in binary serialized representation.
- isSerialized() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance
-
If field is included in binary serialized representation.
- isSerialized(boolean) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInfo.Builder
-
Initializes the value for the
isSerializedattribute. - isSerialized(boolean) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance.Builder
-
Initializes the value for the
isSerializedattribute. - isSet(Flags) - Method in class org.xrpl.xrpl4j.model.flags.Flags
- isSigningField() - Method in interface org.xrpl.xrpl4j.codec.binary.definitions.FieldInfo
-
If field is included in signed transactions.
- isSigningField() - Method in interface org.xrpl.xrpl4j.codec.binary.definitions.FieldInstance
-
If field is included in signed transactions.
- isSigningField() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInfo
-
If field is included in signed transactions.
- isSigningField() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance
-
If field is included in signed transactions.
- isSigningField(boolean) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInfo.Builder
-
Initializes the value for the
isSigningFieldattribute. - isSigningField(boolean) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance.Builder
-
Initializes the value for the
isSigningFieldattribute. - isStrictlyCanonical() - Method in interface org.xrpl.xrpl4j.crypto.signing.bc.EcDsaSignature
-
Make sure signature is canonical to protect against signature morphing attacks.
- Issue - Interface in org.xrpl.xrpl4j.codec.binary.types
-
JSON mapping object for the Issue serializable type.
- Issue - Interface in org.xrpl.xrpl4j.model.ledger
-
Represents an asset on the ledger without an amount.
- IssuedCurrencyAmount - Interface in org.xrpl.xrpl4j.model.transactions
-
A
CurrencyAmountfor Issued Currencies on the XRP Ledger. - issuer() - Method in interface org.xrpl.xrpl4j.codec.binary.types.Hop
- issuer() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableHop
- issuer() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableIssue
-
The address of the issuer of this currency.
- issuer() - Method in interface org.xrpl.xrpl4j.codec.binary.types.Issue
-
The address of the issuer of this currency.
- issuer() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableNfTokenObject
-
The account that issued this NFToken.
- issuer() - Method in interface org.xrpl.xrpl4j.model.client.accounts.NfTokenObject
-
The account that issued this NFToken.
- issuer() - Method in interface org.xrpl.xrpl4j.model.client.ledger.CredentialLedgerEntryParams
-
The issuer of the credential.
- issuer() - Method in interface org.xrpl.xrpl4j.model.client.ledger.DepositPreAuthCredential
-
The issuer of the credential.
- issuer() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableCredentialLedgerEntryParams
-
The issuer of the credential.
- issuer() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthCredential
-
The issuer of the credential.
- issuer() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult
-
The account ID which denotes the issuer of this NFT.
- issuer() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftInfoResult
-
The account ID which denotes the issuer of this NFT.
- issuer() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathCurrency
-
The
Addressof the issuer of the currency. - issuer() - Method in interface org.xrpl.xrpl4j.model.client.path.PathCurrency
-
The
Addressof the issuer of the currency. - issuer() - Method in interface org.xrpl.xrpl4j.model.ledger.CredentialObject
-
The account that issued this credential.
- issuer() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject
-
The account that issued this credential.
- issuer() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableIssue
-
The
Addressof the issuer of the currency, or empty if the currency is XRP. - issuer() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
The
Addressof the issuer of this token. - issuer() - Method in interface org.xrpl.xrpl4j.model.ledger.Issue
-
The
Addressof the issuer of the currency, or empty if the currency is XRP. - issuer() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenIssuanceObject
-
The
Addressof the issuer of this token. - issuer() - Method in interface org.xrpl.xrpl4j.model.transactions.Credential
-
The issuer of the credential.
- issuer() - Method in interface org.xrpl.xrpl4j.model.transactions.CredentialAccept
-
The issuer of the credential.
- issuer() - Method in interface org.xrpl.xrpl4j.model.transactions.CredentialDelete
-
The issuer of the credential.
- issuer() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredential
-
The issuer of the credential.
- issuer() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept
-
The issuer of the credential.
- issuer() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete
-
The issuer of the credential.
- issuer() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableIssuedCurrencyAmount
-
Unique account
Addressof the entity issuing the currency. - issuer() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint
-
Indicates the account that should be the issuer of this token.
- issuer() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePathStep
-
If present, this path step represents changing currencies and this address defines the issuer of the new currency.
- issuer() - Method in interface org.xrpl.xrpl4j.model.transactions.IssuedCurrencyAmount
-
Unique account
Addressof the entity issuing the currency. - issuer() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredential
-
The issuer of the credential.
- issuer() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject
-
The account that issued this credential.
- issuer() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject
- issuer() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCredential
-
The issuer of the credential.
- issuer() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCredentialObject
-
The account that issued this credential.
- issuer() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenIssuanceObject
- issuer() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenMint
-
Indicates the account that should be the issuer of this token.
- issuer() - Method in interface org.xrpl.xrpl4j.model.transactions.PathStep
-
If present, this path step represents changing currencies and this address defines the issuer of the new currency.
- issuer(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableHop.Builder
-
Initializes the optional value
issuerto issuer. - issuer(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableIssue.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Optional<? extends JsonNode>) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableHop.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Optional<? extends JsonNode>) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableIssue.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathCurrency.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableIssue.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePathStep.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredential.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableNfTokenObject.Builder
-
Initializes the value for the
issuerattribute. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableCredentialLedgerEntryParams.Builder
-
Initializes the value for the
issuerattribute. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthCredential.Builder
-
Initializes the value for the
issuerattribute. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult.Builder
-
Initializes the value for the
issuerattribute. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathCurrency.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject.Builder
-
Initializes the value for the
issuerattribute. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableIssue.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the value for the
issuerattribute. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredential.Builder
-
Initializes the value for the
issuerattribute. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Initializes the value for the
issuerattribute. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableIssuedCurrencyAmount.Builder
-
Initializes the value for the
issuerattribute. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePathStep.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredential.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject.Builder
-
Initializes the optional value
issuerto issuer. - issuer(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
issuerto issuer. - issuerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.CredentialObject
-
A hint indicating which page of the issuer's directory links to this entry, in case the directory consists of multiple pages.
- issuerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
A hint indicating which page of the issuer's owner directory links to this object, in case the directory consists of multiple pages.
- issuerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject
-
A hint indicating which page of the issuer's directory links to this entry, in case the directory consists of multiple pages.
- issuerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
A hint indicating which page of the issuer's owner directory links to this object, in case the directory consists of multiple pages.
- issuerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject
-
A hint indicating which page of the issuer's directory links to this entry, in case the directory consists of multiple pages.
- issuerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
A hint indicating which page of the issuer's owner directory links to this object, in case the directory consists of multiple pages.
- issuerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCredentialObject
-
A hint indicating which page of the issuer's directory links to this entry, in case the directory consists of multiple pages.
- issuerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaEscrowObject
-
A hint indicating which page of the issuer's owner directory links to this object, in case the directory consists of multiple pages.
- issuerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject.Builder
-
Initializes the value for the
issuerNodeattribute. - issuerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
issuerNodeto issuerNode. - issuerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject.Builder
-
Initializes the optional value
issuerNodeto issuerNode. - issuerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
issuerNodeto issuerNode. - issuerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
issuerNodeto issuerNode. - issuerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject.Builder
-
Initializes the optional value
issuerNodeto issuerNode. - issuerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
issuerNodeto issuerNode. - IssueType - Class in org.xrpl.xrpl4j.codec.binary.types
- IssueType() - Constructor for class org.xrpl.xrpl4j.codec.binary.types.IssueType
- IssueType(UnsignedByteArray) - Constructor for class org.xrpl.xrpl4j.codec.binary.types.IssueType
- issuingChainDoor() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableXChainBridge
-
The door account on the issuing chain.
- issuingChainDoor() - Method in interface org.xrpl.xrpl4j.codec.binary.types.XChainBridge
-
The door account on the issuing chain.
- issuingChainDoor() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainBridge
-
The door account on the issuing chain.
- issuingChainDoor() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainBridge
-
The door account on the issuing chain.
- issuingChainDoor(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableXChainBridge.Builder
-
Initializes the value for the
issuingChainDoorattribute. - issuingChainDoor(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainBridge.Builder
-
Initializes the value for the
issuingChainDoorattribute. - issuingChainIssue() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableXChainBridge
-
The asset that is minted and burned on the issuing chain.
- issuingChainIssue() - Method in interface org.xrpl.xrpl4j.codec.binary.types.XChainBridge
-
The asset that is minted and burned on the issuing chain.
- issuingChainIssue() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainBridge
-
The asset that is minted and burned on the issuing chain.
- issuingChainIssue() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainBridge
-
The asset that is minted and burned on the issuing chain.
- issuingChainIssue(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableXChainBridge.Builder
-
Initializes the value for the
issuingChainIssueattribute. - issuingChainIssue(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainBridge.Builder
-
Initializes the value for the
issuingChainIssueattribute. - isTranactionQueueFull() - Method in interface org.xrpl.xrpl4j.model.client.fees.ComputedNetworkFees
-
Determines if the transaction queue is full.
- isTranactionQueueFull() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableComputedNetworkFees
-
Determines if the transaction queue is full.
- isTransactionQueueEmpty() - Method in interface org.xrpl.xrpl4j.model.client.fees.ComputedNetworkFees
-
Helper method to determine if a transaction queue is empty.
- isTransactionQueueEmpty() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableComputedNetworkFees
-
Helper method to determine if a transaction queue is empty.
- isUnwrappingSerializer() - Method in class org.xrpl.xrpl4j.model.jackson.modules.LedgerSpecifierSerializer
- isValidClassicAddress(Address) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
-
Tests if the given Address is a valid Classic Address.
- isValidXAddress(XAddress) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
-
Tests if the given X-Address is a valid X-Address.
- isVariableLengthEncoded() - Method in interface org.xrpl.xrpl4j.codec.binary.definitions.FieldInfo
- isVariableLengthEncoded() - Method in interface org.xrpl.xrpl4j.codec.binary.definitions.FieldInstance
-
Whether or not this FieldInstance is variable-length encoded.
- isVariableLengthEncoded() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInfo
- isVariableLengthEncoded() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance
-
Whether or not this FieldInstance is variable-length encoded.
- isVariableLengthEncoded(boolean) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInfo.Builder
-
Initializes the value for the
isVariableLengthEncodedattribute. - isVariableLengthEncoded(boolean) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance.Builder
-
Initializes the value for the
isVariableLengthEncodedattribute.
J
- JavaKeystoreLoader - Class in org.xrpl.xrpl4j.crypto
-
A class that assists in loading
KeyStoreobjects from the classpath. - jobType() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType
-
The type of job.
- jobType() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.JobType
-
The type of job.
- jobType(String) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType.Builder
-
Initializes the value for the
jobTypeattribute. - jobTypes() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLoad
-
(Admin only) Information about the rate of different types of jobs the server is doing and how much time it spends on each.
- jobTypes() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.Load
-
(Admin only) Information about the rate of different types of jobs the server is doing and how much time it spends on each.
- jobTypes(Iterable<? extends ServerInfo.JobType>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableLoad.Builder
-
Sets or replaces all elements for
jobTypeslist. - jqTransOverflow() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
The number of times (since starting up) that this server has had over 250 transactions waiting to be processed at once.
- jqTransOverflow() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
The number of times (since starting up) that this server has had over 250 transactions waiting to be processed at once.
- jqTransOverflow(String) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
jqTransOverflowto jqTransOverflow. - jqTransOverflow(Optional<String>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
jqTransOverflowto jqTransOverflow. - JSON - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the json rippled API method.
K
- kept() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult
-
The value
trueindicates that the transaction was kept to be retried later. - kept() - Method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitResult
-
The value
trueindicates that the transaction was kept to be retried later. - kept(boolean) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult.Builder
-
Initializes the value for the
keptattribute. - keyIdentifier() - Method in interface org.xrpl.xrpl4j.crypto.keys.PrivateKeyReference
-
The unique identifier for the private-key.
- KeyPair - Interface in org.xrpl.xrpl4j.crypto.keys
-
Represents an XRPL public/private key pair.
- keyType() - Method in class org.xrpl.xrpl4j.crypto.keys.ImmutablePublicKey
-
The type of this key.
- keyType() - Method in class org.xrpl.xrpl4j.crypto.keys.PrivateKey
-
The type of this key (either
KeyType.ED25519orKeyType.SECP256K1). - keyType() - Method in interface org.xrpl.xrpl4j.crypto.keys.PrivateKeyable
-
The type of this key.
- keyType() - Method in interface org.xrpl.xrpl4j.crypto.keys.PublicKey
-
The type of this key.
- KeyType - Enum in org.xrpl.xrpl4j.codec.addresses
L
- lastClose() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
Information about the last time the server closed a ledger, including the amount of time it took to reach a consensus and the number of trusted validators participating.
- lastClose() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
Information about the last time the server closed a ledger, including the amount of time it took to reach a consensus and the number of trusted validators participating.
- lastClose() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ReportingModeServerInfo
-
Information about the last time the server closed a ledger, including the amount of time it took to reach a consensus and the number of trusted validators participating.
- lastClose() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
Information about the last time the server closed a ledger, including the amount of time it took to reach a consensus and the number of trusted validators participating.
- lastClose(ServerInfo.LastClose) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the value for the
lastCloseattribute. - lastClose(ServerInfo.LastClose) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the value for the
lastCloseattribute. - lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.Transaction
-
Highest ledger index this transaction can appear in.
- lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastLedgerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Initializes the optional value
lastLedgerSequenceto lastLedgerSequence. - lastUpdateTime() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject
-
The time the data was last updated, represented in Unix time.
- lastUpdateTime() - Method in interface org.xrpl.xrpl4j.model.ledger.OracleObject
-
The time the data was last updated, represented in Unix time.
- lastUpdateTime() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet
-
The time the data was last updated, represented in Unix time.
- lastUpdateTime() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject
-
The time the data was last updated, represented in Unix time.
- lastUpdateTime() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOracleObject
-
The time the data was last updated, represented in Unix time.
- lastUpdateTime() - Method in interface org.xrpl.xrpl4j.model.transactions.OracleSet
-
The time the data was last updated, represented in Unix time.
- lastUpdateTime(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject.Builder
-
Initializes the value for the
lastUpdateTimeattribute. - lastUpdateTime(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Initializes the value for the
lastUpdateTimeattribute. - lastUpdateTime(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject.Builder
-
Initializes the optional value
lastUpdateTimeto lastUpdateTime. - lastUpdateTime(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject.Builder
-
Initializes the optional value
lastUpdateTimeto lastUpdateTime. - ledger() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult
-
The complete header data of this ledger.
- ledger() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerResult
-
The complete header data of this ledger.
- ledger(LedgerHeader) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult.Builder
-
Initializes the value for the
ledgerattribute. - LEDGER - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the ledger rippled API method.
- LEDGER_CLOSED - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the ledger_closed rippled API method.
- LEDGER_CURRENT - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the ledger_current rippled API method.
- LEDGER_DATA - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the ledger_data rippled API method.
- LEDGER_ENTRY - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the ledger_entry rippled API method.
- LEDGER_HASHES - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforLedgerHashesledger objects. - LEDGER_HASHES - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsResult
-
The ledger index of the current open ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountCurrenciesResult
-
The ledger index of the current open ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountInfoResult
-
(Omitted if ledger_index is provided instead) The ledger index of the current in-progress ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesResult
-
The ledger index of the current open ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountNftsResult
-
(Omitted if ledger_index is provided instead) The ledger index of the current in-progress ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsResult
-
The ledger index of the current in-progress ledger version, which was used to generate this
AccountObjectsResult. - ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountOffersResult
-
Omitted if ledger_hash or ledger_index provided.
- ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesResult
-
The ledger index of the current open ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult
-
The ledger index of the current open ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult
-
The ledger index of the current open ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoResult
-
(Omitted if ledger_index is provided instead) The ledger index of the current in-progress ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult
-
The ledger index of the current open ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult
-
(Omitted if ledger_index is provided instead) The ledger index of the current in-progress ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult
-
The ledger index of the current in-progress ledger version, which was used to generate this
AccountObjectsResult. - ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult
-
Omitted if ledger_hash or ledger_index provided.
- ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult
-
The ledger index of the current open ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.admin.AcceptLedgerResult
-
The Ledger Index of the current open ledger these stats describe.
- ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.admin.ImmutableAcceptLedgerResult
-
The Ledger Index of the current open ledger these stats describe.
- ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoResult
-
(Omitted if ledger_index is provided instead) The ledger index of the current in-progress ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult
-
(Omitted if ledger_index is provided instead) The ledger index of the current in-progress ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeResult
-
The Ledger Index of the current open ledger these stats describe.
- ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult
-
The Ledger Index of the current open ledger these stats describe.
- ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult
-
The
LedgerIndexof this ledger, if the ledger is the current ledger. - ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult
-
The
LedgerIndexof this ledger, if the ledger is the current ledger. - ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryResult
-
The
LedgerIndexof this ledger, if the ledger is the current ledger. - ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerResult
-
The
LedgerIndexof this ledger, if the ledger is the current ledger. - ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.oracle.GetAggregatePriceResult
-
The ledger index of the current open ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult
-
The ledger index of the current open ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersResult
-
(Omitted if ledger_index is provided instead) The ledger index of the current in-progress ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in interface org.xrpl.xrpl4j.model.client.path.DepositAuthorizedResult
-
(Omitted if ledger_index is provided instead) The ledger index of the current in-progress ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult
-
(Omitted if ledger_index is provided instead) The ledger index of the current in-progress ledger, which was used when retrieving this information.
- ledgerCurrentIndex() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult
-
(Omitted if ledger_index is provided instead) The ledger index of the current in-progress ledger, which was used when retrieving this information.
- ledgerCurrentIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.admin.ImmutableAcceptLedgerResult.Builder
-
Initializes the value for the
ledgerCurrentIndexattribute. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult.Builder
-
Initializes the value for the
ledgerCurrentIndexattribute. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult.Builder
-
Initializes the optional value
ledgerCurrentIndexto ledgerCurrentIndex. - ledgerCurrentIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsResult
-
Get
AccountChannelsResult.ledgerCurrentIndex(), or throw anIllegalStateExceptionifAccountChannelsResult.ledgerCurrentIndex()is empty. - ledgerCurrentIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountCurrenciesResult
-
Get
AccountCurrenciesResult.ledgerCurrentIndex(), or throw anIllegalStateExceptionifAccountCurrenciesResult.ledgerCurrentIndex()is empty. - ledgerCurrentIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountInfoResult
-
Get
AccountInfoResult.ledgerCurrentIndex(), or throw anIllegalStateExceptionifAccountInfoResult.ledgerCurrentIndex()is empty. - ledgerCurrentIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesResult
-
Get
AccountLinesResult.ledgerCurrentIndex(), or throw anIllegalStateExceptionifAccountLinesResult.ledgerCurrentIndex()is empty. - ledgerCurrentIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountNftsResult
-
Get
AccountNftsResult.ledgerCurrentIndex(), or throw anIllegalStateExceptionifAccountNftsResult.ledgerCurrentIndex()is empty. - ledgerCurrentIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsResult
-
Get
AccountObjectsResult.ledgerCurrentIndex(), or throw anIllegalStateExceptionifAccountObjectsResult.ledgerCurrentIndex()is empty. - ledgerCurrentIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountOffersResult
-
Get
AccountOffersResult.ledgerCurrentIndex(), or throw anIllegalStateExceptionifAccountOffersResult.ledgerCurrentIndex()is empty. - ledgerCurrentIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesResult
-
Get
GatewayBalancesResult.ledgerCurrentIndex(), or throw anIllegalStateExceptionifGatewayBalancesResult.ledgerCurrentIndex()is empty. - ledgerCurrentIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoResult
-
Get
AmmInfoResult.ledgerCurrentIndex(), or throw anIllegalStateExceptionifAmmInfoResult.ledgerCurrentIndex()is empty. - ledgerCurrentIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryResult
-
Get
LedgerEntryResult.ledgerCurrentIndex(), or throw anIllegalStateExceptionifLedgerEntryResult.ledgerCurrentIndex()is empty. - ledgerCurrentIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerResult
-
Get
LedgerResult.ledgerCurrentIndex(), or throw anIllegalStateExceptionifLedgerResult.ledgerCurrentIndex()is empty. - ledgerCurrentIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.oracle.GetAggregatePriceResult
-
Get
GetAggregatePriceResult.ledgerCurrentIndex(), or throw anIllegalStateExceptionifGetAggregatePriceResult.ledgerCurrentIndex()is empty. - ledgerCurrentIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersResult
-
Get
BookOffersResult.ledgerCurrentIndex(), or throw anIllegalStateExceptionifBookOffersResult.ledgerCurrentIndex()is empty. - ledgerCurrentIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.path.DepositAuthorizedResult
-
Get
DepositAuthorizedResult.ledgerCurrentIndex(), or throw anIllegalStateExceptionifDepositAuthorizedResult.ledgerCurrentIndex()is empty. - LedgerEntryRequestParams<T> - Interface in org.xrpl.xrpl4j.model.client.ledger
-
Request parameters for the
ledger_entryRPC. - LedgerEntryResult<T> - Interface in org.xrpl.xrpl4j.model.client.ledger
-
The result of a
ledger_entryRPC call. - ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersOffer
-
The value 0x006F, mapped to the string "Offer", indicates that this object is a
OfferObjectobject. - ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
The value 0x006F, mapped to the string "Offer", indicates that this object is a
OfferObjectobject. - ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
The type of ledger object, which will always be "AccountRoot" in this case.
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.AmmObject
-
The type of ledger object, which will always be "AMM" in this case.
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.BridgeObject
-
The type of ledger object, which will always be "Bridge" in this case.
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.CheckObject
-
The value 0x0043, mapped to the string "Check", indicates that this object is a
CheckObjectobject. - ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.CredentialObject
-
Indicates that this object is a
CredentialObjectobject. - ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.DelegateObject
-
The type of ledger object, which will always be "Delegate" in this case.
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.DepositPreAuthObject
-
The type of ledger object, which will always be "DepositPreauth" in this case.
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.DidObject
-
The type of ledger object, which will always be "DID" in this case.
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
The type of ledger object, which is always "Escrow".
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
The type of ledger object, which will always be "AccountRoot" in this case.
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject
-
The type of ledger object, which will always be "AMM" in this case.
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject
-
The type of ledger object, which will always be "Bridge" in this case.
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject
-
The value 0x0043, mapped to the string "Check", indicates that this object is a
CheckObjectobject. - ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject
-
Indicates that this object is a
CredentialObjectobject. - ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject
-
The type of ledger object, which will always be "Delegate" in this case.
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject
-
The type of ledger object, which will always be "DepositPreauth" in this case.
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject
-
The type of ledger object, which will always be "DID" in this case.
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
The type of ledger object, which is always "Escrow".
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
The type of ledger object.
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject
-
The type of ledger object, which will always be "NFTokenPage" in this case.
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
The value 0x006F, mapped to the string "Offer", indicates that this object is a
OfferObjectobject. - ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject
-
The type of ledger object, which will always be "Oracle" in this case.
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
The type of ledger object, which is always "PayChannel".
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject
-
Indicates that this object is a
PermissionedDomainObjectobject. - ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
The type of ledger object.
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject
-
The type of ledger object.
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject
-
The type of ledger object.
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableUnknownLedgerObject
-
The type of ledger object, as a
String. - ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject
-
The type of ledger object, which will always be "XChainOwnedClaimID" in this case.
- ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject
-
The type of ledger object, which will always be "XChainOwnedCreateAccountClaimIdObject" in this case.
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenIssuanceObject
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenObject
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenOfferObject
-
The type of ledger object.
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenPageObject
-
The type of ledger object, which will always be "NFTokenPage" in this case.
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.OfferObject
-
The value 0x006F, mapped to the string "Offer", indicates that this object is a
OfferObjectobject. - ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.OracleObject
-
The type of ledger object, which will always be "Oracle" in this case.
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.PayChannelObject
-
The type of ledger object, which is always "PayChannel".
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.PermissionedDomainObject
-
Indicates that this object is a
PermissionedDomainObjectobject. - ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.RippleStateObject
-
The type of ledger object.
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.SignerListObject
-
The type of ledger object.
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.TicketObject
-
The type of ledger object.
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.UnknownLedgerObject
-
The type of ledger object, as a
String. - ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedClaimIdObject
-
The type of ledger object, which will always be "XChainOwnedClaimID" in this case.
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedCreateAccountClaimIdObject
-
The type of ledger object, which will always be "XChainOwnedCreateAccountClaimIdObject" in this case.
- ledgerEntryType() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.AffectedNode
-
The type of ledger entry this
AffectedNodeaffected. - ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableCreatedNode
-
The type of ledger entry this
AffectedNodeaffected. - ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode
-
The type of ledger entry this
AffectedNodeaffected. - ledgerEntryType() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode
-
The type of ledger entry this
AffectedNodeaffected. - ledgerEntryType(MetaLedgerEntryType) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableCreatedNode.Builder
-
Initializes the value for the
ledgerEntryTypeattribute. - ledgerEntryType(MetaLedgerEntryType) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode.Builder
-
Initializes the value for the
ledgerEntryTypeattribute. - ledgerEntryType(MetaLedgerEntryType) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode.Builder
-
Initializes the value for the
ledgerEntryTypeattribute. - ledgerEntryTypes() - Method in interface org.xrpl.xrpl4j.codec.binary.definitions.Definitions
-
Ledger types mappings (transaction type to ordinal value).
- ledgerEntryTypes() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableDefinitions
-
Ledger types mappings (transaction type to ordinal value).
- ledgerEntryTypes(Map<String, ? extends Integer>) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableDefinitions.Builder
-
Sets or replaces all mappings from the specified map as entries for the
ledgerEntryTypesmap. - ledgerHash() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsResult
-
The identifying Hash of the ledger version used to generate this response.
- ledgerHash() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountCurrenciesResult
-
The identifying Hash of the ledger version used to generate this response.
- ledgerHash() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesResult
-
The identifying hash the ledger version that was used when retrieving this data.
- ledgerHash() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountNftsResult
-
The identifying Hash of the ledger version used to generate this response.
- ledgerHash() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsResult
-
The identifying hash of the ledger that was used to generate this
AccountObjectsResult. - ledgerHash() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountOffersResult
-
The identifying Hash of the ledger version used to generate this response.
- ledgerHash() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesResult
-
The identifying hash the ledger version that was used when retrieving this data.
- ledgerHash() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult
-
The identifying Hash of the ledger version used to generate this response.
- ledgerHash() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult
-
The identifying Hash of the ledger version used to generate this response.
- ledgerHash() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult
-
The identifying hash the ledger version that was used when retrieving this data.
- ledgerHash() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult
-
The identifying Hash of the ledger version used to generate this response.
- ledgerHash() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult
-
The identifying hash of the ledger that was used to generate this
AccountObjectsResult. - ledgerHash() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult
-
The identifying Hash of the ledger version used to generate this response.
- ledgerHash() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult
-
The identifying hash the ledger version that was used when retrieving this data.
- ledgerHash() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoResult
-
The identifying Hash of the ledger version used to generate this response.
- ledgerHash() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult
-
The identifying Hash of the ledger version used to generate this response.
- ledgerHash() - Method in class org.xrpl.xrpl4j.model.client.common.ImmutableLedgerSpecifier
-
A 20-byte hex string for the ledger version to use.
- ledgerHash() - Method in interface org.xrpl.xrpl4j.model.client.common.LedgerSpecifier
-
A 20-byte hex string for the ledger version to use.
- ledgerHash() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult
-
Unique identifying hash of the entire ledger.
- ledgerHash() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult
-
Unique identifying hash of the entire ledger.
- ledgerHash() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryResult
-
Unique identifying hash of the entire ledger.
- ledgerHash() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerResult
-
Unique identifying hash of the entire ledger.
- ledgerHash() - Method in interface org.xrpl.xrpl4j.model.client.oracle.GetAggregatePriceResult
-
The identifying Hash of the ledger version used to generate this response.
- ledgerHash() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult
-
The identifying Hash of the ledger version used to generate this response.
- ledgerHash() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersResult
-
A 20-byte hex string for the ledger version to use.
- ledgerHash() - Method in interface org.xrpl.xrpl4j.model.client.path.DepositAuthorizedResult
-
A 20-byte hex string for the ledger version to use.
- ledgerHash() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult
-
A 20-byte hex string for the ledger version to use.
- ledgerHash() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult
-
A 20-byte hex string for the ledger version to use.
- ledgerHash() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader
-
The SHA-512Half of this ledger version.
- ledgerHash() - Method in interface org.xrpl.xrpl4j.model.ledger.LedgerHeader
-
The SHA-512Half of this ledger version.
- ledgerHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.common.ImmutableLedgerSpecifier.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.common.ImmutableLedgerSpecifier.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Hash256) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHash(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Initializes the optional value
ledgerHashto ledgerHash. - ledgerHashSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsResult
-
Get
AccountChannelsResult.ledgerHash(), or throw anIllegalStateExceptionifAccountChannelsResult.ledgerHash()is empty. - ledgerHashSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountCurrenciesResult
-
Get
AccountCurrenciesResult.ledgerHash(), or throw anIllegalStateExceptionifAccountCurrenciesResult.ledgerHash()is empty. - ledgerHashSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesResult
-
Get
AccountLinesResult.ledgerHash(), or throw anIllegalStateExceptionifAccountLinesResult.ledgerHash()is empty. - ledgerHashSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountNftsResult
-
Get
AccountNftsResult.ledgerHash(), or throw anIllegalStateExceptionifAccountNftsResult.ledgerHash()is empty. - ledgerHashSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsResult
-
Get
AccountObjectsResult.ledgerIndex(), or throw anIllegalStateExceptionifAccountObjectsResult.ledgerIndex()is empty. - ledgerHashSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountOffersResult
-
Get
AccountOffersResult.ledgerHash(), or throw anIllegalStateExceptionifAccountOffersResult.ledgerHash()is empty. - ledgerHashSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesResult
-
Get
GatewayBalancesResult.ledgerHash(), or throw anIllegalStateExceptionifGatewayBalancesResult.ledgerHash()is empty. - ledgerHashSafe() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoResult
-
Get
AmmInfoResult.ledgerHash(), or throw anIllegalStateExceptionifAmmInfoResult.ledgerHash()is empty. - ledgerHashSafe() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryResult
-
Get
LedgerEntryResult.ledgerHash(), or throw anIllegalStateExceptionifLedgerEntryResult.ledgerHash()is empty. - ledgerHashSafe() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerResult
-
Get
LedgerResult.ledgerHash(), or throw anIllegalStateExceptionifLedgerResult.ledgerHash()is empty. - ledgerHashSafe() - Method in interface org.xrpl.xrpl4j.model.client.oracle.GetAggregatePriceResult
-
Get
GetAggregatePriceResult.ledgerHash(), or throw anIllegalStateExceptionifGetAggregatePriceResult.ledgerHash()is empty. - ledgerHashSafe() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersResult
-
Get
BookOffersResult.ledgerHash(), or throw anIllegalStateExceptionifBookOffersResult.ledgerHash()is empty. - ledgerHashSafe() - Method in interface org.xrpl.xrpl4j.model.client.path.DepositAuthorizedResult
-
Get
DepositAuthorizedResult.ledgerHash(), or throw anIllegalStateExceptionifDepositAuthorizedResult.ledgerHash()is empty. - LedgerHeader - Interface in org.xrpl.xrpl4j.model.ledger
-
Contains the contents of a given ledger on the XRPL.
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsResult
-
The Ledger Index of the ledger version used to generate this response.
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountCurrenciesResult
-
The Ledger Index of the ledger version used to generate this response.
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountInfoResult
-
(Omitted if ledger_current_index is provided instead) The ledger index of the ledger version used when retrieving this information.
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesResult
-
The ledger index of the ledger version that was used when retrieving this data.
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountNftsResult
-
(Omitted if ledger_current_index is provided instead) The ledger index of the ledger version used when retrieving this information.
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsResult
-
The ledger index of the ledger version that was used to generate this
AccountObjectsResult. - ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountOffersResult
-
The Ledger Index of the ledger version used to generate this response.
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsTransaction
-
The index of the ledger that this transaction was included in.
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesResult
-
The ledger index of the ledger version that was used when retrieving this data.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult
-
The Ledger Index of the ledger version used to generate this response.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult
-
The Ledger Index of the ledger version used to generate this response.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoResult
-
(Omitted if ledger_current_index is provided instead) The ledger index of the ledger version used when retrieving this information.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult
-
The ledger index of the ledger version that was used when retrieving this data.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult
-
(Omitted if ledger_current_index is provided instead) The ledger index of the ledger version used when retrieving this information.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult
-
The ledger index of the ledger version that was used to generate this
AccountObjectsResult. - ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult
-
The Ledger Index of the ledger version used to generate this response.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransaction
-
The index of the ledger that this transaction was included in.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult
-
The ledger index of the ledger version that was used when retrieving this data.
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoResult
-
(Omitted if ledger_current_index is provided instead) The ledger index of the ledger version used when retrieving this information.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult
-
(Omitted if ledger_current_index is provided instead) The ledger index of the ledger version used when retrieving this information.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.common.ImmutableLedgerSpecifier
-
The ledger index of the ledger to use.
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.common.LedgerSpecifier
-
The ledger index of the ledger to use.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult
-
The
LedgerIndexof this ledger. - ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult
-
The
LedgerIndexof this ledger. - ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryResult
-
The
LedgerIndexof this ledger. - ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerResult
-
The
LedgerIndexof this ledger. - ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersResponse
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult
-
The ledger index of the most recent ledger version where the state of this NFT was modified, as in the NFT was minted (created), changed ownership (traded), or burned (destroyed).
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftInfoResult
-
The ledger index of the most recent ledger version where the state of this NFT was modified, as in the NFT was minted (created), changed ownership (traded), or burned (destroyed).
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.oracle.GetAggregatePriceResult
-
The Ledger Index of the ledger version used to generate this response.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult
-
The Ledger Index of the ledger version used to generate this response.
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersResult
-
(Omitted if ledger_current_index is provided instead) The ledger index of the ledger version used when retrieving this information.
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.path.DepositAuthorizedResult
-
(Omitted if ledger_current_index is provided instead) The ledger index of the ledger version used when retrieving this information.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult
-
(Omitted if ledger_current_index is provided instead) The ledger index of the ledger version used when retrieving this information.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult
-
(Omitted if ledger_current_index is provided instead) The ledger index of the ledger version used when retrieving this information.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult
-
The ledger index of the ledger that includes this
Transaction. - ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.client.transactions.TransactionResult
-
The ledger index of the ledger that includes this
Transaction. - ledgerIndex() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader
-
The ledger index of the ledger.
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.ledger.LedgerHeader
-
The ledger index of the ledger.
- ledgerIndex() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.AffectedNode
-
The unique ID of the ledger object that we affected.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableCreatedNode
-
The unique ID of the ledger object that we affected.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode
-
The unique ID of the ledger object that we affected.
- ledgerIndex() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode
-
The unique ID of the ledger object that we affected.
- ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.common.ImmutableLedgerSpecifier.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransaction.Builder
-
Initializes the value for the
ledgerIndexattribute. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfoResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.common.ImmutableLedgerSpecifier.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse.Builder
-
Initializes the value for the
ledgerIndexattribute. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult.Builder
-
Initializes the value for the
ledgerIndexattribute. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult.Builder
-
Initializes the optional value
ledgerIndexto ledgerIndex. - ledgerIndex(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Initializes the value for the
ledgerIndexattribute. - ledgerIndex(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableCreatedNode.Builder
-
Initializes the value for the
ledgerIndexattribute. - ledgerIndex(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode.Builder
-
Initializes the value for the
ledgerIndexattribute. - ledgerIndex(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode.Builder
-
Initializes the value for the
ledgerIndexattribute. - LedgerIndex - Class in org.xrpl.xrpl4j.model.client.common
-
Represents a ledger index, which can either be an integer or a shortcut
String. - LedgerIndexBound - Class in org.xrpl.xrpl4j.model.client.common
-
This class is similar to
LedgerIndexin that it represents a numerical ledger version on the XRP Ledger. - LedgerIndexBoundDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
LedgerIndexBounds. - LedgerIndexBoundDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.LedgerIndexBoundDeserializer
-
No-args constructor.
- LedgerIndexBoundSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
LedgerIndexBounds. - LedgerIndexBoundSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.LedgerIndexBoundSerializer
-
No-args constructor.
- LedgerIndexDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
LedgerIndexs. - LedgerIndexDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.LedgerIndexDeserializer
-
No-args constructor.
- ledgerIndexMaximum() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsRequestParams
-
The most recent ledger to include transactions from.
- ledgerIndexMaximum() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsResult
-
The ledger index of the most recent ledger actually searched for transactions.
- ledgerIndexMaximum() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams
-
The most recent ledger to include transactions from.
- ledgerIndexMaximum() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult
-
The ledger index of the most recent ledger actually searched for transactions.
- ledgerIndexMaximum(LedgerIndexBound) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams.Builder
-
Initializes the value for the
ledgerIndexMaximumattribute. - ledgerIndexMaximum(LedgerIndexBound) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult.Builder
-
Initializes the value for the
ledgerIndexMaximumattribute. - ledgerIndexMinimum() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsRequestParams
-
The earliest ledger to include transactions from.
- ledgerIndexMinimum() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsResult
-
The ledger index of the earliest ledger actually searched for transactions.
- ledgerIndexMinimum() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams
-
The earliest ledger to include transactions from.
- ledgerIndexMinimum() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult
-
The ledger index of the earliest ledger actually searched for transactions.
- ledgerIndexMinimum(LedgerIndexBound) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams.Builder
-
Initializes the value for the
ledgerIndexMinimumattribute. - ledgerIndexMinimum(LedgerIndexBound) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult.Builder
-
Initializes the value for the
ledgerIndexMinimumattribute. - ledgerIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsResult
-
Get
AccountChannelsResult.ledgerIndex(), or throw anIllegalStateExceptionifAccountChannelsResult.ledgerIndex()is empty. - ledgerIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountCurrenciesResult
-
Get
AccountCurrenciesResult.ledgerIndex(), or throw anIllegalStateExceptionifAccountCurrenciesResult.ledgerIndex()is null. - ledgerIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountInfoResult
-
Get
AccountInfoResult.ledgerIndex(), or throw anIllegalStateExceptionifAccountInfoResult.ledgerIndex()is empty. - ledgerIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesResult
-
Get
AccountLinesResult.ledgerIndex(), or throw anIllegalStateExceptionifAccountLinesResult.ledgerIndex()is empty. - ledgerIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountNftsResult
-
Get
AccountNftsResult.ledgerIndex(), or throw anIllegalStateExceptionifAccountNftsResult.ledgerIndex()is empty. - ledgerIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsResult
-
Get
AccountObjectsResult.ledgerIndex(), or throw anIllegalStateExceptionifAccountObjectsResult.ledgerIndex()is empty. - ledgerIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountOffersResult
-
Get
AccountOffersResult.ledgerIndex(), or throw anIllegalStateExceptionifAccountOffersResult.ledgerIndex()is empty. - ledgerIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesResult
-
Get
GatewayBalancesResult.ledgerIndex(), or throw anIllegalStateExceptionifGatewayBalancesResult.ledgerIndex()is empty. - ledgerIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoResult
-
Get
AmmInfoResult.ledgerIndex(), or throw anIllegalStateExceptionifAmmInfoResult.ledgerIndex()is empty. - ledgerIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryResult
-
Get
LedgerEntryResult.ledgerIndex(), or throw anIllegalStateExceptionifLedgerEntryResult.ledgerIndex()is empty. - ledgerIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerResult
-
Get
LedgerResult.ledgerIndex(), or throw anIllegalStateExceptionifLedgerResult.ledgerIndex()is empty. - ledgerIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.oracle.GetAggregatePriceResult
-
Get
GetAggregatePriceResult.ledgerIndex(), or throw anIllegalStateExceptionifGetAggregatePriceResult.ledgerIndex()is empty. - ledgerIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersResult
-
Get
BookOffersResult.ledgerIndex(), or throw anIllegalStateExceptionifBookOffersResult.ledgerIndex()is empty. - ledgerIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.path.DepositAuthorizedResult
-
Get
DepositAuthorizedResult.ledgerIndex(), or throw anIllegalStateExceptionifDepositAuthorizedResult.ledgerIndex()is empty. - ledgerIndexSafe() - Method in interface org.xrpl.xrpl4j.model.client.transactions.TransactionResult
-
Get
TransactionResult.ledgerIndex(), or throw anIllegalStateExceptionifTransactionResult.ledgerIndex()is empty. - LedgerIndexSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
LedgerIndexs. - LedgerIndexSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.LedgerIndexSerializer
-
No-args constructor.
- ledgerIndexShortcut() - Method in class org.xrpl.xrpl4j.model.client.common.ImmutableLedgerSpecifier
-
A shortcut word specifying the ledger to use.
- ledgerIndexShortcut() - Method in interface org.xrpl.xrpl4j.model.client.common.LedgerSpecifier
-
A shortcut word specifying the ledger to use.
- ledgerIndexShortcut(Optional<? extends LedgerIndexShortcut>) - Method in class org.xrpl.xrpl4j.model.client.common.ImmutableLedgerSpecifier.Builder
-
Initializes the optional value
ledgerIndexShortcutto ledgerIndexShortcut. - ledgerIndexShortcut(LedgerIndexShortcut) - Method in class org.xrpl.xrpl4j.model.client.common.ImmutableLedgerSpecifier.Builder
-
Initializes the optional value
ledgerIndexShortcutto ledgerIndexShortcut. - LedgerIndexShortcut - Class in org.xrpl.xrpl4j.model.client.common
-
A String wrapping class that defines three static constants representing shortcut values which can be used to specify a ledger index in a rippled API request.
- LedgerObject - Interface in org.xrpl.xrpl4j.model.ledger
-
Market interface for XRP Ledger Objects.
- LedgerObject.LedgerEntryType - Enum in org.xrpl.xrpl4j.model.ledger
-
Enum for all types of ledger objects.
- ledgerObjectClass() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
- ledgerObjectClass() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
The
ClassofLedgerEntryRequestParams. - ledgerObjectType() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaLedgerEntryType
-
Get the
MetaLedgerObjectconcrete type associated with thisMetaLedgerEntryType. - ledgerObjectType() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
-
Get the
MetaLedgerObjectconcrete type associated with thisMetaLedgerEntryType. - LedgerRangeUtils - Class in org.xrpl.xrpl4j.model.client.serverinfo
-
Utilities for dealing with XRP Ledger ranges.
- LedgerRangeUtils() - Constructor for class org.xrpl.xrpl4j.model.client.serverinfo.LedgerRangeUtils
- LedgerRequestParams - Interface in org.xrpl.xrpl4j.model.client.ledger
-
Request parameters for the "ledger" rippled API method.
- LedgerResult - Interface in org.xrpl.xrpl4j.model.client.ledger
-
The result of a "ledger" rippled API request.
- ledgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.EnableAmendment
-
The ledger index where this pseudo-transaction appears.
- ledgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment
-
The ledger index where this pseudo-transaction appears.
- ledgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee
-
The index of the ledger version where this pseudo-transaction appears.
- ledgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify
-
The
LedgerIndexwhere this pseudo-transaction appears. - ledgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.SetFee
-
The index of the ledger version where this pseudo-transaction appears.
- ledgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.UnlModify
-
The
LedgerIndexwhere this pseudo-transaction appears. - ledgerSequence(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Initializes the optional value
ledgerSequenceto ledgerSequence. - ledgerSequence(Optional<? extends LedgerIndex>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Initializes the optional value
ledgerSequenceto ledgerSequence. - ledgerSequence(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Initializes the optional value
ledgerSequenceto ledgerSequence. - ledgerSequence(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Initializes the optional value
ledgerSequenceto ledgerSequence. - ledgerSequence(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Initializes the value for the
ledgerSequenceattribute. - ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountCurrenciesRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountInfoRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountOffersRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersRequestParams
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftBuyOffersRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftInfoRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftSellOffersRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.oracle.GetAggregatePriceRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.path.DepositAuthorizedRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier() - Method in interface org.xrpl.xrpl4j.model.client.path.RipplePathFindRequestParams
-
Specifies the ledger version to request.
- ledgerSpecifier(Optional<? extends LedgerSpecifier>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams.Builder
-
Initializes the optional value
ledgerSpecifierto ledgerSpecifier. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountCurrenciesRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountInfoRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams.Builder
-
Initializes the optional value
ledgerSpecifierto ledgerSpecifier. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableDepositAuthorizedRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - ledgerSpecifier(LedgerSpecifier) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableRipplePathFindRequestParams.Builder
-
Initializes the value for the
ledgerSpecifierattribute. - LedgerSpecifier - Interface in org.xrpl.xrpl4j.model.client.common
-
Represents one of the three ways of specifying a ledger in a rippled API request.
- LedgerSpecifierDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
LedgerSpecifiers. - LedgerSpecifierDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.LedgerSpecifierDeserializer
-
No-args constructor.
- LedgerSpecifierSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
LedgerSpecifiers. - LedgerSpecifierSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.LedgerSpecifierSerializer
-
No-args constructor.
- length() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
-
Get the length of this
UnsignedByteArray. - lessThan(T) - Method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Checks if wrapped value is less than than the given one.
- lessThanOrEqualTo(T) - Method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Checks if wrapped value is less than or equal to than the given one.
- levels() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeResult
-
Various information about the transaction cost, in fee levels.
- levels() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult
-
Various information about the transaction cost, in fee levels.
- levels(FeeLevels) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult.Builder
-
Initializes the value for the
levelsattribute. - limit() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsRequestParams
-
Limit the number of transactions to retrieve.
- limit() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsResult
-
The limit to how many
AccountChannelsResult.channels()were actually returned by this request. - limit() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesRequestParams
-
Limit the number of trust lines to retrieve.
- limit() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountNftsRequestParams
-
Limit the number of NFTs to retrieve from an account.
- limit() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountNftsResult
-
The limit to how many
AccountNftsResult.accountNfts()were actually returned by this request. - limit() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams
-
The maximum number of
LedgerObjects to include in the resultingAccountObjectsResult.accountObjects(). - limit() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsResult
-
The
AccountObjectsRequestParams.limit()that was used in the corresponding request, if any. - limit() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountOffersRequestParams
-
Limit the number of transactions to retrieve.
- limit() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsRequestParams
-
Limit the number of transactions to retrieve.
- limit() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsResult
-
The limit value used in the request.
- limit() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams
-
Limit the number of transactions to retrieve.
- limit() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult
-
The limit to how many
ImmutableAccountChannelsResult.channels()were actually returned by this request. - limit() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams
-
Limit the number of trust lines to retrieve.
- limit() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsRequestParams
-
Limit the number of NFTs to retrieve from an account.
- limit() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult
-
The limit to how many
ImmutableAccountNftsResult.accountNfts()were actually returned by this request. - limit() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams
-
The maximum number of
LedgerObjects to include in the resultingAccountObjectsResult.accountObjects(). - limit() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult
-
The
AccountObjectsRequestParams.limit()that was used in the corresponding request, if any. - limit() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams
-
Limit the number of transactions to retrieve.
- limit() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams
-
Limit the number of transactions to retrieve.
- limit() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult
-
The limit value used in the request.
- limit() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
The maximum amount of the given currency that this account is willing to owe the peer account.
- limit() - Method in interface org.xrpl.xrpl4j.model.client.accounts.TrustLine
-
The maximum amount of the given currency that this account is willing to owe the peer account.
- limit() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams
- limit() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse
- limit() - Method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersRequestParams
- limit() - Method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersResponse
- limit() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams
-
Limit the number of buy offers for the
NfTokenId. - limit() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult
-
The limit, as specified in the
NftBuyOffersRequestParams. - limit() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams
-
Limit the number of sell offers for the
NfTokenId. - limit() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult
-
The limit, as specified in the
NftSellOffersRequestParams. - limit() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftBuyOffersRequestParams
-
Limit the number of buy offers for the
NfTokenId. - limit() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftBuyOffersResult
-
The limit, as specified in the
NftBuyOffersRequestParams. - limit() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftSellOffersRequestParams
-
Limit the number of sell offers for the
NfTokenId. - limit() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftSellOffersResult
-
The limit, as specified in the
NftSellOffersRequestParams. - limit() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersRequestParams
-
Limit the number of offers to retrieve.
- limit() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersRequestParams
-
Limit the number of offers to retrieve.
- limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult.Builder
-
Initializes the optional value
limitto limit. - limit(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(String) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine.Builder
-
Initializes the value for the
limitattribute. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult.Builder
-
Initializes the optional value
limitto limit. - limit(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersRequestParams.Builder
-
Initializes the optional value
limitto limit. - LIMIT_LP_TOKEN - Static variable in class org.xrpl.xrpl4j.model.flags.AmmDepositFlags
-
Constant
AmmDepositFlagsfor thetfLimitLPTokenflag. - LIMIT_LP_TOKEN - Static variable in class org.xrpl.xrpl4j.model.flags.AmmWithdrawFlags
-
Constant
AmmWithdrawFlagsfor thetfLimitLPTokenflag. - LIMIT_QUALITY - Static variable in class org.xrpl.xrpl4j.model.flags.PaymentFlags
-
Constant
PaymentFlagsfor thetfLimitQualityflag. - limitAmount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet
-
The
IssuedCurrencyAmountdefining the trust line to create or modify. - limitAmount() - Method in interface org.xrpl.xrpl4j.model.transactions.TrustSet
-
The
IssuedCurrencyAmountdefining the trust line to create or modify. - limitAmount(IssuedCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Initializes the value for the
limitAmountattribute. - limitPeer() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
The maximum amount of currency that the counterparty account is willing to owe the perspective account.
- limitPeer() - Method in interface org.xrpl.xrpl4j.model.client.accounts.TrustLine
-
The maximum amount of currency that the counterparty account is willing to owe the perspective account.
- limitPeer(String) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine.Builder
-
Initializes the value for the
limitPeerattribute. - lines() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesResult
- lines() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult
- lines(Iterable<? extends TrustLine>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Sets or replaces all elements for
lineslist. - LinuxSecureRandom - Class in org.xrpl.xrpl4j.crypto
-
Implementation from web3j, which itself was taken from BitcoinJ.
- LinuxSecureRandom() - Constructor for class org.xrpl.xrpl4j.crypto.LinuxSecureRandom
-
No-args Constructor.
- load() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
(Admin only) Detailed information about the current load state of the server.
- load() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
(Admin only) Detailed information about the current load state of the server.
- load() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ReportingModeServerInfo
-
(Admin only) Detailed information about the current load state of the server.
- load() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
(Admin only) Detailed information about the current load state of the server.
- load(Optional<? extends ServerInfo.Load>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadto load. - load(Optional<? extends ServerInfo.Load>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadto load. - load(ServerInfo.Load) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadto load. - load(ServerInfo.Load) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadto load. - loadFactor() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo
-
The load-scaled open ledger transaction cost the server is currently enforcing, as a multiplier on the base transaction cost.
- loadFactor() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
The load-scaled open ledger transaction cost the server is currently enforcing, as a multiplier on the base transaction cost.
- loadFactor() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
The load-scaled open ledger transaction cost the server is currently enforcing, as a multiplier on the base transaction cost.
- loadFactor() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo
-
The load-scaled open ledger transaction cost the server is currently enforcing, as a multiplier on the base transaction cost.
- loadFactor(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo.Builder
-
Initializes the optional value
loadFactorto loadFactor. - loadFactor(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadFactorto loadFactor. - loadFactor(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadFactorto loadFactor. - loadFactor(Optional<? extends BigDecimal>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo.Builder
-
Initializes the optional value
loadFactorto loadFactor. - loadFactor(Optional<? extends BigDecimal>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadFactorto loadFactor. - loadFactor(Optional<? extends BigDecimal>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadFactorto loadFactor. - loadFactorCluster() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
Current multiplier to the transaction cost based on load to servers in this cluster.
- loadFactorCluster() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
Current multiplier to the transaction cost based on load to servers in this cluster.
- loadFactorCluster() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ReportingModeServerInfo
-
Current multiplier to the transaction cost based on load to servers in this cluster.
- loadFactorCluster() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
Current multiplier to the transaction cost based on load to servers in this cluster.
- loadFactorCluster(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadFactorClusterto loadFactorCluster. - loadFactorCluster(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadFactorClusterto loadFactorCluster. - loadFactorCluster(Optional<? extends BigDecimal>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadFactorClusterto loadFactorCluster. - loadFactorCluster(Optional<? extends BigDecimal>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadFactorClusterto loadFactorCluster. - loadFactorFeeEscalation() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
The current multiplier to the transaction cost that a transaction must pay to get into the open ledger.
- loadFactorFeeEscalation() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
The current multiplier to the transaction cost that a transaction must pay to get into the open ledger.
- loadFactorFeeEscalation() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ReportingModeServerInfo
-
The current multiplier to the transaction cost that a transaction must pay to get into the open ledger.
- loadFactorFeeEscalation() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
The current multiplier to the transaction cost that a transaction must pay to get into the open ledger.
- loadFactorFeeEscalation(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadFactorFeeEscalationto loadFactorFeeEscalation. - loadFactorFeeEscalation(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadFactorFeeEscalationto loadFactorFeeEscalation. - loadFactorFeeEscalation(Optional<? extends BigDecimal>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadFactorFeeEscalationto loadFactorFeeEscalation. - loadFactorFeeEscalation(Optional<? extends BigDecimal>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadFactorFeeEscalationto loadFactorFeeEscalation. - loadFactorFeeQueue() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
The current multiplier to the transaction cost that a transaction must pay to get into the queue, if the queue is full.
- loadFactorFeeQueue() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
The current multiplier to the transaction cost that a transaction must pay to get into the queue, if the queue is full.
- loadFactorFeeQueue() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ReportingModeServerInfo
-
The current multiplier to the transaction cost that a transaction must pay to get into the queue, if the queue is full.
- loadFactorFeeQueue() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
The current multiplier to the transaction cost that a transaction must pay to get into the queue, if the queue is full.
- loadFactorFeeQueue(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadFactorFeeQueueto loadFactorFeeQueue. - loadFactorFeeQueue(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadFactorFeeQueueto loadFactorFeeQueue. - loadFactorFeeQueue(Optional<? extends BigDecimal>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadFactorFeeQueueto loadFactorFeeQueue. - loadFactorFeeQueue(Optional<? extends BigDecimal>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadFactorFeeQueueto loadFactorFeeQueue. - loadFactorLocal() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
Current multiplier to the transaction cost based on load to this server.
- loadFactorLocal() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
Current multiplier to the transaction cost based on load to this server.
- loadFactorLocal() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ReportingModeServerInfo
-
Current multiplier to the transaction cost based on load to this server.
- loadFactorLocal() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
Current multiplier to the transaction cost based on load to this server.
- loadFactorLocal(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadFactorLocalto loadFactorLocal. - loadFactorLocal(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadFactorLocalto loadFactorLocal. - loadFactorLocal(Optional<? extends BigDecimal>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadFactorLocalto loadFactorLocal. - loadFactorLocal(Optional<? extends BigDecimal>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadFactorLocalto loadFactorLocal. - loadFactorNet() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
Current multiplier to the transaction cost being used by the rest of the network (estimated from other servers' reported load values).
- loadFactorNet() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
Current multiplier to the transaction cost being used by the rest of the network (estimated from other servers' reported load values).
- loadFactorNet() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ReportingModeServerInfo
-
Current multiplier to the transaction cost being used by the rest of the network (estimated from other servers' reported load values).
- loadFactorNet() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
Current multiplier to the transaction cost being used by the rest of the network (estimated from other servers' reported load values).
- loadFactorNet(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadFactorNetto loadFactorNet. - loadFactorNet(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadFactorNetto loadFactorNet. - loadFactorNet(Optional<? extends BigDecimal>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadFactorNetto loadFactorNet. - loadFactorNet(Optional<? extends BigDecimal>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadFactorNetto loadFactorNet. - loadFactorServer() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
The load factor the server is enforcing, not including the open ledger cost.
- loadFactorServer() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
The load factor the server is enforcing, not including the open ledger cost.
- loadFactorServer() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ReportingModeServerInfo
-
The load factor the server is enforcing, not including the open ledger cost.
- loadFactorServer() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
The load factor the server is enforcing, not including the open ledger cost.
- loadFactorServer(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadFactorServerto loadFactorServer. - loadFactorServer(BigDecimal) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadFactorServerto loadFactorServer. - loadFactorServer(Optional<? extends BigDecimal>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
loadFactorServerto loadFactorServer. - loadFactorServer(Optional<? extends BigDecimal>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
loadFactorServerto loadFactorServer. - loadFromClasspath(String, char[]) - Static method in class org.xrpl.xrpl4j.crypto.JavaKeystoreLoader
-
Helper method to load a
KeyStorefrom the filesystem. - LOCK - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceSetFlags
-
Constant
MpTokenIssuanceSetFlagsfor thetfMPTLockflag. - LOCKED - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenFlags
-
Constant
MpTokenFlagsfor thelsfMPTLockedaccount flag. - LOCKED - Static variable in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceFlags
-
Constant
MpTokenIssuanceFlagsfor thelsfMPTLockedaccount flag. - lockedAmount() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken
-
The amount of MPToken that is locked.
- lockedAmount() - Method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersMpToken
-
The amount of MPToken that is locked.
- lockedAmount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
The total amount of this MPT that is locked in escrows across all holders.
- lockedAmount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject
-
The amount of this MPToken that is locked in escrows.
- lockedAmount() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenIssuanceObject
-
The total amount of this MPT that is locked in escrows across all holders.
- lockedAmount() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenObject
-
The amount of this MPToken that is locked in escrows.
- lockedAmount(Optional<? extends MpTokenNumericAmount>) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken.Builder
-
Initializes the optional value
lockedAmountto lockedAmount. - lockedAmount(Optional<? extends MpTokenNumericAmount>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the optional value
lockedAmountto lockedAmount. - lockedAmount(Optional<? extends MpTokenNumericAmount>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject.Builder
-
Initializes the optional value
lockedAmountto lockedAmount. - lockedAmount(MpTokenNumericAmount) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken.Builder
-
Initializes the optional value
lockedAmountto lockedAmount. - lockedAmount(MpTokenNumericAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the optional value
lockedAmountto lockedAmount. - lockedAmount(MpTokenNumericAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject.Builder
-
Initializes the optional value
lockedAmountto lockedAmount. - lockingChainDoor() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableXChainBridge
-
The door account on the locking chain.
- lockingChainDoor() - Method in interface org.xrpl.xrpl4j.codec.binary.types.XChainBridge
-
The door account on the locking chain.
- lockingChainDoor() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainBridge
-
The door account on the locking chain.
- lockingChainDoor() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainBridge
-
The door account on the locking chain.
- lockingChainDoor(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableXChainBridge.Builder
-
Initializes the value for the
lockingChainDoorattribute. - lockingChainDoor(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainBridge.Builder
-
Initializes the value for the
lockingChainDoorattribute. - lockingChainIssue() - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableXChainBridge
-
The asset that is locked and unlocked on the locking chain.
- lockingChainIssue() - Method in interface org.xrpl.xrpl4j.codec.binary.types.XChainBridge
-
The asset that is locked and unlocked on the locking chain.
- lockingChainIssue() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainBridge
-
The asset that is locked and unlocked on the locking chain.
- lockingChainIssue() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainBridge
-
The asset that is locked and unlocked on the locking chain.
- lockingChainIssue(JsonNode) - Method in class org.xrpl.xrpl4j.codec.binary.types.ImmutableXChainBridge.Builder
-
Initializes the value for the
lockingChainIssueattribute. - lockingChainIssue(Issue) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainBridge.Builder
-
Initializes the value for the
lockingChainIssueattribute. - logger - Static variable in interface org.xrpl.xrpl4j.model.transactions.EscrowFinish
- LOW_AUTH - Static variable in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
Constant
RippleStateFlagsfor thelsfLowAuthflag. - LOW_DEEP_FREEZE - Static variable in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
Constant
RippleStateFlagsfor thelsfLowDeepFreezeflag. - LOW_FREEZE - Static variable in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
Constant
RippleStateFlagsfor thelsfLowFreezeflag. - LOW_NO_RIPPLE - Static variable in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
Constant
RippleStateFlagsfor thelsfLowNoRippleflag. - LOW_RESERVE - Static variable in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
Constant
RippleStateFlagsfor thelsfLowReserveflag. - lowestSequence() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData
-
The lowest Sequence Number among transactions queued by this address.
- lowestSequence() - Method in interface org.xrpl.xrpl4j.model.client.accounts.QueueData
-
The lowest Sequence Number among transactions queued by this address.
- lowestSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData.Builder
-
Initializes the optional value
lowestSequenceto lowestSequence. - lowestSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData.Builder
-
Initializes the optional value
lowestSequenceto lowestSequence. - lowLimit() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
The limit that the low account has set on the trust line.
- lowLimit() - Method in interface org.xrpl.xrpl4j.model.ledger.RippleStateObject
-
The limit that the low account has set on the trust line.
- lowLimit() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
The limit that the low account has set on the trust line.
- lowLimit() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaRippleStateObject
-
The limit that the low account has set on the trust line.
- lowLimit(Optional<? extends IssuedCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
lowLimitto lowLimit. - lowLimit(IssuedCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the value for the
lowLimitattribute. - lowLimit(IssuedCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
lowLimitto lowLimit. - lowNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
(Omitted in some historical ledgers) A hint indicating which page of the low account's owner directory links to this object, in case the directory consists of multiple pages.
- lowNode() - Method in interface org.xrpl.xrpl4j.model.ledger.RippleStateObject
-
(Omitted in some historical ledgers) A hint indicating which page of the low account's owner directory links to this object, in case the directory consists of multiple pages.
- lowNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
(Omitted in some historical ledgers) A hint indicating which page of the low account's owner directory links to this object, in case the directory consists of multiple pages.
- lowNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaRippleStateObject
-
(Omitted in some historical ledgers) A hint indicating which page of the low account's owner directory links to this object, in case the directory consists of multiple pages.
- lowNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the optional value
lowNodeto lowNode. - lowNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
lowNodeto lowNode. - lowNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the optional value
lowNodeto lowNode. - lowNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
lowNodeto lowNode. - lowQualityIn() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
The inbound quality set by the low account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - lowQualityIn() - Method in interface org.xrpl.xrpl4j.model.ledger.RippleStateObject
-
The inbound quality set by the low account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - lowQualityIn() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
The inbound quality set by the low account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - lowQualityIn() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaRippleStateObject
-
The inbound quality set by the low account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - lowQualityIn(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the optional value
lowQualityInto lowQualityIn. - lowQualityIn(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
lowQualityInto lowQualityIn. - lowQualityIn(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the optional value
lowQualityInto lowQualityIn. - lowQualityIn(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
lowQualityInto lowQualityIn. - lowQualityOut() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
The outbound quality set by the low account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - lowQualityOut() - Method in interface org.xrpl.xrpl4j.model.ledger.RippleStateObject
-
The outbound quality set by the low account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - lowQualityOut() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
The outbound quality set by the low account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - lowQualityOut() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaRippleStateObject
-
The outbound quality set by the low account, as an integer in the implied ratio
LowQualityOut:1,000,000,000. - lowQualityOut(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the optional value
lowQualityOutto lowQualityOut. - lowQualityOut(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
lowQualityOutto lowQualityOut. - lowQualityOut(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the optional value
lowQualityOutto lowQualityOut. - lowQualityOut(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
lowQualityOutto lowQualityOut. - LP_TOKEN - Static variable in class org.xrpl.xrpl4j.model.flags.AmmDepositFlags
-
Constant
AmmDepositFlagsfor thetfLPTokenflag. - LP_TOKEN - Static variable in class org.xrpl.xrpl4j.model.flags.AmmWithdrawFlags
-
Constant
AmmWithdrawFlagsfor thetfLPTokenflag. - lpToken() - Method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfo
-
The total outstanding balance of liquidity provider tokens from this AMM instance.
- lpToken() - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo
-
The total outstanding balance of liquidity provider tokens from this AMM instance.
- lpToken(IssuedCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.amm.ImmutableAmmInfo.Builder
-
Initializes the value for the
lpTokenattribute. - lpTokenBalance() - Method in interface org.xrpl.xrpl4j.model.ledger.AmmObject
-
The total outstanding balance of liquidity provider tokens from this AMM instance.
- lpTokenBalance() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject
-
The total outstanding balance of liquidity provider tokens from this AMM instance.
- lpTokenBalance() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject
-
The total outstanding balance of liquidity provider tokens from this AMM instance.
- lpTokenBalance() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAmmObject
-
The total outstanding balance of liquidity provider tokens from this AMM instance.
- lpTokenBalance(Optional<? extends IssuedCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject.Builder
-
Initializes the optional value
lpTokenBalanceto lpTokenBalance. - lpTokenBalance(IssuedCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject.Builder
-
Initializes the value for the
lpTokenBalanceattribute. - lpTokenBalance(IssuedCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAmmObject.Builder
-
Initializes the optional value
lpTokenBalanceto lpTokenBalance. - lpTokenOut() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmDeposit
-
How many of the AMM's LP Tokens to buy.
- lpTokenOut() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
How many of the AMM's LP Tokens to buy.
- lpTokenOut(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
lpTokenOutto lpTokenOut. - lpTokenOut(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
lpTokenOutto lpTokenOut. - lpTokensIn() - Method in interface org.xrpl.xrpl4j.model.transactions.AmmWithdraw
-
How many of the AMM's LP Tokens to buy.
- lpTokensIn() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
How many of the AMM's LP Tokens to buy.
- lpTokensIn(Optional<? extends CurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
lpTokensInto lpTokensIn. - lpTokensIn(CurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
lpTokensInto lpTokensIn. - lsfAccepted() - Method in class org.xrpl.xrpl4j.model.flags.CredentialFlags
-
Indicates whether the subject of the credential has accepted the credential.
- lsfAllowTrustLineClawback() - Method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Allows trustline clawback on this account.
- lsfAllowTrustLineLocking() - Method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Allows trust line tokens (IOUs) issued by this account to be held in escrow.
- lsfAuthorized() - Method in class org.xrpl.xrpl4j.model.flags.NfTokenOfferFlags
-
Indicates the offer has been approved by the issuer.
- lsfBurnable() - Method in class org.xrpl.xrpl4j.model.flags.NfTokenFlags
-
If enabled, the issuer (or an entity authorized by the issuer) can destroy this NFToken.
- lsfBuyToken() - Method in class org.xrpl.xrpl4j.model.flags.NfTokenOfferFlags
-
Indicates the offer is a buy offer.
- lsfDefaultRipple() - Method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Enable rippling on this addresses's trust lines by default.
- lsfDepositAuth() - Method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
This account can only receive funds from transactions it sends, and from preauthorized accounts.
- lsfDisableMaster() - Method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Disallows use of the master key to sign transactions for this account.
- lsfDisallowIncomingCheck() - Method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Blocks incoming Checks.
- lsfDisallowIncomingNFTokenOffer() - Method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Blocks incoming NFToken Offers.
- lsfDisallowIncomingPayChan() - Method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Blocks incoming Payment Channels.
- lsfDisallowIncomingTrustline() - Method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Blocks incoming Trustlines.
- lsfDisallowXrp() - Method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Client applications should not send XRP to this account.
- lsfGlobalFreeze() - Method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
All assets issued by this address are frozen.
- lsfHighAuth() - Method in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
The high account has authorized the low account to hold the high account's issued currency.
- lsfHighDeepFreeze() - Method in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
The high account has deep-frozen the trust line, preventing the low account from sending and receiving the asset.
- lsfHighFreeze() - Method in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
The high account has frozen the trust line, preventing the low account from transferring the asset.
- lsfHighNoRipple() - Method in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
The high account has disabled rippling from this trust line.
- lsfHighReserve() - Method in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
The corresponding
RippleStateObjectcontributes to the high account's owner reserve. - lsfHybrid() - Method in class org.xrpl.xrpl4j.model.flags.OfferFlags
-
Indicates the offer is hybrid.
- lsfLowAuth() - Method in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
The low account has authorized the high account to hold the low account's issued currency.
- lsfLowDeepFreeze() - Method in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
The low account has deep-frozen the trust line, preventing the high account from sending and receiving the asset.
- lsfLowFreeze() - Method in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
The low account has frozen the trust line, preventing the high account from transferring the asset.
- lsfLowNoRipple() - Method in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
The low account has disabled rippling from this trust line.
- lsfLowReserve() - Method in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
The corresponding
RippleStateObjectcontributes to the low account's owner reserve. - lsfMptAuthorized() - Method in class org.xrpl.xrpl4j.model.flags.MpTokenFlags
-
(Only applicable for allow-listing) If set, indicates that the issuer has authorized the holder for the MPT.
- lsfMptCanClawback() - Method in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceFlags
-
If set, indicates that the issuer may use the Clawback transaction to clawback value from individual holders.
- lsfMptCanEscrow() - Method in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceFlags
-
If set, indicates that individual holders can place their balances into an escrow.
- lsfMptCanLock() - Method in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceFlags
-
If set, indicates that the issuer can lock an individual balance or all balances of this MPT.
- lsfMptCanTrade() - Method in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceFlags
-
If set, indicates that individual holders can trade their balances using the XRP Ledger DEX or AMM.
- lsfMptCanTransfer() - Method in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceFlags
-
If set, indicates that tokens held by non-issuers may be transferred to other accounts.
- lsfMptLocked() - Method in class org.xrpl.xrpl4j.model.flags.MpTokenFlags
-
If set, indicates that all balances are locked.
- lsfMptLocked() - Method in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceFlags
-
If set, indicates that all balances are locked.
- lsfMptRequireAuth() - Method in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceFlags
-
If set, indicates that individual holders must be authorized.
- lsfNoFreeze() - Method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
This address cannot freeze trust lines connected to it.
- lsfOneOwnerCount() - Method in class org.xrpl.xrpl4j.model.flags.SignerListFlags
-
If this flag is enabled, this SignerList counts as one item for purposes of the owner reserve.
- lsfOnlyXrp() - Method in class org.xrpl.xrpl4j.model.flags.NfTokenFlags
-
If enabled, this NFToken can only be offered or sold for XRP.
- lsfPassive() - Method in class org.xrpl.xrpl4j.model.flags.OfferFlags
-
The object was placed as a passive offer.
- lsfPasswordSpent() - Method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
The account has used its free SetRegularKey transaction.
- lsfRequireAuth() - Method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
This account must individually approve other users for those users to hold this account's issued currencies.
- lsfRequireDestTag() - Method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Requires incoming payments to specify a Destination Tag.
- lsfSell() - Method in class org.xrpl.xrpl4j.model.flags.OfferFlags
-
The object was placed as a sell offer.
- lsfTransferable() - Method in class org.xrpl.xrpl4j.model.flags.NfTokenFlags
-
If enabled, this NFToken can be transferred from one holder to another.
- lsfTrustLine() - Method in class org.xrpl.xrpl4j.model.flags.NfTokenFlags
-
If enabled, automatically create trust lines to hold transfer fees.
M
- map(Function<RippledServerInfo, R>, Function<ClioServerInfo, R>, Function<ReportingModeServerInfo, R>) - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo
-
Map this
ServerInfoto an instance ofServerInfo, depending on its actualy polymorphic sub-type. - map(Function<Hash256, R>, Function<LedgerIndex, R>, Function<LedgerIndexShortcut, R>) - Method in interface org.xrpl.xrpl4j.model.client.common.LedgerSpecifier
-
Map this
LedgerSpecifierto an instance ofLedgerSpecifier, depending on which specifier is present. - map(Function<CreatedNode<T>, R>, Function<ModifiedNode<T>, R>, Function<DeletedNode<T>, R>) - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.AffectedNode
-
Map this
AffectedNodeto an instance ofAffectedNode, depending on its actual polymorphic subtype. - map(Function<XrpCurrencyAmount, R>, Function<IssuedCurrencyAmount, R>, Function<MptCurrencyAmount, R>) - Method in interface org.xrpl.xrpl4j.model.transactions.CurrencyAmount
-
Map this
CurrencyAmountto an instance ofCurrencyAmount, depending on its actual polymorphic subtype. - mapFieldRawValueToSpecialization(String, String) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.DefinitionsService
-
Map a field's raw value to a specialied type.
- mapFieldSpecialization(String, String) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.DefinitionsService
-
Obtain an optionally-present integer corresponding to the specified field name and value.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsRequestParams
-
Value from a previous paginated response.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountChannelsResult
-
Server-defined value for pagination.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesRequestParams
-
Value from a previous paginated response.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesResult
-
Server-defined value indicating the response is paginated.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountNftsRequestParams
-
Value from a previous paginated response.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountNftsResult
-
Server-defined value for pagination.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams
-
Value from a previous paginated response.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsResult
-
Server-defined value indicating the response is paginated.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountOffersRequestParams
-
Value from a previous paginated response.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountOffersResult
-
Server-defined value for pagination.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsRequestParams
-
Value from a previous paginated response.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsResult
-
Server-defined value indicating the response is paginated.
- marker() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams
-
Value from a previous paginated response.
- marker() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult
-
Server-defined value for pagination.
- marker() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams
-
Value from a previous paginated response.
- marker() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult
-
Server-defined value indicating the response is paginated.
- marker() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsRequestParams
-
Value from a previous paginated response.
- marker() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult
-
Server-defined value for pagination.
- marker() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams
-
Value from a previous paginated response.
- marker() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult
-
Server-defined value indicating the response is paginated.
- marker() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams
-
Value from a previous paginated response.
- marker() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult
-
Server-defined value for pagination.
- marker() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams
-
Value from a previous paginated response.
- marker() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult
-
Server-defined value indicating the response is paginated.
- marker() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams
- marker() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse
- marker() - Method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersRequestParams
- marker() - Method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersResponse
- marker() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams
-
Value from a previous paginated response.
- marker() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult
-
Server-defined value indicating the response is paginated.
- marker() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams
-
Value from a previous paginated response.
- marker() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult
-
Server-defined value indicating the response is paginated.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftBuyOffersRequestParams
-
Value from a previous paginated response.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftBuyOffersResult
-
Server-defined value indicating the response is paginated.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftSellOffersRequestParams
-
Value from a previous paginated response.
- marker() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftSellOffersResult
-
Server-defined value indicating the response is paginated.
- marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Optional<? extends Marker>) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountChannelsResult.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesResult.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountNftsResult.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountObjectsResult.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsResult.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams.Builder
-
Initializes the optional value
markerto marker. - marker(Marker) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult.Builder
-
Initializes the optional value
markerto marker. - Marker - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
Wrappers._Marker. - MarkerDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
Markers. - MarkerDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.MarkerDeserializer
-
No-args constructor.
- MarkerSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
Markers. - MarkerSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.MarkerSerializer
-
No-args constructor.
- MathUtils - Class in org.xrpl.xrpl4j.codec.binary.math
-
Utility functions for XRPL-related math operations.
- MathUtils() - Constructor for class org.xrpl.xrpl4j.codec.binary.math.MathUtils
- MAX_BYTE_VALUE - Static variable in class org.xrpl.xrpl4j.codec.binary.serdes.BinaryParser
- MAX_DOUBLE_BYTE_LENGTH - Static variable in class org.xrpl.xrpl4j.codec.binary.serdes.BinaryParser
- MAX_DOUBLE_BYTE_VALUE - Static variable in class org.xrpl.xrpl4j.codec.binary.serdes.BinaryParser
- MAX_NEGATIVE_VALUE - Static variable in interface org.xrpl.xrpl4j.model.transactions.IssuedCurrencyAmount
-
The largest possible negative value that an
IssuedCurrencyAmountcan have. - MAX_SECOND_BYTE_VALUE - Static variable in class org.xrpl.xrpl4j.codec.binary.serdes.BinaryParser
- MAX_SINGLE_BYTE_LENGTH - Static variable in class org.xrpl.xrpl4j.codec.binary.serdes.BinaryParser
- MAX_VALUE - Static variable in interface org.xrpl.xrpl4j.model.transactions.IssuedCurrencyAmount
-
The maximum value that an
IssuedCurrencyAmountcan have. - MAX_XRP - Static variable in interface org.xrpl.xrpl4j.model.transactions.CurrencyAmount
- MAX_XRP_BD - Static variable in interface org.xrpl.xrpl4j.model.transactions.CurrencyAmount
- MAX_XRP_IN_DROPS - Static variable in interface org.xrpl.xrpl4j.model.transactions.CurrencyAmount
- MAX_XRP_IN_DROPS_BIG_INT - Static variable in interface org.xrpl.xrpl4j.model.client.fees.FeeUtils.DecomposedFees
-
The maximum number of XRP drops, as a
BigInteger. - maximumAmount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
The maximum number of this issuance that can be distributed to non-issuing accounts.
- maximumAmount() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenIssuanceObject
-
The maximum number of this issuance that can be distributed to non-issuing accounts.
- maximumAmount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate
-
The maximum number of this token's units that should ever be issued.
- maximumAmount() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject
- maximumAmount() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenIssuanceObject
- maximumAmount() - Method in interface org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceCreate
-
The maximum number of this token's units that should ever be issued.
- maximumAmount(Optional<? extends MpTokenNumericAmount>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the optional value
maximumAmountto maximumAmount. - maximumAmount(Optional<? extends MpTokenNumericAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the optional value
maximumAmountto maximumAmount. - maximumAmount(Optional<? extends MpTokenNumericAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
maximumAmountto maximumAmount. - maximumAmount(MpTokenNumericAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the optional value
maximumAmountto maximumAmount. - maximumAmount(MpTokenNumericAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the optional value
maximumAmountto maximumAmount. - maximumAmount(MpTokenNumericAmount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
maximumAmountto maximumAmount. - maxLedger() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionRequestParams
-
Use this with
TransactionRequestParams.minLedger()to specify a range of up to 1000 ledger indexes, ending with this ledger (inclusive). - maxLedger() - Method in interface org.xrpl.xrpl4j.model.client.transactions.TransactionRequestParams
-
Use this with
TransactionRequestParams.minLedger()to specify a range of up to 1000 ledger indexes, ending with this ledger (inclusive). - maxLedger(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionRequestParams.Builder
-
Initializes the optional value
maxLedgerto maxLedger. - maxLedger(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionRequestParams.Builder
-
Initializes the optional value
maxLedgerto maxLedger. - maxQueueSize() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeResult
-
The maximum number of transactions that the transaction queue can currently hold.
- maxQueueSize() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult
-
The maximum number of transactions that the transaction queue can currently hold.
- maxQueueSize(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult.Builder
-
Initializes the optional value
maxQueueSizeto maxQueueSize. - maxQueueSize(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeResult.Builder
-
Initializes the optional value
maxQueueSizeto maxQueueSize. - maxSpendDrops() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueTransaction
-
The maximum amount of XRP, in drops, this transaction could send or destroy.
- maxSpendDrops() - Method in interface org.xrpl.xrpl4j.model.client.accounts.QueueTransaction
-
The maximum amount of XRP, in drops, this transaction could send or destroy.
- maxSpendDrops(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueTransaction.Builder
-
Initializes the value for the
maxSpendDropsattribute. - maxSpendDropsTotal() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData
-
Integer amount of drops of XRP, represented as a
String, that could be debited from this address if every transaction in the queue consumes the maximum amount of XRP possible. - maxSpendDropsTotal() - Method in interface org.xrpl.xrpl4j.model.client.accounts.QueueData
-
Integer amount of drops of XRP, represented as a
String, that could be debited from this address if every transaction in the queue consumes the maximum amount of XRP possible. - maxSpendDropsTotal(Optional<? extends XrpCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData.Builder
-
Initializes the optional value
maxSpendDropsTotalto maxSpendDropsTotal. - maxSpendDropsTotal(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableQueueData.Builder
-
Initializes the optional value
maxSpendDropsTotalto maxSpendDropsTotal. - mean() - Method in interface org.xrpl.xrpl4j.model.client.oracle.AggregatePriceSet
-
The simple mean price as a
BigDecimal. - mean() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableAggregatePriceSet
-
The simple mean price as a
BigDecimal. - meanString() - Method in interface org.xrpl.xrpl4j.model.client.oracle.AggregatePriceSet
-
The simple mean price.
- meanString() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableAggregatePriceSet
-
The simple mean price.
- meanString(String) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableAggregatePriceSet.Builder
-
Initializes the value for the
meanStringattribute. - median() - Method in interface org.xrpl.xrpl4j.model.client.oracle.GetAggregatePriceResult
-
Get the median price as a
BigDecimal. - median() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult
-
Get the median price as a
BigDecimal. - medianFee() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeDrops
-
An approximation of the median transaction cost among transactions included in the previous validated ledger, represented in drops of XRP.
- medianFee() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeDrops
-
An approximation of the median transaction cost among transactions included in the previous validated ledger, represented in drops of XRP.
- medianFee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeDrops.Builder
-
Initializes the value for the
medianFeeattribute. - medianFeeDrops() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeUtils.DecomposedFees
-
The median ledger fee as found in the supplied
FeeDropsthat was used to construct this instance. - medianFeeDrops() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableDecomposedFees
-
The median ledger fee as found in the supplied
FeeDropsthat was used to construct this instance. - medianFeeDrops(BigInteger) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableDecomposedFees.Builder
-
Initializes the value for the
medianFeeDropsattribute. - medianFeeDropsAsBigDecimal() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeUtils.DecomposedFees
-
An equivalent of
FeeUtils.DecomposedFees.medianFeeDrops(), but as aBigDecimal. - medianFeeDropsAsBigDecimal() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableDecomposedFees
-
An equivalent of
ImmutableDecomposedFees.medianFeeDrops(), but as aBigDecimal. - medianLevel() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeLevels
-
The median transaction cost among transactions in the previous validated ledger, represented in fee levels.
- medianLevel() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeLevels
-
The median transaction cost among transactions in the previous validated ledger, represented in fee levels.
- medianLevel(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeLevels.Builder
-
Initializes the value for the
medianLevelattribute. - medianString() - Method in interface org.xrpl.xrpl4j.model.client.oracle.GetAggregatePriceResult
-
The median price, as a
String. - medianString() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult
-
The median price, as a
String. - medianString(String) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceResult.Builder
-
Initializes the value for the
medianStringattribute. - memo() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemoWrapper
-
A
Memocontaining arbitrary information. - memo() - Method in interface org.xrpl.xrpl4j.model.transactions.MemoWrapper
-
A
Memocontaining arbitrary information. - memo(Memo) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemoWrapper.Builder
-
Initializes the value for the
memoattribute. - Memo - Class in org.xrpl.xrpl4j.model.transactions
-
Contains arbitrary messaging data within an XRPL Transaction.
- Memo() - Constructor for class org.xrpl.xrpl4j.model.transactions.Memo
- memoData() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemo
-
Arbitrary hex value, conventionally containing the content of the memo.
- memoData() - Method in class org.xrpl.xrpl4j.model.transactions.Memo
-
Arbitrary hex value, conventionally containing the content of the memo.
- memoData(String) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemo.Builder
-
Initializes the optional value
memoDatato memoData. - memoData(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemo.Builder
-
Initializes the optional value
memoDatato memoData. - memoFormat() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemo
-
Hex value representing characters allowed in URLs.
- memoFormat() - Method in class org.xrpl.xrpl4j.model.transactions.Memo
-
Hex value representing characters allowed in URLs.
- memoFormat(String) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemo.Builder
-
Initializes the optional value
memoFormatto memoFormat. - memoFormat(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemo.Builder
-
Initializes the optional value
memoFormatto memoFormat. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge
-
Additional arbitrary information used to identify this
Transaction. - memos() - Method in interface org.xrpl.xrpl4j.model.transactions.Transaction
-
Additional arbitrary information used to identify this
Transaction. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Sets or replaces all elements for
memoslist. - memos(Iterable<? extends MemoWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Sets or replaces all elements for
memoslist. - memoType() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemo
-
Hex value representing characters allowed in URLs.
- memoType() - Method in class org.xrpl.xrpl4j.model.transactions.Memo
-
Hex value representing characters allowed in URLs.
- memoType(String) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemo.Builder
-
Initializes the optional value
memoTypeto memoType. - memoType(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMemo.Builder
-
Initializes the optional value
memoTypeto memoType. - MemoWrapper - Interface in org.xrpl.xrpl4j.model.transactions
- messageKey() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
A public key that may be used to send encrypted messages to this account.
- messageKey() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
A public key that may be used to send encrypted messages to this account.
- messageKey() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountSet
-
Hexadecimal encoded public key for sending encrypted messages to this account.
- messageKey() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
Hexadecimal encoded public key for sending encrypted messages to this account.
- messageKey() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
A public key that may be used to send encrypted messages to this account.
- messageKey() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAccountRootObject
-
A public key that may be used to send encrypted messages to this account.
- messageKey(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
messageKeyto messageKey. - messageKey(String) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
messageKeyto messageKey. - messageKey(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
messageKeyto messageKey. - messageKey(Optional<String>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
messageKeyto messageKey. - messageKey(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
messageKeyto messageKey. - messageKey(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
messageKeyto messageKey. - MetaAccountRootObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Represents the AccountRoot ledger object, which describes a single account, its settings, and XRP balance.
- MetaAmmObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Represents an AMM ledger object, which describes a single Automated Market Maker instance.
- MetaAuctionSlot - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Represents an AuctionSlot object in an
AmmObject, containing details of the current owner of the auction slot. - MetaAuthAccount - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
An account that is authorized to trade at the discounted fee for an AMM instance.
- MetaAuthAccountWrapper - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
A wrapper around
MetaAuthAccounts. - MetaBook - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Object referencing a specific page of an offer directory.
- MetaBookWrapper - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
A wrapper for
MetaBookto conform to the rippled API JSON structure. - MetaBridgeObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Represents a single cross-chain bridge that connects the XRP Ledger with another blockchain, such as its sidechain, and enables value in the form of XRP and other tokens (IOUs) to move efficiently between the two blockchains.
- MetaCheckObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
A Check object describes a check, similar to a paper personal check, which can be cashed by its destination to get money from its sender.
- MetaCredential - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
MetaCredentialinner object with Issuer and CredentialType details. - MetaCredentialObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
A Credential object represents a credential, which contains an attestation about a subject account from a credential issuer account.
- MetaCredentialWrapper - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
A wrapper for
MetaCredentialto conform to the rippled API JSON structure. - metadata() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountTransactionsTransactionResult
-
Metadata about the transaction if this data is from a validated ledger version.
- metadata() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransactionResult
-
Metadata about the transaction if this data is from a validated ledger version.
- metadata() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult
-
Metadata about the transaction if this data is from a validated ledger version.
- metadata() - Method in interface org.xrpl.xrpl4j.model.client.transactions.TransactionResult
-
Metadata about the transaction if this data is from a validated ledger version.
- metadata(Optional<? extends TransactionMetadata>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransactionResult.Builder
-
Initializes the optional value
metadatato metadata. - metadata(Optional<? extends TransactionMetadata>) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult.Builder
-
Initializes the optional value
metadatato metadata. - metadata(TransactionMetadata) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountTransactionsTransactionResult.Builder
-
Initializes the optional value
metadatato metadata. - metadata(TransactionMetadata) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionResult.Builder
-
Initializes the optional value
metadatato metadata. - MetaDelegateObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Represents a Delegate ledger object in transaction metadata, which describes a set of permissions that an account has delegated to another account.
- MetaDepositPreAuthObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Tracks a preauthorization from one account to another.
- MetaDidObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
A
DIDledger entry holds references to, or data associated with a single DID. - MetaEscrowObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Represents a held payment of XRP, IOU tokens, or MPT tokens waiting to be executed or canceled.
- MetaLedgerEntryType - Interface in org.xrpl.xrpl4j.model.transactions.metadata
- MetaLedgerObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Marker interface for XRP Ledger Objects as represented in transaction metadata.
- MetaMpTokenIssuanceObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
- MetaMpTokenObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
- MetaNfTokenOfferObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
An Offer returned in an
MetaNfTokenOfferObjectlist. - MetaNfTokenPageObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Represents the NFTokenPage ledger object, which represents a collection of NFToken objects owned by the same account.
- MetaOfferObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
The Offer object type describes an offer to exchange currencies, more traditionally known as an order.
- MetaOracleObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Transaction metadata for Oracle objects.
- MetaPayChannelObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
The PayChannel object type represents a payment channel.
- MetaPermissionedDomainObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
This object represents a permissioned domain controlled by the
MetaPermissionedDomainObject.owner(). - MetaRippleStateObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Represents the RippleState XRP Ledger Object.
- MetaSignerEntry - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Represents an individual signer in a
MetaSignerListObject. - MetaSignerEntryWrapper - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
A wrapper for
MetaSignerEntryto conform to the rippled API JSON structure. - MetaSignerListObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Represents a list of parties that, as a group, are authorized to sign a
Transactionin place of an individual account. - MetaTicketObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
The
MetaTicketObjecttype represents a Ticket, which tracks an account sequence number that has been set aside for future use. - MetaUnknownObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
A
MetaLedgerObjectrepresenting ledger objects that xrpl4j does not understand. - MetaVoteEntry - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Describes a vote for the trading fee on an AMM by an LP.
- MetaVoteEntryWrapper - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
A wrapper around a
MetaVoteEntry. - MetaXChainClaimAttestation - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
A wrapper around
MetaXChainClaimProofSigs. - MetaXChainClaimProofSig - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Represents an attestation for an
MetaXChainOwnedClaimIdObject. - MetaXChainCreateAccountAttestation - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
A wrapper around
MetaXChainCreateAccountProofSigs. - MetaXChainCreateAccountProofSig - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
Represents an attestation for an
MetaXChainOwnedCreateAccountClaimIdObject. - MetaXChainOwnedClaimIdObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
An
XChainOwnedClaimIDobject represents one cross-chain transfer of value and includes information of the account on the source chain that locks or burns the funds on the source chain. - MetaXChainOwnedCreateAccountClaimIdObject - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
The
XChainOwnedCreateAccountClaimIDledger object is used to collect attestations for creating an account via a cross-chain transfer. - MIN_POSITIVE_VALUE - Static variable in interface org.xrpl.xrpl4j.model.transactions.IssuedCurrencyAmount
-
The smallest possible positive value that an
IssuedCurrencyAmountcan have. - MIN_VALUE - Static variable in interface org.xrpl.xrpl4j.model.transactions.IssuedCurrencyAmount
-
The minimum value that an
IssuedCurrencyAmountcan have. - minAccountCreateAmount() - Method in interface org.xrpl.xrpl4j.model.ledger.BridgeObject
-
The minimum amount, in XRP, required for an XChainAccountCreateCommit transaction.
- minAccountCreateAmount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject
-
The minimum amount, in XRP, required for an XChainAccountCreateCommit transaction.
- minAccountCreateAmount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge
-
The minimum amount, in XRP, required for a
XChainAccountCreateCommittransaction. - minAccountCreateAmount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge
-
The minimum amount, in XRP, required for a
XChainAccountCreateCommittransaction. - minAccountCreateAmount() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject
-
The minimum amount, in XRP, required for an XChainAccountCreateCommit transaction.
- minAccountCreateAmount() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaBridgeObject
-
The minimum amount, in XRP, required for an XChainAccountCreateCommit transaction.
- minAccountCreateAmount() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainCreateBridge
-
The minimum amount, in XRP, required for a
XChainAccountCreateCommittransaction. - minAccountCreateAmount() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainModifyBridge
-
The minimum amount, in XRP, required for a
XChainAccountCreateCommittransaction. - minAccountCreateAmount(Optional<? extends XrpCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject.Builder
-
Initializes the optional value
minAccountCreateAmountto minAccountCreateAmount. - minAccountCreateAmount(Optional<? extends XrpCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Initializes the optional value
minAccountCreateAmountto minAccountCreateAmount. - minAccountCreateAmount(Optional<? extends XrpCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Initializes the optional value
minAccountCreateAmountto minAccountCreateAmount. - minAccountCreateAmount(Optional<? extends XrpCurrencyAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject.Builder
-
Initializes the optional value
minAccountCreateAmountto minAccountCreateAmount. - minAccountCreateAmount(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject.Builder
-
Initializes the optional value
minAccountCreateAmountto minAccountCreateAmount. - minAccountCreateAmount(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Initializes the optional value
minAccountCreateAmountto minAccountCreateAmount. - minAccountCreateAmount(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Initializes the optional value
minAccountCreateAmountto minAccountCreateAmount. - minAccountCreateAmount(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject.Builder
-
Initializes the optional value
minAccountCreateAmountto minAccountCreateAmount. - minimumFee() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeDrops
-
The minimum transaction cost for a reference transaction to be queued for a later ledger, represented in drops of XRP.
- minimumFee() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeDrops
-
The minimum transaction cost for a reference transaction to be queued for a later ledger, represented in drops of XRP.
- minimumFee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeDrops.Builder
-
Initializes the value for the
minimumFeeattribute. - minimumLevel() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeLevels
-
The minimum transaction cost required to be queued for a future ledger, represented in fee levels.
- minimumLevel() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeLevels
-
The minimum transaction cost required to be queued for a future ledger, represented in fee levels.
- minimumLevel(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeLevels.Builder
-
Initializes the value for the
minimumLevelattribute. - minLedger() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionRequestParams
-
Use this with
TransactionRequestParams.maxLedger()to specify a range of up to 1000 ledger indexes, starting with this ledger (inclusive). - minLedger() - Method in interface org.xrpl.xrpl4j.model.client.transactions.TransactionRequestParams
-
Use this with
TransactionRequestParams.maxLedger()to specify a range of up to 1000 ledger indexes, starting with this ledger (inclusive). - minLedger(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionRequestParams.Builder
-
Initializes the optional value
minLedgerto minLedger. - minLedger(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableTransactionRequestParams.Builder
-
Initializes the optional value
minLedgerto minLedger. - mintAccount() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountSet
-
Sets an alternate account that is allowed to mint NFTokens on this account's behalf using NFTokenMint's `Issuer` field.
- mintAccount() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
-
Sets an alternate account that is allowed to mint NFTokens on this account's behalf using NFTokenMint's `Issuer` field.
- mintAccount(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
mintAccountto mintAccount. - mintAccount(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
mintAccountto mintAccount. - mintedNfTokens() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
How many total non-fungible tokens have been minted by and on behalf of this account.
- mintedNfTokens() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
How many total non-fungible tokens have been minted by and on behalf of this account.
- mintedNfTokens() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
How many total non-fungible tokens have been minted by and on behalf of this account.
- mintedNfTokens() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAccountRootObject
-
How many total non-fungible tokens have been minted by and on behalf of this account.
- mintedNfTokens(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
mintedNfTokensto mintedNfTokens. - mintedNfTokens(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
mintedNfTokensto mintedNfTokens. - mintedNfTokens(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
mintedNfTokensto mintedNfTokens. - mintedNfTokens(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
mintedNfTokensto mintedNfTokens. - minus(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndex
-
Subtract an
UnsignedIntegerfrom thisLedgerIndex. - minus(Integer) - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndexBound
-
Subtract an
Integerfrom thisLedgerIndexBound. - minus(Long) - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndexBound
-
Subtract a
Longfrom thisLedgerIndexBound. - minus(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndex
-
Subtract a
LedgerIndexfrom thisLedgerIndex. - minus(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndexBound
-
Subtract a
LedgerIndexfrom thisLedgerIndexBound. - minus(LedgerIndexBound) - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndexBound
-
Subtract a
LedgerIndexBoundfrom thisLedgerIndexBound. - minus(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount
-
Subtract another
XrpCurrencyAmountfrom this amount. - ModifiedNode<T> - Interface in org.xrpl.xrpl4j.model.transactions.metadata
-
A
ModifiedNodein transaction metadata indicates that the transaction modified an existing object in the ledger. - MP_TOKEN - Enum constant in enum org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams.AccountObjectType
-
MPToken object type.
- MP_TOKEN - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
- MP_TOKEN - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- MP_TOKEN_ISSUANCE - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
- MP_TOKEN_ISSUANCE - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- MPT_AUTHORIZE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
- MPT_HOLDERS - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
- MPT_ISSUANCE - Enum constant in enum org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams.AccountObjectType
-
MPToken Issuance object type.
- MPT_ISSUANCE_CREATE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
- MPT_ISSUANCE_DESTROY - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
- MPT_ISSUANCE_SET - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
- mptAmount() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken
-
The balance of this MPToken.
- mptAmount() - Method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersMpToken
-
The balance of this MPToken.
- mptAmount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject
-
The balance of this MPToken.
- mptAmount() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenObject
-
The balance of this MPToken.
- mptAmount() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject
- mptAmount() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenObject
- mptAmount(Optional<? extends MpTokenNumericAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject.Builder
-
Initializes the optional value
mptAmountto mptAmount. - mptAmount(MpTokenNumericAmount) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken.Builder
-
Initializes the value for the
mptAmountattribute. - mptAmount(MpTokenNumericAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject.Builder
-
Initializes the value for the
mptAmountattribute. - mptAmount(MpTokenNumericAmount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject.Builder
-
Initializes the optional value
mptAmountto mptAmount. - MptCurrencyAmount - Interface in org.xrpl.xrpl4j.model.transactions
-
CurrencyAmounttype for MPT amounts. - MptHoldersMpToken - Interface in org.xrpl.xrpl4j.model.client.mpt
-
Representation of an MPToken found in
MptHoldersResponses. - MptHoldersRequestParams - Interface in org.xrpl.xrpl4j.model.client.mpt
-
Request parameters for the
mpt_holdersRPC. - MptHoldersResponse - Interface in org.xrpl.xrpl4j.model.client.mpt
-
Response object for
mpt_holdersRPCs. - mptIssuance() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up an
MpTokenIssuanceObjectbyMpTokenIssuanceId. - mptIssuance() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up an
MpTokenIssuanceObjectbyMpTokenIssuanceId. - mptIssuanceId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMptCurrencyAmount
- mptIssuanceId() - Method in interface org.xrpl.xrpl4j.model.transactions.MptCurrencyAmount
- mptIssuanceId(MpTokenIssuanceId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMptCurrencyAmount.Builder
-
Initializes the value for the
mptIssuanceIdattribute. - mpToken() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up an
MpTokenObjectbyMpTokenLedgerEntryParams. - mpToken() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up an
MpTokenObjectbyMpTokenLedgerEntryParams. - mpToken(MpTokenLedgerEntryParams, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests aMpTokenObjectledger entry. - MPTOKEN_ISSUANCE_LOCK - Enum constant in enum org.xrpl.xrpl4j.model.transactions.GranularPermission
-
Permission to lock an MPToken issuance.
- MPTOKEN_ISSUANCE_UNLOCK - Enum constant in enum org.xrpl.xrpl4j.model.transactions.GranularPermission
-
Permission to unlock an MPToken issuance.
- MpTokenAuthorize - Interface in org.xrpl.xrpl4j.model.transactions
-
Representation of the
MPTokenAuthorizetransaction. - MpTokenAuthorizeFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of static
TransactionFlagswhich can be set onMpTokenAuthorizetransactions. - MpTokenFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of static
Flagswhich can be set onMpTokenObjects. - mpTokenIndex() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken
-
The index of this MPToken.
- mpTokenIndex() - Method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersMpToken
-
The index of this MPToken.
- mpTokenIndex(Hash256) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersMpToken.Builder
-
Initializes the value for the
mpTokenIndexattribute. - mpTokenIssuance(MpTokenIssuanceId, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests aMpTokenIssuanceObjectledger entry. - MpTokenIssuanceCreate - Interface in org.xrpl.xrpl4j.model.transactions
-
Representation of the
MPTokenIssuanceCreatetransaction. - MpTokenIssuanceCreateFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of static
TransactionFlagswhich can be set onMpTokenIssuanceCreatetransactions. - MpTokenIssuanceCreateFlags.Builder - Class in org.xrpl.xrpl4j.model.flags
-
A builder class for
MpTokenIssuanceCreateFlags. - MpTokenIssuanceDestroy - Interface in org.xrpl.xrpl4j.model.transactions
-
Representation of the
MPTokenIssuanceDestroytransaction. - MpTokenIssuanceFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of static
Flagswhich can be set onMpTokenIssuanceObjects. - mpTokenIssuanceId() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableMpTokenLedgerEntryParams
-
The
MpTokenIssuanceIdof the issuance. - mpTokenIssuanceId() - Method in interface org.xrpl.xrpl4j.model.client.ledger.MpTokenLedgerEntryParams
-
The
MpTokenIssuanceIdof the issuance. - mpTokenIssuanceId() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams
-
The
MpTokenIssuanceIdof the issuance. - mpTokenIssuanceId() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse
- mpTokenIssuanceId() - Method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersRequestParams
-
The
MpTokenIssuanceIdof the issuance. - mpTokenIssuanceId() - Method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersResponse
- mpTokenIssuanceId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
The
MpTokenIssuanceIdof the issuance. - mpTokenIssuanceId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject
-
The
MpTokenIssuanceIdof the MPTokenIssuance that this token corresponds to. - mpTokenIssuanceId() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenIssuanceObject
-
The
MpTokenIssuanceIdof the issuance. - mpTokenIssuanceId() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenObject
-
The
MpTokenIssuanceIdof the MPTokenIssuance that this token corresponds to. - mpTokenIssuanceId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize
-
The
MpTokenIssuanceIdof the issuance to authorize. - mpTokenIssuanceId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy
-
The
MpTokenIssuanceIdof the issuance to destroy. - mpTokenIssuanceId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet
-
The
MpTokenIssuanceIdof the issuance to update. - mpTokenIssuanceId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata
-
The
MpTokenIssuanceIdof theMpTokenIssuanceObjectcreated via anMpTokenIssuanceCreatetransaction. - mpTokenIssuanceId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject
- mpTokenIssuanceId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenObject
- mpTokenIssuanceId() - Method in interface org.xrpl.xrpl4j.model.transactions.MpTokenAuthorize
-
The
MpTokenIssuanceIdof the issuance to authorize. - mpTokenIssuanceId() - Method in interface org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceDestroy
-
The
MpTokenIssuanceIdof the issuance to destroy. - mpTokenIssuanceId() - Method in interface org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceSet
-
The
MpTokenIssuanceIdof the issuance to update. - mpTokenIssuanceId() - Method in interface org.xrpl.xrpl4j.model.transactions.TransactionMetadata
-
The
MpTokenIssuanceIdof theMpTokenIssuanceObjectcreated via anMpTokenIssuanceCreatetransaction. - mpTokenIssuanceId(Optional<? extends MpTokenIssuanceId>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the optional value
mpTokenIssuanceIdto mpTokenIssuanceId. - mpTokenIssuanceId(Optional<? extends MpTokenIssuanceId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Initializes the optional value
mpTokenIssuanceIdto mpTokenIssuanceId. - mpTokenIssuanceId(Optional<? extends MpTokenIssuanceId>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject.Builder
-
Initializes the optional value
mpTokenIssuanceIdto mpTokenIssuanceId. - mpTokenIssuanceId(MpTokenIssuanceId) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableMpTokenLedgerEntryParams.Builder
-
Initializes the value for the
mpTokenIssuanceIdattribute. - mpTokenIssuanceId(MpTokenIssuanceId) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersRequestParams.Builder
-
Initializes the value for the
mpTokenIssuanceIdattribute. - mpTokenIssuanceId(MpTokenIssuanceId) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse.Builder
-
Initializes the value for the
mpTokenIssuanceIdattribute. - mpTokenIssuanceId(MpTokenIssuanceId) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the optional value
mpTokenIssuanceIdto mpTokenIssuanceId. - mpTokenIssuanceId(MpTokenIssuanceId) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject.Builder
-
Initializes the value for the
mpTokenIssuanceIdattribute. - mpTokenIssuanceId(MpTokenIssuanceId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Initializes the value for the
mpTokenIssuanceIdattribute. - mpTokenIssuanceId(MpTokenIssuanceId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Initializes the value for the
mpTokenIssuanceIdattribute. - mpTokenIssuanceId(MpTokenIssuanceId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Initializes the value for the
mpTokenIssuanceIdattribute. - mpTokenIssuanceId(MpTokenIssuanceId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Initializes the optional value
mpTokenIssuanceIdto mpTokenIssuanceId. - mpTokenIssuanceId(MpTokenIssuanceId) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject.Builder
-
Initializes the optional value
mpTokenIssuanceIdto mpTokenIssuanceId. - MpTokenIssuanceId - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
Wrappers._MpTokenIssuanceId. - MpTokenIssuanceIdDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
MpTokenIssuanceIds. - MpTokenIssuanceIdDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.MpTokenIssuanceIdDeserializer
-
No-args constructor.
- MpTokenIssuanceIdSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
MpTokenIssuanceIds. - MpTokenIssuanceIdSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.MpTokenIssuanceIdSerializer
-
No-args constructor.
- MpTokenIssuanceObject - Interface in org.xrpl.xrpl4j.model.ledger
-
Represents an
MPTokenIssuance. - MpTokenIssuanceSet - Interface in org.xrpl.xrpl4j.model.transactions
-
Representation of the
MPTokenIssuanceSettransaction. - MpTokenIssuanceSetFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of static
TransactionFlagswhich can be set onMpTokenIssuanceSettransactions. - MpTokenLedgerEntryParams - Interface in org.xrpl.xrpl4j.model.client.ledger
-
Parameters that uniquely identify an
MpTokenObjecton ledger that can be used in aLedgerEntryRequestParamsto request anMpTokenObject. - mpTokenMetadata() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
Arbitrary hex-encoded metadata about this issuance.
- mpTokenMetadata() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenIssuanceObject
-
Arbitrary hex-encoded metadata about this issuance.
- mpTokenMetadata() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate
-
Arbitrary metadata about this issuance, in hex format.
- mpTokenMetadata() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject
- mpTokenMetadata() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenIssuanceObject
- mpTokenMetadata() - Method in interface org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceCreate
-
Arbitrary metadata about this issuance, in hex format.
- mpTokenMetadata(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
mpTokenMetadatato mpTokenMetadata. - mpTokenMetadata(Optional<? extends MpTokenMetadata>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the optional value
mpTokenMetadatato mpTokenMetadata. - mpTokenMetadata(Optional<? extends MpTokenMetadata>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the optional value
mpTokenMetadatato mpTokenMetadata. - mpTokenMetadata(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
mpTokenMetadatato mpTokenMetadata. - mpTokenMetadata(MpTokenMetadata) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the optional value
mpTokenMetadatato mpTokenMetadata. - mpTokenMetadata(MpTokenMetadata) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the optional value
mpTokenMetadatato mpTokenMetadata. - MpTokenMetadata - Class in org.xrpl.xrpl4j.model.transactions
-
Wrapped String representing MPT metadata.
- MpTokenMetadataDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
MpTokenMetadatas. - MpTokenMetadataDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.MpTokenMetadataDeserializer
-
No-args constructor.
- MpTokenMetadataSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
MpTokenMetadatas. - MpTokenMetadataSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.MpTokenMetadataSerializer
-
No-args constructor.
- MpTokenNumericAmount - Class in org.xrpl.xrpl4j.model.transactions
-
Immutable implementation of
Wrappers._MpTokenNumericAmount. - MpTokenNumericAmountDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
MpTokenNumericAmounts. - MpTokenNumericAmountDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.MpTokenNumericAmountDeserializer
-
No-args constructor.
- MpTokenNumericAmountSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
MpTokenNumericAmounts. - MpTokenNumericAmountSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.MpTokenNumericAmountSerializer
-
No-args constructor.
- MpTokenObject - Interface in org.xrpl.xrpl4j.model.ledger
-
Represents an
MPTokenledger object. - mpTokens() - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse
- mpTokens() - Method in interface org.xrpl.xrpl4j.model.client.mpt.MptHoldersResponse
- mpTokens(Iterable<? extends MptHoldersMpToken>) - Method in class org.xrpl.xrpl4j.model.client.mpt.ImmutableMptHoldersResponse.Builder
-
Sets or replaces all elements for
mpTokenslist. - MULTI_SIGN_PUBLIC_KEY - Static variable in interface org.xrpl.xrpl4j.crypto.keys.PublicKey
-
Multi-signed transactions must contain an empty String in the SigningPublicKey field.
- multiSign(PrivateKeyReference, T) - Method in class org.xrpl.xrpl4j.crypto.signing.bc.BcDerivedKeySignatureService
- multiSign(P, T) - Method in class org.xrpl.xrpl4j.crypto.signing.AbstractSignatureService
- multiSign(P, T) - Method in class org.xrpl.xrpl4j.crypto.signing.AbstractTransactionSigner
- multiSign(P, T) - Method in interface org.xrpl.xrpl4j.crypto.signing.TransactionSigner
-
Get a signature for the supplied unsigned transaction using the supplied
TransactionSigner. - MultiSignedTransaction<T> - Interface in org.xrpl.xrpl4j.crypto.signing
-
Holds the bytes for and assembles signers for a multi-signed XRPL transaction.
- multiSignInner(PrivateKeyReference, Batch) - Method in class org.xrpl.xrpl4j.crypto.signing.bc.BcDerivedKeySignatureService
- multiSignInner(P, Batch) - Method in class org.xrpl.xrpl4j.crypto.signing.AbstractSignatureService
- multiSignInner(P, Batch) - Method in class org.xrpl.xrpl4j.crypto.signing.AbstractTransactionSigner
- multiSignInner(P, Batch) - Method in interface org.xrpl.xrpl4j.crypto.signing.TransactionSigner
-
Obtain a multi-signature for a batch transaction using the supplied
TransactionSigner. - multiSignToSigner(PrivateKeyReference, T) - Method in class org.xrpl.xrpl4j.crypto.signing.bc.BcDerivedKeySignatureService
- multiSignToSigner(P, T) - Method in interface org.xrpl.xrpl4j.crypto.signing.TransactionSigner
-
Deprecated.Use
TransactionSigner.multiSign(PrivateKeyable, Transaction)instead and assemble aSignermanually. This will allow callers to better manage public-key derivation, especially for derived key scenarios like an HSM where public-key derivation is expensive and may only need to be done once for multiple multi-sig operations.
N
- name() - Method in interface org.xrpl.xrpl4j.codec.binary.definitions.FieldInstance
-
Field name.
- name() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance
-
Field name.
- name(String) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance.Builder
-
Initializes the value for the
nameattribute. - NAME_RESERVATION_BLACKHOLE - Static variable in interface org.xrpl.xrpl4j.model.AddressConstants
-
In the past, Ripple asked users to send XRP to this account to reserve Ripple Names.
- NAN_ADDRESS - Static variable in interface org.xrpl.xrpl4j.model.AddressConstants
-
Previous versions of ripple-lib generated this address when encoding the value NaN using the XRP Ledger's base58 string encoding format.
- naturalBytes() - Method in class org.xrpl.xrpl4j.crypto.keys.PrivateKey
-
Accessor for the byte value in
PrivateKey.value()but in a more natural form (i.e., the size of the returned value will be 32 bytes). - NEGATIVE_UNL - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforNegativeUNLledger objects. - NEGATIVE_UNL - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- networkId() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo
-
The
NetworkIdof the network that this server is connected to. - networkId() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo
-
The
NetworkIdof the network that this server is connected to. - networkId() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
The
NetworkIdof the network that this server is connected to. - networkId() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo
-
The
NetworkIdof the network that this server is connected to. - networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId
- networkId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge
- networkId() - Method in interface org.xrpl.xrpl4j.model.transactions.Transaction
- networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(Optional<? extends NetworkId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableClioServerInfo.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableReportingModeServerInfo.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountDelete.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAccountSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmBid.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmClawback.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDelete.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmDeposit.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmVote.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableAmmWithdraw.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableBatch.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCancel.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCash.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCheckCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableClawback.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialAccept.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableCredentialDelete.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDepositPreAuth.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidDelete.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDidSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEnableAmendment.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenAuthorize.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceDestroy.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableMpTokenIssuanceSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenAcceptOffer.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCancelOffer.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenMint.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelClaim.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePaymentChannelFund.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainDelete.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionedDomainSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetFee.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSetRegularKey.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableSignerListSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTicketCreate.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTrustSet.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnknownTransaction.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableUnlModify.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAccountCreateCommit.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainClaim.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateBridge.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Initializes the optional value
networkIdto networkId. - networkId(NetworkId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainModifyBridge.Builder
-
Initializes the optional value
networkIdto networkId. - NetworkId - Class in org.xrpl.xrpl4j.model.transactions
-
A wrapped
UnsignedIntegercontaining a Network ID. - NetworkIdDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
NetworkIds. - NetworkIdDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.NetworkIdDeserializer
-
No-args constructor.
- NetworkIdSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
NetworkIds. - NetworkIdSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.NetworkIdSerializer
-
No-args constructor.
- newFields() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.CreatedNode
-
The
CreatedNodecontaining the fields of the ledger object that was created. - newFields() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableCreatedNode
-
The
ImmutableCreatedNodecontaining the fields of the ledger object that was created. - newFields(T) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableCreatedNode.Builder
-
Initializes the value for the
newFieldsattribute. - newInstance() - Static method in class org.xrpl.xrpl4j.crypto.keys.Entropy
-
Construct a new instance of an
Entropy. - nextPageMin() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject
-
The locator of the next page, if any.
- nextPageMin() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenPageObject
-
The locator of the next page, if any.
- nextPageMin() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject
-
The locator of the next page, if any.
- nextPageMin() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaNfTokenPageObject
-
The locator of the next page, if any.
- nextPageMin(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject.Builder
-
Initializes the optional value
nextPageMinto nextPageMin. - nextPageMin(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject.Builder
-
Initializes the optional value
nextPageMinto nextPageMin. - nextPageMin(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject.Builder
-
Initializes the optional value
nextPageMinto nextPageMin. - nextPageMin(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject.Builder
-
Initializes the optional value
nextPageMinto nextPageMin. - NFT_BUY_OFFERS - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the nft_buy_offers rippled API method.
- NFT_INFO - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the nft_info Clio API method.
- NFT_SELL_OFFERS - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the nft_sell_offers rippled API method.
- NftBuyOffersRequestParams - Interface in org.xrpl.xrpl4j.model.client.nft
-
Request params for "nft_buy_offers" rippled API method call.
- NftBuyOffersResult - Interface in org.xrpl.xrpl4j.model.client.nft
-
The result of an "nft_buy_offers" rippled API method call.
- nftId() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult
-
A unique identifier for the non-fungible token (NFT).
- nftId() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftInfoResult
-
A unique identifier for the non-fungible token (NFT).
- nftId(NfTokenId) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult.Builder
-
Initializes the value for the
nftIdattribute. - NftInfoRequestParams - Interface in org.xrpl.xrpl4j.model.client.nft
-
Request parameters for the
nft_infoRPC request. - NftInfoResult - Interface in org.xrpl.xrpl4j.model.client.nft
-
The result of an
nft_infoRPC call. - nftOfferIndex() - Method in interface org.xrpl.xrpl4j.model.client.nft.BuyOffer
-
The ledger object ID of this offer.
- nftOfferIndex() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableBuyOffer
-
The ledger object ID of this offer.
- nftOfferIndex() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableSellOffer
-
The ledger object ID of this offer.
- nftOfferIndex() - Method in interface org.xrpl.xrpl4j.model.client.nft.SellOffer
-
The ledger object ID of this offer.
- nftOfferIndex(Hash256) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableBuyOffer.Builder
-
Initializes the value for the
nftOfferIndexattribute. - nftOfferIndex(Hash256) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableSellOffer.Builder
-
Initializes the value for the
nftOfferIndexattribute. - nfToken() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenWrapper
-
The
NfTokenthat this wrapper wraps. - nfToken() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenWrapper
-
The
NfTokenthat this wrapper wraps. - nfToken(NfToken) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenWrapper.Builder
-
Initializes the value for the
nfTokenattribute. - NfToken - Interface in org.xrpl.xrpl4j.model.ledger
-
Object mapping for NFToken inner objects.
- NFTOKEN_ACCEPT_OFFER - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theNfTokenAcceptOffertransaction. - NFTOKEN_BURN - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theNfTokenBurntransaction. - NFTOKEN_CANCEL_OFFER - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theNfTokenCancelOffertransaction. - NFTOKEN_CREATE_OFFER - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theNfTokenCreateOffertransaction. - NFTOKEN_MINT - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theNfTokenMinttransaction. - NFTOKEN_OFFER - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforNFTokenOfferledger objects. - NFTOKEN_OFFER - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- NFTOKEN_PAGE - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforNfTokenPageObjectledger objects. - NFTOKEN_PAGE - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- NfTokenAcceptOffer - Interface in org.xrpl.xrpl4j.model.transactions
-
The
NfTokenAcceptOffertransaction creates an NfT object and adds it to the relevant NfTPage object of the minter. - NfTokenBurn - Interface in org.xrpl.xrpl4j.model.transactions
-
The
NfTokenBurntransaction is used to remove an NfToken object from the NfTokenPage in which it is being held, effectively removing the token from the ledger ("burning" it). - NfTokenCancelOffer - Interface in org.xrpl.xrpl4j.model.transactions
-
The
NfTokenCancelOffertransaction creates an NfToken object and adds it to the relevant NfTokenPage object of the minter. - NfTokenCreateOffer - Interface in org.xrpl.xrpl4j.model.transactions
-
The
NfTokenCreateOffertransaction creates either a new Sell offer for an NfToken owned by the account executing the transaction or a new Buy offer for NfToken owned by another account. - NfTokenCreateOfferFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of static
Flagswhich can be set onNfTokenCreateOffers. - NfTokenCreateOfferFlags.Builder - Class in org.xrpl.xrpl4j.model.flags
-
A builder class for
NfTokenCreateOfferFlags. - NfTokenFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of static
Flagswhich can be set onNfTokenObjects. - nfTokenId() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableNfTokenObject
-
The unique NFTokenID of the token.
- nfTokenId() - Method in interface org.xrpl.xrpl4j.model.client.accounts.NfTokenObject
-
The unique NFTokenID of the token.
- nfTokenId() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams
-
The TokenID of the NFToken object.
- nfTokenId() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult
-
The TokenID of the NFToken object.
- nfTokenId() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoRequestParams
-
A unique identifier for the non-fungible token (NFT).
- nfTokenId() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams
-
The TokenID of the NFToken object.
- nfTokenId() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult
-
The TokenID of the NFToken object.
- nfTokenId() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftBuyOffersRequestParams
-
The TokenID of the NFToken object.
- nfTokenId() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftBuyOffersResult
-
The TokenID of the NFToken object.
- nfTokenId() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftInfoRequestParams
-
A unique identifier for the non-fungible token (NFT).
- nfTokenId() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftSellOffersRequestParams
-
The TokenID of the NFToken object.
- nfTokenId() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftSellOffersResult
-
The TokenID of the NFToken object.
- nfTokenId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfToken
-
The unique NFTokenID of the token.
- nfTokenId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
The TokenId of the NfToken for which the offer has been created.
- nfTokenId() - Method in interface org.xrpl.xrpl4j.model.ledger.NfToken
-
The unique NFTokenID of the token.
- nfTokenId() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenOfferObject
-
The TokenId of the NfToken for which the offer has been created.
- nfTokenId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn
-
Identifies the NfToken object to be removed by the transaction.
- nfTokenId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
Identifies the TokenID of the NfToken object that the offer references.
- nfTokenId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata
- nfTokenId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject
-
The TokenId of the NfToken for which the offer has been created.
- nfTokenId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaNfTokenOfferObject
-
The TokenId of the NfToken for which the offer has been created.
- nfTokenId() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenBurn
-
Identifies the NfToken object to be removed by the transaction.
- nfTokenId() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenCreateOffer
-
Identifies the TokenID of the NfToken object that the offer references.
- nfTokenId() - Method in interface org.xrpl.xrpl4j.model.transactions.TransactionMetadata
- nfTokenId(Optional<? extends NfTokenId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Initializes the optional value
nfTokenIdto nfTokenId. - nfTokenId(Optional<? extends NfTokenId>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
nfTokenIdto nfTokenId. - nfTokenId(NfTokenId) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableNfTokenObject.Builder
-
Initializes the value for the
nfTokenIdattribute. - nfTokenId(NfTokenId) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersRequestParams.Builder
-
Initializes the value for the
nfTokenIdattribute. - nfTokenId(NfTokenId) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult.Builder
-
Initializes the value for the
nfTokenIdattribute. - nfTokenId(NfTokenId) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoRequestParams.Builder
-
Initializes the value for the
nfTokenIdattribute. - nfTokenId(NfTokenId) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersRequestParams.Builder
-
Initializes the value for the
nfTokenIdattribute. - nfTokenId(NfTokenId) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult.Builder
-
Initializes the value for the
nfTokenIdattribute. - nfTokenId(NfTokenId) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfToken.Builder
-
Initializes the value for the
nfTokenIdattribute. - nfTokenId(NfTokenId) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Initializes the value for the
nfTokenIdattribute. - nfTokenId(NfTokenId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Initializes the value for the
nfTokenIdattribute. - nfTokenId(NfTokenId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the value for the
nfTokenIdattribute. - nfTokenId(NfTokenId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Initializes the optional value
nfTokenIdto nfTokenId. - nfTokenId(NfTokenId) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
nfTokenIdto nfTokenId. - NfTokenId - Class in org.xrpl.xrpl4j.model.transactions
-
A wrapped
Stringcontaining the NFT Id. - NfTokenIdDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
NfTokenIds. - NfTokenIdDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.NfTokenIdDeserializer
-
No-args constructor.
- nfTokenIds() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata
- nfTokenIds() - Method in interface org.xrpl.xrpl4j.model.transactions.TransactionMetadata
- nfTokenIds(Iterable<? extends NfTokenId>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Sets or replaces all elements for
nfTokenIdslist. - NfTokenIdSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
NfTokenIds. - NfTokenIdSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.NfTokenIdSerializer
-
No-args constructor.
- NfTokenMint - Interface in org.xrpl.xrpl4j.model.transactions
-
The
NfTokenMinttransaction creates an NfToken object and adds it to the relevant NfTokenPage object of the minter(issuer). - nfTokenMinter() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
Another account that can mint non-fungible tokens on behalf of this account.
- nfTokenMinter() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
Another account that can mint non-fungible tokens on behalf of this account.
- nfTokenMinter() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
Another account that can mint non-fungible tokens on behalf of this account.
- nfTokenMinter() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAccountRootObject
-
Another account that can mint non-fungible tokens on behalf of this account.
- nfTokenMinter(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
nfTokenMinterto nfTokenMinter. - nfTokenMinter(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
nfTokenMinterto nfTokenMinter. - nfTokenMinter(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the optional value
nfTokenMinterto nfTokenMinter. - nfTokenMinter(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
nfTokenMinterto nfTokenMinter. - NfTokenMintFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of static
TransactionFlagswhich can be set onNfTokenMinttransactions. - NfTokenMintFlags.Builder - Class in org.xrpl.xrpl4j.model.flags
-
A builder class for
NfTokenMintFlags. - NfTokenObject - Interface in org.xrpl.xrpl4j.model.client.accounts
-
Structure of an NFToken stored on the ledger.
- NfTokenOfferFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of static
Flagswhich can be set onNfTokenOfferObjects. - NfTokenOfferObject - Interface in org.xrpl.xrpl4j.model.ledger
-
An Offer returned in an
NfTokenOfferObjectlist. - NfTokenPageObject - Interface in org.xrpl.xrpl4j.model.ledger
-
Represents the NFTokenPage ledger object, which represents a collection of NFToken objects owned by the same account.
- nfTokens() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject
-
The collection of NFToken objects contained in this NFTokenPage object.
- nfTokens() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenPageObject
-
The collection of NFToken objects contained in this NFTokenPage object.
- nfTokens() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject
-
The collection of NFToken objects contained in this NFTokenPage object.
- nfTokens() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaNfTokenPageObject
-
The collection of NFToken objects contained in this NFTokenPage object.
- nfTokens(Iterable<? extends NfTokenWrapper>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject.Builder
-
Sets or replaces all elements for
nfTokenslist. - nfTokens(Iterable<? extends NfTokenWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject.Builder
-
Sets or replaces all elements for
nfTokenslist. - NfTokenUri - Class in org.xrpl.xrpl4j.model.transactions
-
A wrapped
Stringcontaining the Uri. - NfTokenUriSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
NfTokenUris. - NfTokenUriSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.NfTokenUriSerializer
-
No-args constructor.
- NfTokenWrapper - Interface in org.xrpl.xrpl4j.model.ledger
-
A wrapper for
NfTokento conform to the rippled API JSON structure. - nftPage() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up an
NfTokenPageObjectby ID. - nftPage() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up an
NfTokenPageObjectby ID. - nftPage(Hash256, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests aNfTokenPageObjectledger entry. - NftSellOffersRequestParams - Interface in org.xrpl.xrpl4j.model.client.nft
-
Request params for "nft_sell_offers" rippled API method call.
- NftSellOffersResult - Interface in org.xrpl.xrpl4j.model.client.nft
-
The result of an "nft_sell_offers" rippled API method call.
- nftSerial() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableNfTokenObject
-
The token sequence number of this NFToken, which is unique for its issuer.
- nftSerial() - Method in interface org.xrpl.xrpl4j.model.client.accounts.NfTokenObject
-
The token sequence number of this NFToken, which is unique for its issuer.
- nftSerial() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult
-
The NFT’s sequence number.
- nftSerial() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftInfoResult
-
The NFT’s sequence number.
- nftSerial(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableNfTokenObject.Builder
-
Initializes the value for the
nftSerialattribute. - nftSerial(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult.Builder
-
Initializes the value for the
nftSerialattribute. - nftTaxon() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult
-
The NFT’s taxon.
- nftTaxon() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftInfoResult
-
The NFT’s taxon.
- nftTaxon(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult.Builder
-
Initializes the value for the
nftTaxonattribute. - nibblet(int) - Method in class org.xrpl.xrpl4j.codec.binary.types.HashType
-
Returns four bits at the specified depth within a hash.
- NO_DIRECT_RIPPLE - Static variable in class org.xrpl.xrpl4j.model.flags.PaymentFlags
-
Constant
PaymentFlagsfor thetfNoDirectRippleflag. - NO_FREEZE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
Permanently give up the ability to freeze individual trust lines or disable Global Freeze.
- NO_FREEZE - Static variable in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Constant
AccountRootFlagsfor thelsfNoFreezeaccount flag. - node() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult
-
The ledger entry returned, as a
ImmutableLedgerEntryResult. - node() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryResult
-
The ledger entry returned, as a
LedgerEntryResult. - node(T) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryResult.Builder
-
Initializes the value for the
nodeattribute. - NODE_PRIVATE - Enum constant in enum org.xrpl.xrpl4j.codec.addresses.Version
- NODE_PUBLIC - Enum constant in enum org.xrpl.xrpl4j.codec.addresses.Version
- NON_DELEGABLE_TRANSACTIONS - Static variable in interface org.xrpl.xrpl4j.model.transactions.DelegateSet
-
Set of transaction types that cannot be delegated.
- NONE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.AccountSet.AccountSetFlag
-
This flag will do nothing but exists to accurately deserialize AccountSet transactions whose
SetFlagorClearFlagfields are zero. - nonEmptyTokenOffers() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenCancelOffer
-
Token Ids array should have atleast one value.
- noRipple() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
Whether or not this account has enabled the lsfNoRipple flag for this line.
- noRipple() - Method in interface org.xrpl.xrpl4j.model.client.accounts.TrustLine
-
Whether or not this account has enabled the lsfNoRipple flag for this line.
- noRipple(boolean) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine.Builder
-
Initializes the value for the
noRippleattribute. - NORIPPLE_CHECK - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the noripple_check rippled API method.
- noRipplePeer() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
Whether or not the peer account has enabled the lsfNoRipple flag for this line.
- noRipplePeer() - Method in interface org.xrpl.xrpl4j.model.client.accounts.TrustLine
-
Whether or not the peer account has enabled the lsfNoRipple flag for this line.
- noRipplePeer(boolean) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine.Builder
-
Initializes the value for the
noRipplePeerattribute. - normalizeClearFlag() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountSet
-
Normalization method to try to get
AccountSet.clearFlag()andAccountSet.clearFlagRawValue()to match. - normalizeCondition() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowFinish
-
Normalization method to try to get
EscrowFinish.condition()andEscrowFinish.conditionRawValue()to match. - normalizeFulfillment() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowFinish
-
Normalization method to try to get
EscrowFinish.fulfillment()andEscrowFinish.fulfillmentRawValue()to match. - normalizeSetFlag() - Method in interface org.xrpl.xrpl4j.model.transactions.AccountSet
-
Normalization method to try to get
AccountSet.setFlag()andAccountSet.setFlagRawValue()to match. - NOT_FINAL - Enum constant in enum org.xrpl.xrpl4j.model.client.FinalityStatus
-
Transaction has not been validated until this moment, which means it could be validated in the following closed ledgers, or, the XRPL peer you are connected to could be missing the ledgers it would have been validated on.
- notBetween(T, T) - Method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Checks if wrapped value is not between two given values (inclusive lower bound, exclusive upper bound).
- notBetweenExclusive(T, T) - Method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Checks if wrapped value is not between two given values (exclusive lower bound, exclusive upper bound).
- notEqualTo(T) - Method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Checks if wrapped value is not equal than the given one.
- notGreaterThan(T) - Method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Checks if wrapped value is not greater than than the given one.
- notGreaterThanEqualTo(T) - Method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Checks if wrapped value is not greater than or equal to than the given one.
- notLessThan(T) - Method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Checks if wrapped value is not less than than the given one.
- notLessThanOrEqualTo(T) - Method in class org.xrpl.xrpl4j.model.immutables.FluentCompareTo
-
Checks if wrapped value is not less than or equal to than the given one.
- nth() - Method in interface org.xrpl.xrpl4j.codec.binary.definitions.FieldInfo
-
Sort order position for fields of the same type.
- nth() - Method in interface org.xrpl.xrpl4j.codec.binary.definitions.FieldInstance
-
Sort order position for fields of the same type.
- nth() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInfo
-
Sort order position for fields of the same type.
- nth() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance
-
Sort order position for fields of the same type.
- nth(int) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInfo.Builder
-
Initializes the value for the
nthattribute. - nth(int) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableFieldInstance.Builder
-
Initializes the value for the
nthattribute. - numericValue() - Method in enum org.xrpl.xrpl4j.model.transactions.GranularPermission
-
Get the numeric value of this
GranularPermission.
O
- OBJECT_END_MARKER_HEX - Static variable in class org.xrpl.xrpl4j.codec.binary.types.STObjectType
- ObjectMapperFactory - Class in org.xrpl.xrpl4j.model.jackson
-
A factory for constructing instances of
ObjectMapperfor all xrpl4j-model components. - ObjectMapperFactory() - Constructor for class org.xrpl.xrpl4j.model.jackson.ObjectMapperFactory
- obligations() - Method in interface org.xrpl.xrpl4j.model.client.accounts.GatewayBalancesResult
-
Total amounts issued to addresses not included in hotwallets.
- obligations() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult
-
Total amounts issued to addresses not included in hotwallets.
- obligations(GatewayBalancesObligations) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableGatewayBalancesResult.Builder
-
Initializes the value for the
obligationsattribute. - of(byte) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
-
Construct an
UnsignedBytefrom abyte. - of(byte[]) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
-
Creates an
UnsignedByteArrayfrom a byte array. - of(byte[]) - Static method in class org.xrpl.xrpl4j.crypto.keys.Entropy
-
Construct a new instance of an
Entropyfrom the supplied byte array. - of(byte[]) - Static method in class org.xrpl.xrpl4j.crypto.keys.Passphrase
-
Instantiates a new builder.
- of(byte[]) - Static method in class org.xrpl.xrpl4j.crypto.ServerSecret
-
Instantiates a new builder.
- of(byte, byte) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
-
Construct an
UnsignedBytefrom high bits and low bits. - of(int) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
-
Construct an
UnsignedBytefrom anint. - of(int) - Static method in interface org.xrpl.xrpl4j.model.client.common.LedgerSpecifier
-
Construct a
LedgerSpecifierwith a numerical ledger index. - of(int) - Static method in class org.xrpl.xrpl4j.model.client.common.LedgerIndexBound
-
Static constructor.
- of(long) - Static method in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Construct
AccountRootFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.AccountSetTransactionFlags
-
Construct
AccountSetTransactionFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.BatchFlags
-
Construct
BatchFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.CredentialFlags
-
Construct
CredentialFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.Flags
-
Construct
Flagsfor the given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.MpTokenFlags
-
Construct
MpTokenFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.MpTokenIssuanceFlags
-
Construct
MpTokenIssuanceFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.NfTokenCreateOfferFlags
-
Construct
NfTokenCreateOfferFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.NfTokenFlags
-
Construct
NfTokenFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.NfTokenMintFlags
-
Construct
NfTokenMintFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.NfTokenOfferFlags
-
Construct
NfTokenOfferFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.OfferCreateFlags
-
Construct
OfferCreateFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.OfferFlags
-
Construct
OfferFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.PaymentChannelClaimFlags
-
Construct
PaymentChannelClaimFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.PaymentFlags
-
Construct
PaymentFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.RippleStateFlags
-
Construct
RippleStateFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.SignerListFlags
-
Construct
SignerListFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.TransactionFlags
- of(long) - Static method in class org.xrpl.xrpl4j.model.flags.TrustSetFlags
-
Construct
TrustSetFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.flags.XChainModifyBridgeFlags
-
Construct
XChainModifyBridgeFlagswith a given value. - of(long) - Static method in class org.xrpl.xrpl4j.model.transactions.MpTokenNumericAmount
- of(long) - Static method in class org.xrpl.xrpl4j.model.transactions.NetworkId
-
Construct a
NetworkIdfrom along. - of(UnsignedInteger) - Static method in class org.xrpl.xrpl4j.model.client.common.LedgerIndex
-
Construct a
LedgerIndexfrom anUnsignedInteger. - of(UnsignedInteger) - Static method in interface org.xrpl.xrpl4j.model.client.common.LedgerSpecifier
-
Construct a
LedgerSpecifierwith a numerical ledger index. - of(UnsignedInteger) - Static method in class org.xrpl.xrpl4j.model.transactions.AssetScale
-
Construct a new immutable
AssetScaleinstance. - of(UnsignedInteger) - Static method in class org.xrpl.xrpl4j.model.transactions.NetworkId
-
Construct a new immutable
NetworkIdinstance. - of(UnsignedInteger) - Static method in class org.xrpl.xrpl4j.model.transactions.OracleDocumentId
-
Construct a new immutable
OracleDocumentIdinstance. - of(UnsignedInteger) - Static method in class org.xrpl.xrpl4j.model.transactions.TradingFee
-
Construct a new immutable
TradingFeeinstance. - of(UnsignedInteger) - Static method in class org.xrpl.xrpl4j.model.transactions.TransferFee
-
Construct a new immutable
TransferFeeinstance. - of(UnsignedInteger) - Static method in class org.xrpl.xrpl4j.model.transactions.VoteWeight
-
Construct a new immutable
VoteWeightinstance. - of(UnsignedLong) - Static method in class org.xrpl.xrpl4j.model.transactions.AssetPrice
-
Construct a new immutable
AssetPriceinstance. - of(UnsignedLong) - Static method in class org.xrpl.xrpl4j.model.transactions.MpTokenNumericAmount
-
Construct a new immutable
MpTokenNumericAmountinstance. - of(UnsignedLong) - Static method in class org.xrpl.xrpl4j.model.transactions.XChainClaimId
-
Construct a new immutable
XChainClaimIdinstance. - of(UnsignedLong) - Static method in class org.xrpl.xrpl4j.model.transactions.XChainCount
-
Construct a new immutable
XChainCountinstance. - of(UnsignedLong) - Static method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount
-
Construct a new immutable
XrpCurrencyAmountinstance. - of(Long) - Static method in class org.xrpl.xrpl4j.model.client.common.LedgerIndexBound
-
Construct a new immutable
LedgerIndexBoundinstance. - of(String) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
-
Construct an
UnsignedBytefrom a hexadecimalString. - of(String) - Static method in interface org.xrpl.xrpl4j.crypto.keys.Base58EncodedSecret
-
Construct a
Base58EncodedSecretfrom a base58-encodedString. - of(String) - Static method in class org.xrpl.xrpl4j.crypto.keys.Passphrase
-
Instantiates a new builder.
- of(String) - Static method in interface org.xrpl.xrpl4j.model.client.path.PathCurrency
-
Construct a
PathCurrencywith the specified currency code and no issuer. - of(String) - Static method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitRequestParams
-
Construct a
SubmitRequestParamscontaining the given transaction blob as its only parameter. - of(String) - Static method in class org.xrpl.xrpl4j.model.transactions.Address
-
Construct a new immutable
Addressinstance. - of(String) - Static method in class org.xrpl.xrpl4j.model.transactions.CredentialType
-
Construct a new immutable
CredentialTypeinstance. - of(String) - Static method in class org.xrpl.xrpl4j.model.transactions.CredentialUri
-
Construct a new immutable
CredentialUriinstance. - of(String) - Static method in class org.xrpl.xrpl4j.model.transactions.DidData
-
Construct a new immutable
DidDatainstance. - of(String) - Static method in class org.xrpl.xrpl4j.model.transactions.DidDocument
-
Construct a new immutable
DidDocumentinstance. - of(String) - Static method in class org.xrpl.xrpl4j.model.transactions.DidUri
-
Construct a new immutable
DidUriinstance. - of(String) - Static method in class org.xrpl.xrpl4j.model.transactions.Hash256
-
Construct a new immutable
Hash256instance. - of(String) - Static method in class org.xrpl.xrpl4j.model.transactions.Marker
-
Construct a new immutable
Markerinstance. - of(String) - Static method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
-
Construct a new
MetaLedgerEntryTypefrom aString. - of(String) - Static method in class org.xrpl.xrpl4j.model.transactions.MpTokenIssuanceId
-
Construct a new immutable
MpTokenIssuanceIdinstance. - of(String) - Static method in class org.xrpl.xrpl4j.model.transactions.MpTokenMetadata
-
Construct a new immutable
MpTokenMetadatainstance. - of(String) - Static method in class org.xrpl.xrpl4j.model.transactions.NfTokenId
-
Construct a new immutable
NfTokenIdinstance. - of(String) - Static method in class org.xrpl.xrpl4j.model.transactions.NfTokenUri
-
Construct a new immutable
NfTokenUriinstance. - of(String) - Static method in class org.xrpl.xrpl4j.model.transactions.OracleProvider
-
Construct a new immutable
OracleProviderinstance. - of(String) - Static method in class org.xrpl.xrpl4j.model.transactions.OracleUri
-
Construct a new immutable
OracleUriinstance. - of(String) - Static method in class org.xrpl.xrpl4j.model.transactions.XAddress
-
Construct a new immutable
XAddressinstance. - of(UnsignedByte) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
-
Copy constructor.
- of(UnsignedByteArray) - Static method in class org.xrpl.xrpl4j.crypto.keys.PrivateKey
-
Deprecated.This method will be removed in a future version. Prefer
PrivateKey.fromPrefixedBytes(UnsignedByteArray)instead. - of(UnsignedByteArray) - Static method in interface org.xrpl.xrpl4j.crypto.signing.Signature
-
Static builder.
- of(UnsignedByte, UnsignedByte...) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
-
Creates an
UnsignedByteArrayfrom one or moreUnsignedBytevalues. - of(LedgerIndex) - Static method in interface org.xrpl.xrpl4j.model.client.common.LedgerSpecifier
-
Construct a
LedgerSpecifierwith a numerical ledger index. - of(Flags, Flags...) - Static method in class org.xrpl.xrpl4j.model.flags.Flags
- of(AuthAccount) - Static method in interface org.xrpl.xrpl4j.model.ledger.AuthAccountWrapper
-
Construct an
AuthAccountWrappercontaining the specifiedAuthAccount. - of(NfToken) - Static method in interface org.xrpl.xrpl4j.model.ledger.NfTokenWrapper
-
Construct a new wrapper for the given
NfToken. - of(SignerEntry) - Static method in interface org.xrpl.xrpl4j.model.ledger.SignerEntryWrapper
-
Construct a new wrapper for the given
SignerEntry. - of(VoteEntry) - Static method in interface org.xrpl.xrpl4j.model.ledger.VoteEntryWrapper
-
Construct a
VoteEntryWrappercontaining the specifiedVoteEntry. - of(XChainClaimProofSig) - Static method in interface org.xrpl.xrpl4j.model.ledger.XChainClaimAttestation
-
Construct an
XChainClaimAttestationcontaining the specifiedXChainClaimProofSig. - of(XChainCreateAccountProofSig) - Static method in interface org.xrpl.xrpl4j.model.ledger.XChainCreateAccountAttestation
-
Construct an
XChainCreateAccountAttestationcontaining the specifiedXChainCreateAccountProofSig. - of(Address) - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountInfoRequestParams
-
Constructs an
AccountInfoRequestParamsfor a specified account, with all other fields set to their defaults. - of(Address) - Static method in interface org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams
-
Construct an
AccountObjectsRequestParamsfor a given account and otherwise default parameters. - of(Address) - Static method in interface org.xrpl.xrpl4j.model.client.amm.AmmInfoAuthAccount
-
Construct an
AmmInfoAuthAccountcontaining the givenAddress. - of(Address) - Static method in interface org.xrpl.xrpl4j.model.ledger.AuthAccount
-
Construct an
AuthAccountcontaining the specifiedAddress. - of(Address, Address) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.RippleStateLedgerEntryParams.RippleStateAccounts
-
Construct a new
RippleStateLedgerEntryParams.RippleStateAccounts. - of(BatchSigner) - Static method in interface org.xrpl.xrpl4j.model.transactions.BatchSignerWrapper
-
Construct a
BatchSignerWrapperwrapping the givenBatchSigner. - of(GranularPermission) - Static method in interface org.xrpl.xrpl4j.model.transactions.Permission
-
Create a
Permissionfrom aGranularPermission. - of(Hash256) - Static method in interface org.xrpl.xrpl4j.model.client.common.LedgerSpecifier
-
Construct a
LedgerSpecifierwith a ledger hash. - of(Hash256) - Static method in interface org.xrpl.xrpl4j.model.client.transactions.TransactionRequestParams
-
Convenience constructor for creating
TransactionRequestParamswith only a transaction hash. - of(PriceData) - Static method in interface org.xrpl.xrpl4j.model.transactions.PriceDataWrapper
- of(Signer) - Static method in interface org.xrpl.xrpl4j.model.transactions.SignerWrapper
-
Construct a
SignerWrapperwrapping the givenSigner. - of(Transaction) - Static method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitMultiSignedRequestParams
-
Construct a
SubmitMultiSignedRequestParamswith the givenTransaction. - of(Transaction) - Static method in interface org.xrpl.xrpl4j.model.transactions.RawTransactionWrapper
-
Construct a
RawTransactionWrapperwrapping the givenTransaction. - of(TransactionType) - Static method in interface org.xrpl.xrpl4j.model.transactions.Permission
-
Create a
Permissionfrom aTransactionType. - ofAllOrNothing() - Static method in class org.xrpl.xrpl4j.model.flags.BatchFlags
-
Construct
BatchFlagsfor AllOrNothing mode. - ofDrops(long) - Static method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount
-
Constructs an
XrpCurrencyAmountusing a number of drops. - ofDrops(UnsignedLong) - Static method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount
-
Constructs an
XrpCurrencyAmountusing a number of drops. - ofDrops(UnsignedLong, boolean) - Static method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount
-
Constructs an
XrpCurrencyAmountusing a number of drops. - offer() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up an
OfferObjectbyOfferLedgerEntryParams. - offer() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up an
OfferObjectbyOfferLedgerEntryParams. - offer(OfferLedgerEntryParams, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests anOfferObjectledger entry. - OFFER - Enum constant in enum org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams.AccountObjectType
-
Offer account object type.
- OFFER - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforOfferledger objects. - OFFER - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- OFFER_CANCEL - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theOfferCanceltransaction. - OFFER_CREATE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theOfferCreatetransaction. - OfferCancel - Interface in org.xrpl.xrpl4j.model.transactions
-
An OfferCancel transaction removes an Offer object from the XRP Ledger.
- OfferCreate - Interface in org.xrpl.xrpl4j.model.transactions
-
An OfferCreate transaction is effectively a limit order.
- OfferCreateFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of static
TransactionFlagswhich can be set onOfferCreatetransactions. - OfferCreateFlags.Builder - Class in org.xrpl.xrpl4j.model.flags
-
A builder class for
OfferCreateFlagsflags. - OfferFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of static
Flagswhich can be set onOfferObjects. - offerId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata
-
The ID of the offer created by
NfTokenCreateOffertransactions. - offerId() - Method in interface org.xrpl.xrpl4j.model.transactions.TransactionMetadata
-
The ID of the offer created by
NfTokenCreateOffertransactions. - offerId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Initializes the optional value
offerIdto offerId. - offerId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableTransactionMetadata.Builder
-
Initializes the optional value
offerIdto offerId. - OfferLedgerEntryParams - Interface in org.xrpl.xrpl4j.model.client.ledger
-
Parameters that uniquely identify an
OfferObjecton ledger that can be used in aLedgerEntryRequestParamsto request anOfferObject. - offerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
A hint indicating which page of the token buy or sell offer directory links to this object.
- offerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenOfferObject
-
A hint indicating which page of the token buy or sell offer directory links to this object.
- offerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject
-
A hint indicating which page of the token buy or sell offer directory links to this object.
- offerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaNfTokenOfferObject
-
A hint indicating which page of the token buy or sell offer directory links to this object.
- offerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Initializes the optional value
offerNodeto offerNode. - offerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
offerNodeto offerNode. - offerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Initializes the optional value
offerNodeto offerNode. - offerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
offerNodeto offerNode. - OfferObject - Interface in org.xrpl.xrpl4j.model.ledger
-
The Offer object type describes an offer to exchange currencies, more traditionally known as an order.
- OfferResultObject - Interface in org.xrpl.xrpl4j.model.client.accounts
-
An Offer returned in an
AccountOffersResult.offers()list. - offers() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountOffersResult
-
Array of
OfferResultObject, which each represent an offer made by this account that is outstanding as of the requested ledger version. - offers() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult
-
Array of
OfferResultObject, which each represent an offer made by this account that is outstanding as of the requested ledger version. - offers() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult
-
List of buy offers for a particular NFToken.
- offers() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult
-
List of sell offers for a particular NFToken.
- offers() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftBuyOffersResult
-
List of buy offers for a particular NFToken.
- offers() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftSellOffersResult
-
List of sell offers for a particular NFToken.
- offers() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersResult
-
A
ListofBookOffersOffers containing information about the offers in the requested order book. - offers() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult
-
A
ListofBookOffersOffers containing information about the offers in the requested order book. - offers(Iterable<? extends OfferResultObject>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountOffersResult.Builder
-
Sets or replaces all elements for
offerslist. - offers(Iterable<? extends BuyOffer>) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftBuyOffersResult.Builder
-
Sets or replaces all elements for
offerslist. - offers(Iterable<? extends SellOffer>) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftSellOffersResult.Builder
-
Sets or replaces all elements for
offerslist. - offers(Iterable<? extends BookOffersOffer>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersResult.Builder
-
Sets or replaces all elements for
offerslist. - offerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowCancel
-
The
Transaction.sequence()of the transaction that created the escrow to cancel. - offerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowFinish
-
The
Transaction.sequence()of the transaction that created the escrow to cancel. - offerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel
-
The
Transaction.sequence()of the transaction that created the escrow to cancel. - offerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
The
Transaction.sequence()of the transaction that created the escrow to cancel. - offerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel
-
The sequence number of a previous
OfferCreatetransaction. - offerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate
-
An offer to delete first, specified in the same way as an Offer Cancel.
- offerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.OfferCancel
-
The sequence number of a previous
OfferCreatetransaction. - offerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.OfferCreate
-
An offer to delete first, specified in the same way as an Offer Cancel.
- offerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Initializes the value for the
offerSequenceattribute. - offerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the value for the
offerSequenceattribute. - offerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Initializes the optional value
offerSequenceto offerSequence. - offerSequence(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the optional value
offerSequenceto offerSequence. - offerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCancel.Builder
-
Initializes the optional value
offerSequenceto offerSequence. - offerSequence(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOfferCreate.Builder
-
Initializes the optional value
offerSequenceto offerSequence. - ofIndependent() - Static method in class org.xrpl.xrpl4j.model.flags.BatchFlags
-
Construct
BatchFlagsfor Independent mode. - ofOnlyOne() - Static method in class org.xrpl.xrpl4j.model.flags.BatchFlags
-
Construct
BatchFlagsfor OnlyOne mode. - ofPercent(BigDecimal) - Static method in class org.xrpl.xrpl4j.model.transactions.TradingFee
-
Construct
TradingFeeas a percentage value. - ofPercent(BigDecimal) - Static method in class org.xrpl.xrpl4j.model.transactions.TransferFee
-
Construct
TransferFeeas a percentage value. - ofPlainText(String) - Static method in class org.xrpl.xrpl4j.model.transactions.CredentialType
-
Constructs an
CredentialTypeusing a String value. - ofPlainText(String) - Static method in class org.xrpl.xrpl4j.model.transactions.CredentialUri
-
Constructs an
CredentialUriusing a String value. - ofPlainText(String) - Static method in class org.xrpl.xrpl4j.model.transactions.NfTokenUri
-
Constructs an
NfTokenUriusing a String value. - ofSize(int) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
-
Creates an
UnsignedByteArraywith a given number of bytes (where each byte has the value 0). - ofUntilFailure() - Static method in class org.xrpl.xrpl4j.model.flags.BatchFlags
-
Construct
BatchFlagsfor UntilFailure mode. - ofXrp(BigDecimal) - Static method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount
-
Constructs an
XrpCurrencyAmountusing decimal amount of XRP. - ONE_ASSET_LP_TOKEN - Static variable in class org.xrpl.xrpl4j.model.flags.AmmDepositFlags
-
Constant
AmmDepositFlagsfor thetfOneAssetLPTokenflag. - ONE_ASSET_LP_TOKEN - Static variable in class org.xrpl.xrpl4j.model.flags.AmmWithdrawFlags
-
Constant
AmmWithdrawFlagsfor thetfOneAssetLPTokenflag. - ONE_ASSET_WITHDRAW_ALL - Static variable in class org.xrpl.xrpl4j.model.flags.AmmWithdrawFlags
-
Constant
AmmWithdrawFlagsfor thetfOneAssetWithdrawAllflag. - ONE_OWNER_COUNT - Static variable in class org.xrpl.xrpl4j.model.flags.SignerListFlags
-
Constant
SignerListFlagsfor thelsfOneOwnerflag. - ONE_POINT_FIVE - Static variable in interface org.xrpl.xrpl4j.model.client.fees.FeeUtils.DecomposedFees
-
The number 1.5, as a
BigDecimal. - ONE_XRP_IN_DROPS - Static variable in interface org.xrpl.xrpl4j.model.transactions.CurrencyAmount
- ONLY_ONE - Static variable in class org.xrpl.xrpl4j.model.flags.BatchFlags
-
Constant
BatchFlagsfor thetfOnlyOneflag. - ONLY_XRP - Static variable in class org.xrpl.xrpl4j.model.flags.NfTokenFlags
-
Constant
NfTokenFlagsfor thelsfOnlyXrpaccount flag. - ONLY_XRP - Static variable in class org.xrpl.xrpl4j.model.flags.NfTokenMintFlags
-
Constant
NfTokenMintFlagsfor thetfOnlyXRPflag. - openLedgerCost() - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult
-
The current open ledger cost before processing this transaction.
- openLedgerCost() - Method in interface org.xrpl.xrpl4j.model.client.transactions.SubmitResult
-
The current open ledger cost before processing this transaction.
- openLedgerCost(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.transactions.ImmutableSubmitResult.Builder
-
Initializes the value for the
openLedgerCostattribute. - openLedgerFee() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeDrops
-
The minimum transaction cost that a reference transaction must pay to be included in the current open ledger, represented in drops of XRP.
- openLedgerFee() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeDrops
-
The minimum transaction cost that a reference transaction must pay to be included in the current open ledger, represented in drops of XRP.
- openLedgerFee(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeDrops.Builder
-
Initializes the value for the
openLedgerFeeattribute. - openLedgerFeeDrops() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeUtils.DecomposedFees
-
The open ledger fee as found in the supplied
FeeDropsthat was used to construct this instance. - openLedgerFeeDrops() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableDecomposedFees
-
The open ledger fee as found in the supplied
FeeDropsthat was used to construct this instance. - openLedgerFeeDrops(BigInteger) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableDecomposedFees.Builder
-
Initializes the value for the
openLedgerFeeDropsattribute. - openLedgerFeeDropsAsBigDecimal() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeUtils.DecomposedFees
-
An equivalent of
FeeUtils.DecomposedFees.openLedgerFeeDrops(), but as aBigDecimal. - openLedgerFeeDropsAsBigDecimal() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableDecomposedFees
-
An equivalent of
ImmutableDecomposedFees.openLedgerFeeDrops(), but as aBigDecimal. - openLedgerLevel() - Method in interface org.xrpl.xrpl4j.model.client.fees.FeeLevels
-
The minimum transaction cost required to be included in the current open ledger, represented in fee levels.
- openLedgerLevel() - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeLevels
-
The minimum transaction cost required to be included in the current open ledger, represented in fee levels.
- openLedgerLevel(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.client.fees.ImmutableFeeLevels.Builder
-
Initializes the value for the
openLedgerLevelattribute. - OPTIONAL_AUTH - Static variable in class org.xrpl.xrpl4j.model.flags.AccountSetTransactionFlags
-
Constant for the
tfOptionalAuthflag. - OPTIONAL_DEST_TAG - Static variable in class org.xrpl.xrpl4j.model.flags.AccountSetTransactionFlags
-
Constant for the
tfOptionalDestTagflag. - or(UnsignedByte) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
-
Does a bitwise OR on this
UnsignedByteand the givenUnsignedByte, and returns a newUnsignedByteas the result. - oracle() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up a
OracleObjectbyOracleLedgerEntryParams. - oracle() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up a
OracleObjectbyOracleLedgerEntryParams. - oracle(OracleLedgerEntryParams, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests aOracleObjectledger entry. - ORACLE - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforOracleledger objects. - ORACLE - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- ORACLE_DELETE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theOracleDeletetransaction. - ORACLE_SET - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor theOracleSettransaction. - OracleDelete - Interface in org.xrpl.xrpl4j.model.transactions
-
Delete an Oracle ledger entry.
- oracleDocumentId() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOracleLedgerEntryParams
- oracleDocumentId() - Method in interface org.xrpl.xrpl4j.model.client.ledger.OracleLedgerEntryParams
- oracleDocumentId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete
-
A unique identifier of the price oracle for the account.
- oracleDocumentId() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet
-
A unique identifier of the price oracle for the account.
- oracleDocumentId() - Method in interface org.xrpl.xrpl4j.model.transactions.OracleDelete
-
A unique identifier of the price oracle for the account.
- oracleDocumentId() - Method in interface org.xrpl.xrpl4j.model.transactions.OracleSet
-
A unique identifier of the price oracle for the account.
- oracleDocumentId(OracleDocumentId) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableOracleLedgerEntryParams.Builder
-
Initializes the value for the
oracleDocumentIdattribute. - oracleDocumentId(OracleDocumentId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleDelete.Builder
-
Initializes the value for the
oracleDocumentIdattribute. - oracleDocumentId(OracleDocumentId) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableOracleSet.Builder
-
Initializes the value for the
oracleDocumentIdattribute. - OracleDocumentId - Class in org.xrpl.xrpl4j.model.transactions
-
A wrapped
UnsignedIntegercontaining an Oracle document ID. - OracleDocumentIdDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson deserializer for
OracleDocumentIds. - OracleDocumentIdDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.OracleDocumentIdDeserializer
-
No-args constructor.
- OracleDocumentIdSerializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
Custom Jackson serializer for
OracleDocumentIds. - OracleDocumentIdSerializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.OracleDocumentIdSerializer
-
No-args constructor.
- OracleLedgerEntryParams - Interface in org.xrpl.xrpl4j.model.client.ledger
-
Parameters specifying an
OracleObjectto retrieve via aledger_entryRPC call. - OracleObject - Interface in org.xrpl.xrpl4j.model.ledger
-
An Oracle ledger entry holds data associated with a single price oracle object.
- OracleProvider - Class in org.xrpl.xrpl4j.model.transactions
-
A wrapped
Stringcontaining an Oracle provider. - OracleProviderDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
A custom Jackson deserializer to deserialize
OracleProviders from a hex string in JSON. - OracleProviderDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.OracleProviderDeserializer
-
No-args constructor.
- oracles() - Method in interface org.xrpl.xrpl4j.model.client.oracle.GetAggregatePriceRequestParams
-
A list of oracle identifiers.
- oracles() - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceRequestParams
-
A list of oracle identifiers.
- oracles(Iterable<? extends OracleLedgerEntryParams>) - Method in class org.xrpl.xrpl4j.model.client.oracle.ImmutableGetAggregatePriceRequestParams.Builder
-
Sets or replaces all elements for
oracleslist. - OracleSet - Interface in org.xrpl.xrpl4j.model.transactions
-
Creates a new Oracle ledger entry or updates the fields of an existing one, using the Oracle ID.
- OracleUri - Class in org.xrpl.xrpl4j.model.transactions
-
A wrapped
Stringcontaining an Oracle URI. - OracleUriDeserializer - Class in org.xrpl.xrpl4j.model.jackson.modules
-
A custom Jackson deserializer to deserialize
OracleUris from a hex string in JSON. - OracleUriDeserializer() - Constructor for class org.xrpl.xrpl4j.model.jackson.modules.OracleUriDeserializer
-
No-args constructor.
- ordinal() - Method in interface org.xrpl.xrpl4j.codec.binary.definitions.FieldInstance
-
Globally unique ordinal position based on type code and field code.
- org.xrpl.xrpl4j.codec.addresses - package org.xrpl.xrpl4j.codec.addresses
- org.xrpl.xrpl4j.codec.addresses.exceptions - package org.xrpl.xrpl4j.codec.addresses.exceptions
- org.xrpl.xrpl4j.codec.binary - package org.xrpl.xrpl4j.codec.binary
- org.xrpl.xrpl4j.codec.binary.definitions - package org.xrpl.xrpl4j.codec.binary.definitions
- org.xrpl.xrpl4j.codec.binary.math - package org.xrpl.xrpl4j.codec.binary.math
- org.xrpl.xrpl4j.codec.binary.serdes - package org.xrpl.xrpl4j.codec.binary.serdes
- org.xrpl.xrpl4j.codec.binary.types - package org.xrpl.xrpl4j.codec.binary.types
- org.xrpl.xrpl4j.crypto - package org.xrpl.xrpl4j.crypto
- org.xrpl.xrpl4j.crypto.keys - package org.xrpl.xrpl4j.crypto.keys
- org.xrpl.xrpl4j.crypto.keys.bc - package org.xrpl.xrpl4j.crypto.keys.bc
- org.xrpl.xrpl4j.crypto.signing - package org.xrpl.xrpl4j.crypto.signing
- org.xrpl.xrpl4j.crypto.signing.bc - package org.xrpl.xrpl4j.crypto.signing.bc
- org.xrpl.xrpl4j.model - package org.xrpl.xrpl4j.model
- org.xrpl.xrpl4j.model.client - package org.xrpl.xrpl4j.model.client
- org.xrpl.xrpl4j.model.client.accounts - package org.xrpl.xrpl4j.model.client.accounts
- org.xrpl.xrpl4j.model.client.admin - package org.xrpl.xrpl4j.model.client.admin
- org.xrpl.xrpl4j.model.client.amm - package org.xrpl.xrpl4j.model.client.amm
- org.xrpl.xrpl4j.model.client.channels - package org.xrpl.xrpl4j.model.client.channels
- org.xrpl.xrpl4j.model.client.common - package org.xrpl.xrpl4j.model.client.common
- org.xrpl.xrpl4j.model.client.fees - package org.xrpl.xrpl4j.model.client.fees
- org.xrpl.xrpl4j.model.client.ledger - package org.xrpl.xrpl4j.model.client.ledger
- org.xrpl.xrpl4j.model.client.mpt - package org.xrpl.xrpl4j.model.client.mpt
- org.xrpl.xrpl4j.model.client.nft - package org.xrpl.xrpl4j.model.client.nft
- org.xrpl.xrpl4j.model.client.oracle - package org.xrpl.xrpl4j.model.client.oracle
- org.xrpl.xrpl4j.model.client.path - package org.xrpl.xrpl4j.model.client.path
- org.xrpl.xrpl4j.model.client.serverinfo - package org.xrpl.xrpl4j.model.client.serverinfo
- org.xrpl.xrpl4j.model.client.transactions - package org.xrpl.xrpl4j.model.client.transactions
- org.xrpl.xrpl4j.model.flags - package org.xrpl.xrpl4j.model.flags
- org.xrpl.xrpl4j.model.immutables - package org.xrpl.xrpl4j.model.immutables
- org.xrpl.xrpl4j.model.jackson - package org.xrpl.xrpl4j.model.jackson
- org.xrpl.xrpl4j.model.jackson.modules - package org.xrpl.xrpl4j.model.jackson.modules
- org.xrpl.xrpl4j.model.ledger - package org.xrpl.xrpl4j.model.ledger
- org.xrpl.xrpl4j.model.transactions - package org.xrpl.xrpl4j.model.transactions
- org.xrpl.xrpl4j.model.transactions.metadata - package org.xrpl.xrpl4j.model.transactions.metadata
- otherChainDestination() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit
-
The destination account on the destination chain.
- otherChainDestination() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainCommit
-
The destination account on the destination chain.
- otherChainDestination(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Initializes the optional value
otherChainDestinationto otherChainDestination. - otherChainDestination(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCommit.Builder
-
Initializes the optional value
otherChainDestinationto otherChainDestination. - otherChainSource() - Method in interface org.xrpl.xrpl4j.model.ledger.Attestation
-
The account on the source chain that submitted the
XChainAccountCreateCommittransaction orXChainCommittransaction that triggered the event associated with the attestation. - otherChainSource() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim
-
The account on the source chain that submitted the
XChainAccountCreateCommittransaction orXChainCommittransaction that triggered the event associated with the attestation. - otherChainSource() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationCreateAccount
-
The account on the source chain that submitted the
XChainAccountCreateCommittransaction orXChainCommittransaction that triggered the event associated with the attestation. - otherChainSource() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject
-
The account that must send the corresponding
XChainCommiton the source chain. - otherChainSource() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedClaimIdObject
-
The account that must send the corresponding
XChainCommiton the source chain. - otherChainSource() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation
-
The account on the source chain that submitted the
XChainAccountCreateCommittransaction that triggered the event associated with the attestation. - otherChainSource() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation
-
The account on the source chain that submitted the
XChainCommittransaction that triggered the event associated with the attestation. - otherChainSource() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId
-
The account that must send the
XChainCommittransaction on the source chain. - otherChainSource() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject
-
The account that must send the corresponding
XChainCommiton the source chain. - otherChainSource() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainOwnedClaimIdObject
-
The account that must send the corresponding
XChainCommiton the source chain. - otherChainSource() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainAddAccountCreateAttestation
-
The account on the source chain that submitted the
XChainAccountCreateCommittransaction that triggered the event associated with the attestation. - otherChainSource() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainAddClaimAttestation
-
The account on the source chain that submitted the
XChainCommittransaction that triggered the event associated with the attestation. - otherChainSource() - Method in interface org.xrpl.xrpl4j.model.transactions.XChainCreateClaimId
-
The account that must send the
XChainCommittransaction on the source chain. - otherChainSource(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject.Builder
-
Initializes the optional value
otherChainSourceto otherChainSource. - otherChainSource(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationClaim.Builder
-
Initializes the value for the
otherChainSourceattribute. - otherChainSource(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAttestationCreateAccount.Builder
-
Initializes the value for the
otherChainSourceattribute. - otherChainSource(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject.Builder
-
Initializes the value for the
otherChainSourceattribute. - otherChainSource(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddAccountCreateAttestation.Builder
-
Initializes the value for the
otherChainSourceattribute. - otherChainSource(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainAddClaimAttestation.Builder
-
Initializes the value for the
otherChainSourceattribute. - otherChainSource(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableXChainCreateClaimId.Builder
-
Initializes the value for the
otherChainSourceattribute. - otherChainSource(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject.Builder
-
Initializes the optional value
otherChainSourceto otherChainSource. - outstandingAmount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
The sum of all token amounts that have been minted to all token holders.
- outstandingAmount() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenIssuanceObject
-
The sum of all token amounts that have been minted to all token holders.
- outstandingAmount() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject
- outstandingAmount() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenIssuanceObject
- outstandingAmount(Optional<? extends MpTokenNumericAmount>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
outstandingAmountto outstandingAmount. - outstandingAmount(MpTokenNumericAmount) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the value for the
outstandingAmountattribute. - outstandingAmount(MpTokenNumericAmount) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
outstandingAmountto outstandingAmount. - owner() - Method in interface org.xrpl.xrpl4j.model.client.ledger.DepositPreAuthLedgerEntryParams
-
The
Addressof the account that provided the preauthorization. - owner() - Method in interface org.xrpl.xrpl4j.model.client.ledger.EscrowLedgerEntryParams
-
The owner (sender) of the Escrow object.
- owner() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams
-
The
Addressof the account that provided the preauthorization. - owner() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableEscrowLedgerEntryParams
-
The owner (sender) of the Escrow object.
- owner() - Method in interface org.xrpl.xrpl4j.model.client.nft.BuyOffer
-
The account that placed this
BuyOffer. - owner() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableBuyOffer
-
The account that placed this
BuyOffer. - owner() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult
-
The account ID of this NFT's owner at this ledger index.
- owner() - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableSellOffer
-
The account that placed this
BuyOffer. - owner() - Method in interface org.xrpl.xrpl4j.model.client.nft.NftInfoResult
-
The account ID of this NFT's owner at this ledger index.
- owner() - Method in interface org.xrpl.xrpl4j.model.client.nft.SellOffer
-
The account that placed this
BuyOffer. - owner() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
Addressof the source account that created and owns the offer. - owner() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject
-
The XRPL account with update and delete privileges for the oracle.
- owner() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject
-
The account that controls the settings of the domain.
- owner() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenOfferObject
-
Addressof the source account that created and owns the offer. - owner() - Method in interface org.xrpl.xrpl4j.model.ledger.OracleObject
-
The XRPL account with update and delete privileges for the oracle.
- owner() - Method in interface org.xrpl.xrpl4j.model.ledger.PermissionedDomainObject
-
The account that controls the settings of the domain.
- owner() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowCancel
-
Addressof the source account that funded the escrow payment. - owner() - Method in interface org.xrpl.xrpl4j.model.transactions.EscrowFinish
-
Addressof the source account that funded the escrow payment. - owner() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel
-
Addressof the source account that funded the escrow payment. - owner() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish
-
Addressof the source account that funded the escrow payment. - owner() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn
-
Indicates the
Addressof the account that owns the NFToken if it is different than the Account field. - owner() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer
-
Indicates the AccountID of the account that owns the corresponding NfToken.
- owner() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject
-
Addressof the source account that created and owns the offer. - owner() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject
-
The XRPL account with update and delete privileges for the oracle.
- owner() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject
-
The account that controls the settings of the domain.
- owner() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaNfTokenOfferObject
-
Addressof the source account that created and owns the offer. - owner() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOracleObject
-
The XRPL account with update and delete privileges for the oracle.
- owner() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaPermissionedDomainObject
-
The account that controls the settings of the domain.
- owner() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenBurn
-
Indicates the
Addressof the account that owns the NFToken if it is different than the Account field. - owner() - Method in interface org.xrpl.xrpl4j.model.transactions.NfTokenCreateOffer
-
Indicates the AccountID of the account that owns the corresponding NfToken.
- owner(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Initializes the optional value
ownerto owner. - owner(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the optional value
ownerto owner. - owner(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
ownerto owner. - owner(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject.Builder
-
Initializes the optional value
ownerto owner. - owner(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject.Builder
-
Initializes the optional value
ownerto owner. - owner(Address) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableDepositPreAuthLedgerEntryParams.Builder
-
Initializes the value for the
ownerattribute. - owner(Address) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableEscrowLedgerEntryParams.Builder
-
Initializes the value for the
ownerattribute. - owner(Address) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableBuyOffer.Builder
-
Initializes the value for the
ownerattribute. - owner(Address) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableNftInfoResult.Builder
-
Initializes the value for the
ownerattribute. - owner(Address) - Method in class org.xrpl.xrpl4j.model.client.nft.ImmutableSellOffer.Builder
-
Initializes the value for the
ownerattribute. - owner(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Initializes the value for the
ownerattribute. - owner(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject.Builder
-
Initializes the value for the
ownerattribute. - owner(Address) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject.Builder
-
Initializes the value for the
ownerattribute. - owner(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowCancel.Builder
-
Initializes the value for the
ownerattribute. - owner(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableEscrowFinish.Builder
-
Initializes the value for the
ownerattribute. - owner(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenBurn.Builder
-
Initializes the optional value
ownerto owner. - owner(Address) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableNfTokenCreateOffer.Builder
-
Initializes the optional value
ownerto owner. - owner(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
ownerto owner. - owner(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject.Builder
-
Initializes the optional value
ownerto owner. - owner(Address) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject.Builder
-
Initializes the optional value
ownerto owner. - ownerCount() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
The number of objects this account owns in the ledger, which contributes to its owner reserve.
- ownerCount() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
The number of objects this account owns in the ledger, which contributes to its owner reserve.
- ownerCount() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
The number of objects this account owns in the ledger, which contributes to its owner reserve.
- ownerCount() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAccountRootObject
-
The number of objects this account owns in the ledger, which contributes to its owner reserve.
- ownerCount(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the value for the
ownerCountattribute. - ownerCount(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
ownerCountto ownerCount. - ownerCount(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
ownerCountto ownerCount. - ownerFunds() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams
-
If true, include the
"owner_funds"field in the metadata ofOfferCreatetransactions in the response. - ownerFunds() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerRequestParams
-
If true, include the
"owner_funds"field in the metadata ofOfferCreatetransactions in the response. - ownerFunds() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersOffer
-
Gets the value of
BookOffersOffer.ownerFundsString()as aBigDecimal. - ownerFunds() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
Gets the value of
ImmutableBookOffersOffer.ownerFundsString()as aBigDecimal. - ownerFunds(boolean) - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerRequestParams.Builder
-
Initializes the value for the
ownerFundsattribute. - ownerFundsString() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersOffer
-
Amount of the TakerGets currency the side placing the offer has available to be traded.
- ownerFundsString() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
Amount of the TakerGets currency the side placing the offer has available to be traded.
- ownerFundsString(String) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Initializes the optional value
ownerFundsStringto ownerFundsString. - ownerFundsString(Optional<String>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Initializes the optional value
ownerFundsStringto ownerFundsString. - ownerNode() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersOffer
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.AmmObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.BridgeObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.CheckObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.DelegateObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.DepositPreAuthObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.DidObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
A hint indicating which page of the source address's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenIssuanceObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenOfferObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.OfferObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.OracleObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.PayChannelObject
-
A hint indicating which page of the source address's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.PermissionedDomainObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.SignerListObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.TicketObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedClaimIdObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedCreateAccountClaimIdObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject
-
A hint indicating which page of the source address's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaBridgeObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCheckObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDelegateObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDepositPreAuthObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDidObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaEscrowObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenIssuanceObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaNfTokenOfferObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOfferObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOracleObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaPayChannelObject
-
A hint indicating which page of the source address's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaPermissionedDomainObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaSignerListObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaTicketObject
-
A hint indicating which page of the owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainOwnedClaimIdObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainOwnedCreateAccountClaimIdObject
-
A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages.
- ownerNode(String) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Initializes the value for the
ownerNodeattribute. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAmmObject.Builder
-
Initializes the value for the
ownerNodeattribute. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject.Builder
-
Initializes the value for the
ownerNodeattribute. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject.Builder
-
Initializes the value for the
ownerNodeattribute. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject.Builder
-
Initializes the value for the
ownerNodeattribute. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject.Builder
-
Initializes the value for the
ownerNodeattribute. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject.Builder
-
Initializes the value for the
ownerNodeattribute. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Initializes the value for the
ownerNodeattribute. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject.Builder
-
Initializes the value for the
ownerNodeattribute. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject.Builder
-
Initializes the value for the
ownerNodeattribute. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject.Builder
-
Initializes the value for the
ownerNodeattribute. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject.Builder
-
Initializes the value for the
ownerNodeattribute. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject.Builder
-
Initializes the value for the
ownerNodeattribute. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject.Builder
-
Initializes the value for the
ownerNodeattribute. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject.Builder
-
Initializes the value for the
ownerNodeattribute. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(String) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode. - ownerNode(Optional<String>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject.Builder
-
Initializes the optional value
ownerNodeto ownerNode.
P
- padded(String) - Static method in class org.xrpl.xrpl4j.codec.addresses.ByteUtils
-
Pads a hex string to one that has an even number of characters.
- padded(String, int) - Static method in class org.xrpl.xrpl4j.codec.addresses.ByteUtils
-
Pads a hex string to one that has the expected number of characters.
- PARAMS - Static variable in class org.xrpl.xrpl4j.crypto.keys.bc.BcKeyUtils
- parentCloseTime() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader
-
The time at which the previous ledger was closed.
- parentCloseTime() - Method in interface org.xrpl.xrpl4j.model.ledger.LedgerHeader
-
The time at which the previous ledger was closed.
- parentCloseTime(UnsignedLong) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Initializes the optional value
parentCloseTimeto parentCloseTime. - parentCloseTime(Optional<? extends UnsignedLong>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Initializes the optional value
parentCloseTimeto parentCloseTime. - parentHash() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader
-
The
ImmutableLedgerHeader.ledgerHash()value of the previous ledger version that is the direct predecessor of this one. - parentHash() - Method in interface org.xrpl.xrpl4j.model.ledger.LedgerHeader
-
The
LedgerHeader.ledgerHash()value of the previous ledger version that is the direct predecessor of this one. - parentHash(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableLedgerHeader.Builder
-
Initializes the value for the
parentHashattribute. - parse(String) - Static method in class org.xrpl.xrpl4j.codec.addresses.ByteUtils
- PARTIAL_PAYMENT - Static variable in class org.xrpl.xrpl4j.model.flags.PaymentFlags
-
Constant
PaymentFlagsfor thetfPartialPaymentflag. - PASSIVE - Static variable in class org.xrpl.xrpl4j.model.flags.OfferCreateFlags
-
Constant
OfferCreateFlagsfor thetfPassiveflag. - PASSIVE - Static variable in class org.xrpl.xrpl4j.model.flags.OfferFlags
-
Constant
OfferFlagsfor thelsfPassiveflag. - Passphrase - Class in org.xrpl.xrpl4j.crypto.keys
-
A way of choosing a
SeedorPrivateKey. - PASSWORD_SPENT - Static variable in class org.xrpl.xrpl4j.model.flags.AccountRootFlags
-
Constant
AccountRootFlagsfor thelsfPasswordSpentaccount flag. - PATH_FIND - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the path_find rippled API method.
- PATH_SEPARATOR_HEX - Static variable in class org.xrpl.xrpl4j.codec.binary.types.PathSetType
- PATH_SEPARATOR_HEX - Static variable in class org.xrpl.xrpl4j.codec.binary.types.PathType
- PathAlternative - Interface in org.xrpl.xrpl4j.model.client.path
-
Represents a path from one possible source currency, held by the initiating account of a "ripple_path_find" request, to the destination account and currency of the request.
- PathCurrency - Interface in org.xrpl.xrpl4j.model.client.path
-
Represents a currency that an account holds on the XRPL, which can be used to specify the source currencies in
RipplePathFindRequestParams. - paths() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment
- paths() - Method in interface org.xrpl.xrpl4j.model.transactions.Payment
- paths(Iterable<? extends List<PathStep>>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePayment.Builder
-
Sets or replaces all elements for
pathslist. - pathsComputed() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathAlternative
- pathsComputed() - Method in interface org.xrpl.xrpl4j.model.client.path.PathAlternative
- pathsComputed(Iterable<? extends List<PathStep>>) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutablePathAlternative.Builder
-
Sets or replaces all elements for
pathsComputedlist. - PATHSET_END_HEX - Static variable in class org.xrpl.xrpl4j.codec.binary.types.PathSetType
-
Constants for separating Paths in a PathSet.
- PATHSET_END_HEX - Static variable in class org.xrpl.xrpl4j.codec.binary.types.PathType
-
Constants for separating Paths in a PathSet.
- PathSetType - Class in org.xrpl.xrpl4j.codec.binary.types
-
Codec for XRPL PathSet type.
- PathSetType() - Constructor for class org.xrpl.xrpl4j.codec.binary.types.PathSetType
- PathSetType(UnsignedByteArray) - Constructor for class org.xrpl.xrpl4j.codec.binary.types.PathSetType
- PathStep - Interface in org.xrpl.xrpl4j.model.transactions
-
A step in a Path for cross-currency payments on the XRP Ledger.
- PathType - Class in org.xrpl.xrpl4j.codec.binary.types
-
Codec for XRPL Path type inside a PathSet.
- PathType() - Constructor for class org.xrpl.xrpl4j.codec.binary.types.PathType
- PathType(UnsignedByteArray) - Constructor for class org.xrpl.xrpl4j.codec.binary.types.PathType
- PAY_CHANNEL - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforPayChannelledger objects. - PAY_CHANNEL - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- PayChannelObject - Interface in org.xrpl.xrpl4j.model.ledger
-
The PayChannel object type represents a payment channel.
- Payment - Interface in org.xrpl.xrpl4j.model.transactions
-
A Payment transaction represents a transfer of value from one account to another.
- PAYMENT - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor thePaymenttransaction. - PAYMENT_BURN - Enum constant in enum org.xrpl.xrpl4j.model.transactions.GranularPermission
-
Permission to burn tokens via Payment transaction.
- PAYMENT_CHANNEL - Enum constant in enum org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams.AccountObjectType
-
Payment channel account object type.
- PAYMENT_CHANNEL_CLAIM - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor thePaymentChannelClaimtransaction. - PAYMENT_CHANNEL_CLAIM_SIGNATURE_PREFIX - Static variable in class org.xrpl.xrpl4j.codec.binary.XrplBinaryCodec
- PAYMENT_CHANNEL_CREATE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor thePaymentChannelCreatetransaction. - PAYMENT_CHANNEL_FUND - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor thePaymentChannelFundtransaction. - PAYMENT_MINT - Enum constant in enum org.xrpl.xrpl4j.model.transactions.GranularPermission
-
Permission to mint tokens via Payment transaction.
- paymentChannel() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up a
PayChannelObjectby ID. - paymentChannel() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up a
PayChannelObjectby ID. - paymentChannel(Hash256, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests aPayChannelObjectledger entry. - PaymentChannelClaim - Interface in org.xrpl.xrpl4j.model.transactions
-
Claim XRP from a payment channel, adjust the payment channel's expiration, or both.
- PaymentChannelClaimFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of static
TransactionFlagswhich can be set onPaymentChannelClaimtransactions. - PaymentChannelClaimFlags.Builder - Class in org.xrpl.xrpl4j.model.flags
-
A builder class for
PaymentChannelClaimFlags. - PaymentChannelCreate - Interface in org.xrpl.xrpl4j.model.transactions
-
Create a unidirectional channel and fund it with XRP.
- PaymentChannelFund - Interface in org.xrpl.xrpl4j.model.transactions
-
Add additional XRP to an open payment channel, update the expiration time of the channel, or both.
- PaymentChannelResultObject - Interface in org.xrpl.xrpl4j.model.client.accounts
-
A Payment Channel returned in an
AccountChannelsResult.channels()list. - PaymentFlags - Class in org.xrpl.xrpl4j.model.flags
-
A set of static
TransactionFlagswhich can be set onPaymenttransactions. - PaymentFlags.Builder - Class in org.xrpl.xrpl4j.model.flags
-
A builder class for
PaymentFlagsflags. - peakTime() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType
-
The peak time of the job.
- peakTime() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.JobType
-
The peak time of the job.
- peakTime(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType.Builder
-
Initializes the optional value
peakTimeto peakTime. - peakTime(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType.Builder
-
Initializes the optional value
peakTimeto peakTime. - peek() - Method in class org.xrpl.xrpl4j.codec.binary.serdes.BinaryParser
- peer() - Method in interface org.xrpl.xrpl4j.model.client.accounts.AccountLinesRequestParams
-
The
Addressof a second account. - peer() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams
-
The
Addressof a second account. - peer(Optional<? extends Address>) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams.Builder
-
Initializes the optional value
peerto peer. - peer(Address) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableAccountLinesRequestParams.Builder
-
Initializes the optional value
peerto peer. - peerAuthorized() - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine
-
Whether or not the peer account has authorized this trust line.
- peerAuthorized() - Method in interface org.xrpl.xrpl4j.model.client.accounts.TrustLine
-
Whether or not the peer account has authorized this trust line.
- peerAuthorized(boolean) - Method in class org.xrpl.xrpl4j.model.client.accounts.ImmutableTrustLine.Builder
-
Initializes the value for the
peerAuthorizedattribute. - peerDisconnects() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
Severed peer connection counter.
- peerDisconnects() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
Severed peer connection counter.
- peerDisconnects(String) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
peerDisconnectsto peerDisconnects. - peerDisconnects(Optional<String>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
peerDisconnectsto peerDisconnects. - peerDisconnectsResources() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
Severed peer connections because of excess resource consumption.
- peerDisconnectsResources() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
Severed peer connections because of excess resource consumption.
- peerDisconnectsResources(String) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
peerDisconnectsResourcesto peerDisconnectsResources. - peerDisconnectsResources(Optional<String>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
peerDisconnectsResourcesto peerDisconnectsResources. - peers() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo
-
How many other rippled servers this one is currently connected to.
- peers() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.RippledServerInfo
-
How many other rippled servers this one is currently connected to.
- peers(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
peersto peers. - peers(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableRippledServerInfo.Builder
-
Initializes the optional value
peersto peers. - permission() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionWrapper
-
A permission.
- permission() - Method in interface org.xrpl.xrpl4j.model.transactions.PermissionWrapper
-
A permission.
- permission(Permission) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermissionWrapper.Builder
-
Initializes the value for the
permissionattribute. - Permission - Interface in org.xrpl.xrpl4j.model.transactions
-
Permissioninner object with PermissionValue details. - PERMISSIONED_DOMAIN - Enum constant in enum org.xrpl.xrpl4j.model.client.accounts.AccountObjectsRequestParams.AccountObjectType
-
Permissioned domain account object type.
- PERMISSIONED_DOMAIN - Enum constant in enum org.xrpl.xrpl4j.model.ledger.LedgerObject.LedgerEntryType
-
The
LedgerObject.LedgerEntryTypeforPermissionedDomainledger objects. - PERMISSIONED_DOMAIN - Static variable in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaLedgerEntryType
- PERMISSIONED_DOMAIN_DELETE - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor thePermissionedDomainDeletetransaction. - PERMISSIONED_DOMAIN_SET - Enum constant in enum org.xrpl.xrpl4j.model.transactions.TransactionType
-
The
TransactionTypefor thePermissionedDomainSettransaction. - permissionedDomain() - Method in class org.xrpl.xrpl4j.model.client.ledger.ImmutableLedgerEntryRequestParams
-
Look up a
PermissionedDomainObjectbyPermissionedDomainLedgerEntryParams. - permissionedDomain() - Method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Look up a
PermissionedDomainObjectbyPermissionedDomainLedgerEntryParams. - permissionedDomain(PermissionedDomainLedgerEntryParams, LedgerSpecifier) - Static method in interface org.xrpl.xrpl4j.model.client.ledger.LedgerEntryRequestParams
-
Construct a
LedgerEntryRequestParamsthat requests aPermissionedDomainObjectledger entry. - PermissionedDomainDelete - Interface in org.xrpl.xrpl4j.model.transactions
-
This transaction deletes a
PermissionedDomainObject. - PermissionedDomainLedgerEntryParams - Interface in org.xrpl.xrpl4j.model.client.ledger
-
Parameters that uniquely identifies a
PermissionedDomainObjecton ledger that can be used in aLedgerEntryRequestParamsto requestPermissionedDomainObject. - PermissionedDomainObject - Interface in org.xrpl.xrpl4j.model.ledger
-
This object represents a permissioned domain controlled by the
PermissionedDomainObject.owner(). - PermissionedDomainSet - Interface in org.xrpl.xrpl4j.model.transactions
-
Creates a
PermissionedDomainObjectin the ledger. - permissions() - Method in interface org.xrpl.xrpl4j.model.ledger.DelegateObject
-
The transaction permissions that the account has access to.
- permissions() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject
-
The transaction permissions that the account has access to.
- permissions() - Method in interface org.xrpl.xrpl4j.model.transactions.DelegateSet
-
The transaction permissions (represented by transaction type strings) that the account has been granted.
- permissions() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet
-
The transaction permissions (represented by transaction type strings) that the account has been granted.
- permissions() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject
-
The transaction permissions that the account has access to.
- permissions() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDelegateObject
-
The transaction permissions that the account has access to.
- permissions(Iterable<? extends PermissionWrapper>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject.Builder
-
Sets or replaces all elements for
permissionslist. - permissions(Iterable<? extends PermissionWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutableDelegateSet.Builder
-
Sets or replaces all elements for
permissionslist. - permissions(List<PermissionWrapper>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject.Builder
-
Initializes the optional value
permissionsto permissions. - permissions(Optional<? extends List<PermissionWrapper>>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject.Builder
-
Initializes the optional value
permissionsto permissions. - PERMISSIONS_MAX_LENGTH - Static variable in interface org.xrpl.xrpl4j.model.transactions.DelegateSet
-
The maximum number of permissions that can be delegated in a single transaction.
- permissionValue() - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermission
-
The transaction type that is being delegated, represented as a string.
- permissionValue() - Method in interface org.xrpl.xrpl4j.model.transactions.Permission
-
The transaction type that is being delegated, represented as a string.
- permissionValue(String) - Method in class org.xrpl.xrpl4j.model.transactions.ImmutablePermission.Builder
-
Initializes the value for the
permissionValueattribute. - permissionValues() - Method in interface org.xrpl.xrpl4j.codec.binary.definitions.Definitions
-
Permission values mappings (permission value to ordinal value).
- permissionValues() - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableDefinitions
-
Permission values mappings (permission value to ordinal value).
- permissionValues(Map<String, ? extends Integer>) - Method in class org.xrpl.xrpl4j.codec.binary.definitions.ImmutableDefinitions.Builder
-
Sets or replaces all mappings from the specified map as entries for the
permissionValuesmap. - PermissionWrapper - Interface in org.xrpl.xrpl4j.model.transactions
-
Wrapper object for a
Permission, so that the JSON representation of a list ofPermissions is correct, according to the XRPL binary serialization specification. - perSecond() - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType
-
The number of jobs of this type performed per second.
- perSecond() - Method in interface org.xrpl.xrpl4j.model.client.serverinfo.ServerInfo.JobType
-
The number of jobs of this type performed per second.
- perSecond(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType.Builder
-
Initializes the optional value
perSecondto perSecond. - perSecond(Optional<? extends UnsignedInteger>) - Method in class org.xrpl.xrpl4j.model.client.serverinfo.ImmutableJobType.Builder
-
Initializes the optional value
perSecondto perSecond. - PING - Static variable in class org.xrpl.xrpl4j.model.client.XrplMethods
-
Constant for the ping rippled API method.
- plus(UnsignedInteger) - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndex
-
Add an
UnsignedIntegerto thisLedgerIndex. - plus(Integer) - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndexBound
-
Add an
Integerto thisLedgerIndexBound. - plus(Long) - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndexBound
-
Add a
Longto thisLedgerIndexBound. - plus(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndex
-
Add another
LedgerIndexto thisLedgerIndex. - plus(LedgerIndex) - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndexBound
-
Add a
LedgerIndexto thisLedgerIndexBound. - plus(LedgerIndexBound) - Method in class org.xrpl.xrpl4j.model.client.common.LedgerIndexBound
-
Add a
LedgerIndexBoundto thisLedgerIndexBound. - plus(XrpCurrencyAmount) - Method in class org.xrpl.xrpl4j.model.transactions.XrpCurrencyAmount
-
Adds another
XrpCurrencyAmountto this amount. - PREFIX - Static variable in class org.xrpl.xrpl4j.crypto.keys.PrivateKey
-
Deprecated.This value will be removed in a future version. Prefer
PrivateKey.ED2559_PREFIXorPrivateKey.SECP256K1_PREFIXinstead. - prefixedBytes() - Method in class org.xrpl.xrpl4j.crypto.keys.PrivateKey
-
Accessor for the bytes of this private key in a prefixed.
- previousFields() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.DeletedNode
-
The
DeletedNodecontaining the fields of the ledger object if it was modified before it was removed in the same transaction. - previousFields() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode
-
The
ImmutableDeletedNodecontaining the fields of the ledger object if it was modified before it was removed in the same transaction. - previousFields() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode
-
The
ImmutableModifiedNodecontaining the previous values for all fields of the object that were changed as a result of this transaction. - previousFields() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.ModifiedNode
-
The
ModifiedNodecontaining the previous values for all fields of the object that were changed as a result of this transaction. - previousFields(Optional<? extends T>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode.Builder
-
Initializes the optional value
previousFieldsto previousFields. - previousFields(Optional<? extends T>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode.Builder
-
Initializes the optional value
previousFieldsto previousFields. - previousFields(T) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableDeletedNode.Builder
-
Initializes the optional value
previousFieldsto previousFields. - previousFields(T) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode.Builder
-
Initializes the optional value
previousFieldsto previousFields. - previousPageMin() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject
-
The locator of the previous page, if any.
- previousPageMin() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenPageObject
-
The locator of the previous page, if any.
- previousPageMin() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject
-
The locator of the previous page, if any.
- previousPageMin() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaNfTokenPageObject
-
The locator of the previous page, if any.
- previousPageMin(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject.Builder
-
Initializes the optional value
previousPageMinto previousPageMin. - previousPageMin(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject.Builder
-
Initializes the optional value
previousPageMinto previousPageMin. - previousPageMin(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject.Builder
-
Initializes the optional value
previousPageMinto previousPageMin. - previousPageMin(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject.Builder
-
Initializes the optional value
previousPageMinto previousPageMin. - previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersOffer
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.BridgeObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.DelegateObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.DepositPreAuthObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.DidObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject
-
Identifies the transaction ID of the transaction that most recently modified this NFTokenPage object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenIssuanceObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenOfferObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenPageObject
-
Identifies the transaction ID of the transaction that most recently modified this NFTokenPage object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.OfferObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.OracleObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.PayChannelObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.RippleStateObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.SignerListObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.TicketObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedClaimIdObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedCreateAccountClaimIdObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject
-
Identifies the transaction ID of the transaction that most recently modified this NFTokenPage object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode
-
The identifying hash of the previous transaction to modify this ledger object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAccountRootObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaBridgeObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDelegateObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDepositPreAuthObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDidObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaEscrowObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenIssuanceObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaNfTokenOfferObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaNfTokenPageObject
-
Identifies the transaction ID of the transaction that most recently modified this NFTokenPage object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOfferObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOracleObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaPayChannelObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaRippleStateObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaSignerListObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaTicketObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainOwnedClaimIdObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaXChainOwnedCreateAccountClaimIdObject
-
The identifying hash of the transaction that most recently modified this object.
- previousTransactionId() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.ModifiedNode
-
The identifying hash of the previous transaction to modify this ledger object.
- previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Optional<? extends Hash256>) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject.Builder
-
Initializes the value for the
previousTransactionIdattribute. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionId(Hash256) - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableModifiedNode.Builder
-
Initializes the optional value
previousTransactionIdto previousTransactionId. - previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.client.path.BookOffersOffer
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.client.path.ImmutableBookOffersOffer
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.AccountRootObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.BridgeObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.CheckObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.CredentialObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.DelegateObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.DepositPreAuthObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.DidObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.EscrowObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableAccountRootObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableBridgeObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCheckObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableCredentialObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDelegateObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDepositPreAuthObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableDidObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableEscrowObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenIssuanceObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableMpTokenObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenOfferObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableNfTokenPageObject
-
The sequence of the ledger that contains the transaction that most recently modified this NFTokenPage object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOfferObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableOracleObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePayChannelObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutablePermissionedDomainObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableRippleStateObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableSignerListObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableTicketObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedClaimIdObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.ledger.ImmutableXChainOwnedCreateAccountClaimIdObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenIssuanceObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.MpTokenObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenOfferObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.NfTokenPageObject
-
The sequence of the ledger that contains the transaction that most recently modified this NFTokenPage object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.OfferObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.OracleObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.PayChannelObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.PermissionedDomainObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.RippleStateObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.SignerListObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.TicketObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedClaimIdObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.ledger.XChainOwnedCreateAccountClaimIdObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaAccountRootObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaBridgeObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCheckObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaCredentialObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDelegateObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDepositPreAuthObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaDidObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaEscrowObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenIssuanceObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaMpTokenObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenOfferObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaNfTokenPageObject
-
The sequence of the ledger that contains the transaction that most recently modified this NFTokenPage object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOfferObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaOracleObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPayChannelObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaPermissionedDomainObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaRippleStateObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaSignerListObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaTicketObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedClaimIdObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in class org.xrpl.xrpl4j.model.transactions.metadata.ImmutableMetaXChainOwnedCreateAccountClaimIdObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaAccountRootObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaBridgeObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCheckObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaCredentialObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDelegateObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDepositPreAuthObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaDidObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaEscrowObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenIssuanceObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaMpTokenObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaNfTokenOfferObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaNfTokenPageObject
-
The sequence of the ledger that contains the transaction that most recently modified this NFTokenPage object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOfferObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaOracleObject
-
The index of the ledger that contains the transaction that most recently modified this object.
- previousTransactionLedgerSequence() - Method in interface org.xrpl.xrpl4j.model.transactions.metadata.MetaPayChannelObject
-
The index of the ledger that contains the transaction that most recently modified this object.
PublicKeyCodec.decodeNodePublicKey(String).