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

    Type Alias CompressedTokenInstructionDataApprove

    type CompressedTokenInstructionDataApprove = {
        proof: ValidityProof | null;
        mint: PublicKey;
        inputTokenDataWithContext: InputTokenDataWithContext[];
        cpiContext: CompressedCpiContext | null;
        delegate: PublicKey;
        delegatedAmount: BN;
        delegateMerkleTreeIndex: number;
        changeAccountMerkleTreeIndex: number;
        delegateLamports: BN | null;
    }
    Index

    Properties

    proof: ValidityProof | null
    mint: PublicKey
    inputTokenDataWithContext: InputTokenDataWithContext[]
    cpiContext: CompressedCpiContext | null
    delegate: PublicKey
    delegatedAmount: BN
    delegateMerkleTreeIndex: number
    changeAccountMerkleTreeIndex: number
    delegateLamports: BN | null