Documentation
    Preparing search index...

    Type Alias AppRequest<T>

    AppRequest: RpcRequests[T]

    Request envelope for the given RPC method. Each envelope follows the same { method, params, id } structure;

    Type Parameters