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

    Type Alias MintToParams

    Create compressed token accounts

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

    Properties

    feePayer: PublicKey

    Fee payer

    mint: PublicKey

    Token mint address

    authority: PublicKey

    Mint authority

    toPubkey: PublicKey[] | PublicKey

    Recipient address(es)

    amount: BN | BN[] | number | number[]

    Token amount(s) to mint

    outputStateTreeInfo: TreeInfo

    State tree for minted tokens

    tokenPoolInfo: TokenPoolInfo

    Token pool