Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccountSet

An AccountSet transaction modifies the properties of an account in the XRP Ledger.

Hierarchy

  • BaseTransaction
    • AccountSet

Index

Properties

Account

Account: string

Optional AccountTxnID

AccountTxnID: string

Optional ClearFlag

ClearFlag: number

Unique identifier of a flag to disable for this account.

Optional Domain

Domain: string

The domain that owns this account, as a string of hex representing the. ASCII for the domain in lowercase.

Optional EmailHash

EmailHash: string

Hash of an email address to be used for generating an avatar image.

Optional Fee

Fee: string

Optional Flags

Flags: number | AccountSetFlagsInterface

Optional LastLedgerSequence

LastLedgerSequence: number

Optional Memos

Memos: { Memo: Memo }[]

Optional MessageKey

MessageKey: string

Public key for sending encrypted messages to this account.

Optional Sequence

Sequence: number

Optional SetFlag

Integer flag to enable for this account.

Optional Signers

Signers: Signer[]

Optional SigningPubKey

SigningPubKey: string

Optional SourceTag

SourceTag: number

Optional TickSize

TickSize: number

Tick size to use for offers involving a currency issued by this address. The exchange rates of those offers is rounded to this many significant. digits. Valid values are 3 to 15 inclusive, or 0 to disable.

Optional TicketSequence

TicketSequence: number

TransactionType

TransactionType: "AccountSet"

Optional TransferRate

TransferRate: number

The fee to charge when users transfer this account's issued currencies, represented as billionths of a unit. Cannot be more than 2000000000 or less. than 1000000000, except for the special case 0 meaning no fee.

Optional TxnSignature

TxnSignature: string

Generated using TypeDoc