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

    Interface CTokenConfig

    light-token-specific config for createAssociatedTokenAccountInterfaceInstruction

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

    Properties

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