Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RippleState

The RippleState object type connects two accounts in a single currency.

Hierarchy

  • BaseLedgerEntry
    • RippleState

Index

Properties

Balance

Balance: IssuedCurrencyAmount

The balance of the trust line, from the perspective of the low account. A negative balance indicates that the low account has issued currency to the high account. The issuer is always the neutral value ACCOUNT_ONE.

Flags

Flags: number

A bit-map of boolean options enabled for this object.

HighLimit

HighLimit: IssuedCurrencyAmount

The limit that the high account has set on the trust line. The issuer is the address of the high account that set this limit.

Optional HighNode

HighNode?: string

A hint indicating which page of the high account's owner directory links to this object, in case the directory consists of multiple pages.

Optional HighQualityIn

HighQualityIn?: number

The inbound quality set by the high account, as an integer in the implied ratio HighQualityIn:1,000,000,000. As a special case, the value 0 is equivalent to 1 billion, or face value.

Optional HighQualityOut

HighQualityOut?: number

The outbound quality set by the high account, as an integer in the implied ratio HighQualityOut:1,000,000,000. As a special case, the value 0 is equivalent to 1 billion, or face value.

LedgerEntryType

LedgerEntryType: "RippleState"

LowLimit

LowLimit: IssuedCurrencyAmount

The limit that the low account has set on the trust line. The issuer is the address of the low account that set this limit.

Optional LowNode

LowNode?: string

A hint indicating which page of the low account's owner directory links to this object, in case the directory consists of multiple pages.

Optional LowQualityIn

LowQualityIn?: number

The inbound quality set by the low account, as an integer in the implied ratio LowQualityIn:1,000,000,000. As a special case, the value 0 is equivalent to 1 billion, or face value.

Optional LowQualityOut

LowQualityOut?: number

The outbound quality set by the low account, as an integer in the implied ratio LowQualityOut:1,000,000,000. As a special case, the value 0 is equivalent to 1 billion, or face value.

PreviousTxnID

PreviousTxnID: string

The identifying hash of the transaction that most recently modified this object.

PreviousTxnLgrSeq

PreviousTxnLgrSeq: number

The index of the ledger that contains the transaction that most recently modified this object.

index

index: string

Generated using TypeDoc