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

    Type Alias AddSplInterfaceParams

    type AddSplInterfaceParams = {
        feePayer: PublicKey;
        mint: PublicKey;
        poolIndex: number;
        tokenProgramId?: PublicKey;
    }
    Index

    Properties

    feePayer: PublicKey

    Fee payer

    mint: PublicKey

    Token mint address

    poolIndex: number

    SPL interface pool index

    tokenProgramId?: PublicKey

    Optional: Token program ID. Default: SPL Token Program ID