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

    Type Alias ApproveAndMintToParams

    Mint from existing SPL mint to compressed token accounts

    type ApproveAndMintToParams = {
        feePayer: PublicKey;
        mint: PublicKey;
        authority: PublicKey;
        authorityTokenAccount: PublicKey;
        toPubkey: PublicKey;
        amount: BN | number;
        outputStateTreeInfo: TreeInfo;
        tokenPoolInfo: TokenPoolInfo;
    }
    Index

    Properties

    feePayer: PublicKey

    Fee payer

    mint: PublicKey

    SPL Mint address

    authority: PublicKey

    Mint authority

    authorityTokenAccount: PublicKey

    Mint authority (associated) token account

    toPubkey: PublicKey

    Recipient address

    amount: BN | number

    Token amount to mint

    outputStateTreeInfo: TreeInfo

    State tree to write to

    tokenPoolInfo: TokenPoolInfo

    Token pool