Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RPCCall

Hierarchy

Index

Properties

Properties

id

id: number | string

Request sequence number.

jsonrpc

jsonrpc: "2.0"

Array of parameters to pass to the method.

method

method: "call"

params

params: [number | string, string, any[]]
  1. API to call, you can pass either the numerical id of the API you get from calling 'get_api_by_name' or the name directly as a string.
  2. Method to call on that API.
  3. Arguments to pass to the method.

Generated using TypeDoc