# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Map of flags to boolean values representing {@link AccountSet} transaction flags.
No description provided by the author
No description provided by the author
Set of common fields for every transaction.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
* CTID spec: https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0037d-concise-transaction-identifier-ctid
*/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
An AccountDelete transaction 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.
An AccountSet transaction modifies the properties of an account in the XRP Ledger
TransactionType: 'AccountSet'.
Cancels an unredeemed Check, removing it from the ledger without sending any money.
Attempts to redeem a Check object in the ledger to receive up to the amount authorized by the corresponding CheckCreate transaction.
Create a Check object in the ledger, which is a deferred payment that can be cashed by its intended destination.
A DepositPreauth transaction gives another account pre-approval to deliver payments to the sender of this transaction.
Return escrowed XRP to the sender.
Sequester XRP until the escrow process either finishes or is canceled.
Deliver XRP from a held payment to the recipient.
No description provided by the author
The NFTokenOfferAccept transaction is used to accept offers to buy or sell an NFToken
TransactionType: 'NFTokenAcceptOffer'.
The NFTokenBurn transaction 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).
The NFTokenCancelOffer transaction deletes existing NFTokenOffer objects.
The NFTokenCreateOffer transaction creates either an offer to buy an NFT the submitting account does not own, or an offer to sell an NFT the submitting account does own.
The NFTokenMint transaction creates an NFToken object and adds it to the relevant NFTokenPage object of the minter.
An OfferCancel transaction removes an Offer object from the XRP Ledger.
An OfferCreate transaction is effectively a limit order .
A Payment transaction represents a transfer of value from one account to another.
Claim XRP from a payment channel, adjust the payment channel's expiration, or both.
Create a unidirectional channel and fund it with XRP.
Add additional XRP to an open payment channel, and optionally update the expiration time of the channel.
A SetRegularKey transaction assigns, changes, or removes the regular key pair associated with an account.
The SignerListSet transaction creates, replaces, or removes a list of signers that can be used to multi-sign a transaction.
No description provided by the author
A TicketCreate transaction sets aside one or more sequence numbers as Tickets.
Create or modify a trust line linking two accounts.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author