@lightprotocol/compressed-token - v0.23.3
    Preparing search index...

    Interface LightTokenConfig

    light-token-specific config for createAssociatedTokenAccountInterfaceInstruction

    interface LightTokenConfig {
        compressibleConfig?: CompressibleConfig | null;
        configAccount?: PublicKey;
        rentPayerPda?: PublicKey;
    }
    Index

    Properties

    compressibleConfig?: CompressibleConfig | null
    configAccount?: PublicKey
    rentPayerPda?: PublicKey