@solana/web3.js
    Preparing search index...

    Type Alias RpcResponseAndContext<T>

    RPC Response with extra contextual information

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

    Type Parameters

    • T
    Index
    context: Context

    response context

    value: T

    response value