Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JSONRPCResponse

Interface representing a JSON-RPC response object.

Hierarchy

  • JSONRPCResponse

Index

Properties

Properties

Optional error

error: any

id

id: string

jsonrpc

jsonrpc: string

Optional result

result: any