Skip to main content

default

Api Code Documentation / Exports / service/RpcRequest.h / default

service/RpcRequest.h.default

JSON-RPC request.

Table of contents

Properties

Properties

method

Readonly method: string

Name of the method to invoke.

Defined in

src/service/RpcRequest.h.ts:9


params

Readonly params: any[]

List of arguments to invoke the method with - can be anything

Defined in

src/service/RpcRequest.h.ts:14