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

    Type Alias RevokeParams

    type RevokeParams = {
        payer: PublicKey;
        inputCompressedTokenAccounts: ParsedTokenAccount[];
        recentValidityProof: ValidityProof | CompressedProof | null;
        recentInputStateRootIndices: number[];
    }
    Index

    Properties

    payer: PublicKey

    Fee payer

    inputCompressedTokenAccounts: ParsedTokenAccount[]

    Input compressed token accounts

    recentValidityProof: ValidityProof | CompressedProof | null

    Validity proof for input state

    recentInputStateRootIndices: number[]

    Recent state root indices