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

    Interface MintContext

    Light mint context (protocol version, SPL mint reference)

    interface MintContext {
        version: number;
        cmintDecompressed: boolean;
        splMint: PublicKey;
        mintSigner: Uint8Array;
        bump: number;
    }
    Index

    Properties

    version: number

    Protocol version for upgradability

    cmintDecompressed: boolean

    Whether the compressed light mint has been decompressed to a light mint account

    splMint: PublicKey

    PDA of the associated SPL mint

    mintSigner: Uint8Array

    Signer pubkey used to derive the mint PDA

    bump: number

    Bump seed for the mint PDA