Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrustSet

Create or modify a trust line linking two accounts.

Hierarchy

  • BaseTransaction
    • TrustSet

Index

Properties

Account

Account: string

Optional AccountTxnID

AccountTxnID: string

Optional Fee

Fee: string

Optional Flags

Flags: number | TrustSetFlagsInterface

Optional LastLedgerSequence

LastLedgerSequence: number

LimitAmount

LimitAmount: Amount

Object defining the trust line to create or modify, in the format of a. Currency Amount.

Optional Memos

Memos: { Memo: Memo }[]

Optional QualityIn

QualityIn: number

Value incoming balances on this trust line at the ratio of this number per 1,000,000,000 units. A value of 0 is shorthand for treating balances at. face value.

Optional QualityOut

QualityOut: number

Value outgoing balances on this trust line at the ratio of this number per 1,000,000,000 units. A value of 0 is shorthand for treating balances at. face value.

Optional Sequence

Sequence: number

Optional Signers

Signers: Signer[]

Optional SigningPubKey

SigningPubKey: string

Optional SourceTag

SourceTag: number

Optional TicketSequence

TicketSequence: number

TransactionType

TransactionType: "TrustSet"

Optional TxnSignature

TxnSignature: string

Generated using TypeDoc