Interface LedgerResponse

Response expected from a LedgerRequest. This is the default request response, triggered when expand and binary are both false.

Hierarchy

Properties

api_version?: number
forwarded?: boolean
id: string | number
result: LedgerResponseResult
status?: string
type: string
warning?: "load"
warnings?: ResponseWarning[]

Generated using TypeDoc