Type Alias RpcResponseAndContext<T>

RpcResponseAndContext: { context: Context; value: T }

RPC Response with extra contextual information

Type Parameters

  • T

Type declaration

  • context: Context

    response context

  • value: T

    response value