@lightprotocol/compressed-token - v0.23.0-beta.8
    Preparing search index...

    Type Alias DecompressParams

    type DecompressParams = {
        payer: PublicKey;
        inputCompressedTokenAccounts: ParsedTokenAccount[];
        toAddress: PublicKey;
        amount: number | BN;
        recentValidityProof: ValidityProof | CompressedProof | null;
        recentInputStateRootIndices: number[];
        tokenPoolInfos:
            | TokenPoolInfo
            | TokenPoolInfo[]
            | SplInterfaceInfo
            | SplInterfaceInfo[];
    }
    Index

    Properties

    payer: PublicKey

    Fee payer

    inputCompressedTokenAccounts: ParsedTokenAccount[]

    Source compressed token accounts

    toAddress: PublicKey

    Destination uncompressed token account

    amount: number | BN

    Token amount to decompress

    recentValidityProof: ValidityProof | CompressedProof | null

    Validity proof for input state

    recentInputStateRootIndices: number[]

    Recent state root indices

    tokenPoolInfos:
        | TokenPoolInfo
        | TokenPoolInfo[]
        | SplInterfaceInfo
        | SplInterfaceInfo[]

    Token pool(s)