Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RPCConnect

Special request for establishing the connection

Hierarchy

  • RPCConnect

Index

Properties

Properties

id

id: Id

jsonrpc

jsonrpc: "2.0"

method

method: "connect"

params

params: { id?: Id; result?: undefined | false | true }

Type declaration

  • Optional id?: Id
  • Optional result?: undefined | false | true

type

type: Connect

Generated using TypeDoc