Package org.xrpl.xrpl4j.model.transactions.metadata
package org.xrpl.xrpl4j.model.transactions.metadata
-
ClassDescriptionTop level interface for all types of transaction metadata AffectedNodes.CreatedNode<T extends MetaLedgerObject>A
CreatedNodein transaction metadata indicates that the transaction created a new object in the ledger.DeletedNode<T extends MetaLedgerObject>ADeletedNodein transaction metadata indicates that the transaction removed an object from the ledger.ImmutableCreatedNode<T extends MetaLedgerObject>Immutable implementation ofCreatedNode.ImmutableCreatedNode.Builder<T extends MetaLedgerObject>Builds instances of typeImmutableCreatedNode.ImmutableDeletedNode<T extends MetaLedgerObject>Immutable implementation ofDeletedNode.ImmutableDeletedNode.Builder<T extends MetaLedgerObject>Builds instances of typeImmutableDeletedNode.Immutable implementation ofMetaAccountRootObject.Builds instances of typeImmutableMetaAccountRootObject.Immutable implementation ofMetaAmmObject.Builds instances of typeImmutableMetaAmmObject.Immutable implementation ofMetaAuctionSlot.Builds instances of typeImmutableMetaAuctionSlot.Immutable implementation ofMetaAuthAccount.Builds instances of typeImmutableMetaAuthAccount.Immutable implementation ofMetaAuthAccountWrapper.Builds instances of typeImmutableMetaAuthAccountWrapper.Immutable implementation ofMetaBook.Builds instances of typeImmutableMetaBook.Immutable implementation ofMetaBookWrapper.Builds instances of typeImmutableMetaBookWrapper.Immutable implementation ofMetaBridgeObject.Builds instances of typeImmutableMetaBridgeObject.Immutable implementation ofMetaCheckObject.Builds instances of typeImmutableMetaCheckObject.Immutable implementation ofMetaCredential.Builds instances of typeImmutableMetaCredential.Immutable implementation ofMetaCredentialObject.Builds instances of typeImmutableMetaCredentialObject.Immutable implementation ofMetaCredentialWrapper.Builds instances of typeImmutableMetaCredentialWrapper.Immutable implementation ofMetaDelegateObject.Builds instances of typeImmutableMetaDelegateObject.Immutable implementation ofMetaDepositPreAuthObject.Builds instances of typeImmutableMetaDepositPreAuthObject.Immutable implementation ofMetaDidObject.Builds instances of typeImmutableMetaDidObject.Immutable implementation ofMetaEscrowObject.Builds instances of typeImmutableMetaEscrowObject.Immutable implementation ofMetaLedgerEntryType.Builds instances of typeImmutableMetaLedgerEntryType.Immutable implementation ofMetaMpTokenIssuanceObject.Builds instances of typeImmutableMetaMpTokenIssuanceObject.Immutable implementation ofMetaMpTokenObject.Builds instances of typeImmutableMetaMpTokenObject.Immutable implementation ofMetaNfTokenOfferObject.Builds instances of typeImmutableMetaNfTokenOfferObject.Immutable implementation ofMetaNfTokenPageObject.Builds instances of typeImmutableMetaNfTokenPageObject.Immutable implementation ofMetaOfferObject.Builds instances of typeImmutableMetaOfferObject.Immutable implementation ofMetaOracleObject.Builds instances of typeImmutableMetaOracleObject.Immutable implementation ofMetaPayChannelObject.Builds instances of typeImmutableMetaPayChannelObject.Immutable implementation ofMetaPermissionedDomainObject.Builds instances of typeImmutableMetaPermissionedDomainObject.Immutable implementation ofMetaRippleStateObject.Builds instances of typeImmutableMetaRippleStateObject.Immutable implementation ofMetaSignerEntry.Builds instances of typeImmutableMetaSignerEntry.Immutable implementation ofMetaSignerEntryWrapper.Builds instances of typeImmutableMetaSignerEntryWrapper.Immutable implementation ofMetaSignerListObject.Builds instances of typeImmutableMetaSignerListObject.Immutable implementation ofMetaTicketObject.Builds instances of typeImmutableMetaTicketObject.Immutable implementation ofMetaUnknownObject.Builds instances of typeImmutableMetaUnknownObject.Immutable implementation ofMetaVoteEntry.Builds instances of typeImmutableMetaVoteEntry.Immutable implementation ofMetaVoteEntryWrapper.Builds instances of typeImmutableMetaVoteEntryWrapper.Immutable implementation ofMetaXChainClaimAttestation.Builds instances of typeImmutableMetaXChainClaimAttestation.Immutable implementation ofMetaXChainClaimProofSig.Builds instances of typeImmutableMetaXChainClaimProofSig.Immutable implementation ofMetaXChainCreateAccountAttestation.Builds instances of typeImmutableMetaXChainCreateAccountAttestation.Immutable implementation ofMetaXChainCreateAccountProofSig.Builds instances of typeImmutableMetaXChainCreateAccountProofSig.Immutable implementation ofMetaXChainOwnedClaimIdObject.Builds instances of typeImmutableMetaXChainOwnedClaimIdObject.Immutable implementation ofMetaXChainOwnedCreateAccountClaimIdObject.Builds instances of typeImmutableMetaXChainOwnedCreateAccountClaimIdObject.ImmutableModifiedNode<T extends MetaLedgerObject>Immutable implementation ofModifiedNode.ImmutableModifiedNode.Builder<T extends MetaLedgerObject>Builds instances of typeImmutableModifiedNode.Represents the AccountRoot ledger object, which describes a single account, its settings, and XRP balance.Represents an AMM ledger object, which describes a single Automated Market Maker instance.Represents an AuctionSlot object in anAmmObject, containing details of the current owner of the auction slot.An account that is authorized to trade at the discounted fee for an AMM instance.A wrapper aroundMetaAuthAccounts.Object referencing a specific page of an offer directory.A wrapper forMetaBookto conform to the rippled API JSON structure.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.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.MetaCredentialinner object with Issuer and CredentialType details.A Credential object represents a credential, which contains an attestation about a subject account from a credential issuer account.A wrapper forMetaCredentialto conform to the rippled API JSON structure.Represents a Delegate ledger object in transaction metadata, which describes a set of permissions that an account has delegated to another account.Tracks a preauthorization from one account to another.ADIDledger entry holds references to, or data associated with a single DID.Represents a held payment of XRP, IOU tokens, or MPT tokens waiting to be executed or canceled.Marker interface for XRP Ledger Objects as represented in transaction metadata.An Offer returned in anMetaNfTokenOfferObjectlist.Represents the NFTokenPage ledger object, which represents a collection of NFToken objects owned by the same account.The Offer object type describes an offer to exchange currencies, more traditionally known as an order.Transaction metadata for Oracle objects.The PayChannel object type represents a payment channel.This object represents a permissioned domain controlled by theMetaPermissionedDomainObject.owner().Represents the RippleState XRP Ledger Object.Represents an individual signer in aMetaSignerListObject.A wrapper forMetaSignerEntryto conform to the rippled API JSON structure.Represents a list of parties that, as a group, are authorized to sign aTransactionin place of an individual account.TheMetaTicketObjecttype represents a Ticket, which tracks an account sequence number that has been set aside for future use.AMetaLedgerObjectrepresenting ledger objects that xrpl4j does not understand.Describes a vote for the trading fee on an AMM by an LP.A wrapper around aMetaVoteEntry.A wrapper aroundMetaXChainClaimProofSigs.Represents an attestation for anMetaXChainOwnedClaimIdObject.A wrapper aroundMetaXChainCreateAccountProofSigs.Represents an attestation for anMetaXChainOwnedCreateAccountClaimIdObject.AnXChainOwnedClaimIDobject 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.TheXChainOwnedCreateAccountClaimIDledger object is used to collect attestations for creating an account via a cross-chain transfer.ModifiedNode<T extends MetaLedgerObject>AModifiedNodein transaction metadata indicates that the transaction modified an existing object in the ledger.