Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SetRegularKey

A SetRegularKey transaction assigns, changes, or removes the regular key pair associated with an account.

Hierarchy

  • BaseTransaction
    • SetRegularKey

Index

Properties

Account

Account: string

Optional AccountTxnID

AccountTxnID: string

Optional Fee

Fee: string

Optional Flags

Flags: number | GlobalFlags

Optional LastLedgerSequence

LastLedgerSequence: number

Optional Memos

Memos: { Memo: Memo }[]

Optional RegularKey

RegularKey: string

A base-58-encoded Address that indicates the regular key pair to be assigned to the account. If omitted, removes any existing regular key pair. from the account. Must not match the master key pair for the address.

Optional Sequence

Sequence: number

Optional Signers

Signers: Signer[]

Optional SigningPubKey

SigningPubKey: string

Optional SourceTag

SourceTag: number

Optional TicketSequence

TicketSequence: number

TransactionType

TransactionType: "SetRegularKey"

Optional TxnSignature

TxnSignature: string

Generated using TypeDoc