Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RpcRequest

JSON-RPC request.

Hierarchy

Index

Properties

Properties

Optional id

id: number | string | null

Request identifier.

method

method: string

Name of the method to invoke.

Optional params

params: any[]

List of arguments to invoke the method with, if any.

Generated using TypeDoc