Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRpcBatchResponse

Represents batched JSONRPC response.

Hierarchy

Index

Properties

Properties

Optional error

error: undefined | IRpcError

This member is REQUIRED on error. This member MUST NOT exist if there was no error triggered during invocation.

id

id: undefined

The id of the request, always undefined.

jsonrpc

jsonrpc: "2.0"

The string specifying the version of the JSON-RPC protocol. MUST be exactly "2.0".

Optional result

result: undefined | unknown[]

The batch response data.

Generated using TypeDoc