Request: {
    id?: yerpc.Id;
    jsonrpc?: "2.0";
    method: string;
    params?: yerpc.Params;
}

Request object.

Type declaration

  • Optional id?: yerpc.Id

    Request identifier.

  • Optional jsonrpc?: "2.0"

    JSON-RPC protocol version.

  • method: string

    Name of the method to be invoked.

  • Optional params?: yerpc.Params

    Method parameters.

Generated using TypeDoc