Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NoRippleCheckResponse

Response expected by a NoRippleCheckRequest.

Hierarchy

  • BaseResponse
    • NoRippleCheckResponse

Index

Properties

Optional api_version

api_version: number

Optional forwarded

forwarded: boolean

id

id: string | number

result

result: { ledger_current_index: number; problems: string[]; transactions: Transaction[] }

Type declaration

  • ledger_current_index: number

    The ledger index of the ledger used to calculate these results.

  • problems: string[]

    Array of strings with human-readable descriptions of the problems. This includes up to one entry if the account's Default Ripple setting is not as recommended, plus up to limit entries for trust lines whose no. ripple setting is not as recommended.

  • transactions: Transaction[]

    If the request specified transactions as true, this is an array of JSON objects, each of which is the JSON form of a transaction that should fix one of the described problems. The length of this array is the same as the problems array, and each entry is intended to fix the problem. described at the same index into that array.

status

status: string

type

type: string

Optional warning

warning: "load"

Optional warnings

warnings: Warning[]

Generated using TypeDoc