@lightprotocol/stateless.js - v0.22.1-alpha.1
    Preparing search index...

    Type Alias WithRpcContext<T>

    type WithRpcContext<T> = {
        context: { slot: number };
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    context: { slot: number }
    value: T