Type Alias RPCMessage

RPCMessage: { id: number; jsonrpc: "2.0"; method: string; params: JSONObject }

Type declaration

  • id: number
  • jsonrpc: "2.0"
  • method: string
  • params: JSONObject