Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RpcResponse

JSON-RPC response.

Hierarchy

Index

Properties

Properties

error

error: Error | null

Error object, if method invocation failed.

id

id: number | string | null

Identifier of the request associated with the response, if any.

result

result: any

Result of the invoked method, if successful.

Generated using TypeDoc