Type alias RpcResponseAndContext<T>

RpcResponseAndContext<T>: {
    context: Context;
    value: T;
}

RPC Response with extra contextual information

Type Parameters

  • T

Type declaration

  • context: Context

    response context

  • value: T

    response value

Generated using TypeDoc