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

    Type Alias CompressedTokenInstructionDataRevoke

    type CompressedTokenInstructionDataRevoke = {
        proof: ValidityProof | null;
        mint: PublicKey;
        inputTokenDataWithContext: InputTokenDataWithContext[];
        cpiContext: CompressedCpiContext | null;
        outputAccountMerkleTreeIndex: number;
    }
    Index

    Properties

    proof: ValidityProof | null
    mint: PublicKey
    inputTokenDataWithContext: InputTokenDataWithContext[]
    cpiContext: CompressedCpiContext | null
    outputAccountMerkleTreeIndex: number