@deltachat/jsonrpc-client
    Preparing search index...

    Type Alias Request

    Request object.

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

    Properties

    id?: yerpc.Id

    Request identifier.

    jsonrpc?: "2.0"

    JSON-RPC protocol version.

    method: string

    Name of the method to be invoked.

    params?: yerpc.Params

    Method parameters.