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

    Interface Transport

    interface Transport {
        notification: (method: string, params?: yerpc.Params) => void;
        request: (method: string, params?: yerpc.Params) => Promise<unknown>;
    }

    Implemented by

    Index

    Properties

    notification: (method: string, params?: yerpc.Params) => void
    request: (method: string, params?: yerpc.Params) => Promise<unknown>