Interface SubscribeResponse

Response expected from a SubscribeRequest.

Hierarchy

  • BaseResponse
    • SubscribeResponse

Properties

api_version?: number
forwarded?: boolean
id: string | number
result: Record<string, never> | LedgerStreamResponse | BooksSnapshot
status?: string
type: string
warning?: "load"
warnings?: Warning[]

Generated using TypeDoc