@lightprotocol/compressed-token - v0.23.0-beta.8
    Preparing search index...

    Interface ParsedAccountInfoInterface<T>

    Account info interface for compressible accounts. Matches return structure of getAccountInterface/getAtaInterface.

    Integrating programs provide their own fetch/parse - this is just the data shape.

    interface ParsedAccountInfoInterface<T = unknown> {
        parsed: T;
        loadContext?: MerkleContext;
    }

    Type Parameters

    • T = unknown
    Index

    Properties

    Properties

    parsed: T

    Parsed account data (program-specific)

    loadContext?: MerkleContext

    Load context - present if account is compressed (cold), undefined if hot