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

    Type Alias BatchCompressInstructionData

    type BatchCompressInstructionData = {
        pubkeys: PublicKey[];
        amounts: BN[] | null;
        lamports: BN | null;
        amount: BN | null;
        index: number;
        bump: number;
    }
    Index

    Properties

    pubkeys: PublicKey[]
    amounts: BN[] | null
    lamports: BN | null
    amount: BN | null
    index: number
    bump: number