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

    Type Alias CompressSplTokenAccountParams

    type CompressSplTokenAccountParams = {
        feePayer: PublicKey;
        authority: PublicKey;
        tokenAccount: PublicKey;
        mint: PublicKey;
        remainingAmount?: BN;
        outputStateTreeInfo: TreeInfo;
        tokenPoolInfo: TokenPoolInfo;
    }
    Index

    Properties

    feePayer: PublicKey

    Fee payer

    authority: PublicKey

    SPL Token account owner

    tokenAccount: PublicKey

    SPL Token account to compress

    mint: PublicKey

    SPL Token mint address

    remainingAmount?: BN

    Amount to leave in token account

    outputStateTreeInfo: TreeInfo

    State tree to write to

    tokenPoolInfo: TokenPoolInfo

    Token pool