@lightprotocol/compressed-token - v0.22.1-alpha.2
    Preparing search index...

    Type Alias InputTokenDataWithContext

    type InputTokenDataWithContext = {
        amount: BN;
        delegateIndex: number | null;
        merkleContext: PackedMerkleContextLegacy;
        rootIndex: number;
        lamports: BN | null;
        tlv: Buffer | null;
    }
    Index

    Properties

    amount: BN
    delegateIndex: number | null
    merkleContext: PackedMerkleContextLegacy
    rootIndex: number
    lamports: BN | null
    tlv: Buffer | null