Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RPCRequest

Method params. Library supports only one argument for the method and it must be an object (record with the different type which can be described by the json object)

internal

Hierarchy

  • RPCRequest

Index

Properties

Properties

id

id: Id

jsonrpc

jsonrpc: "2.0"

method

method: Name

params

params: Record<string, any>

type

type: Request

Generated using TypeDoc