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

    Interface PackedCompressedAccount

    Packed compressed account for decompressAccountsIdempotent instruction

    interface PackedCompressedAccount {
        merkleContext: {
            merkleTreePubkeyIndex: number;
            queuePubkeyIndex: number;
        };
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    merkleContext: { merkleTreePubkeyIndex: number; queuePubkeyIndex: number }