@cfxlabsinc/b2b-services
    Preparing search index...

    The IDL currently published through Program Metadata.

    type ProgramIdlOnChain = {
        authority: string | null;
        canonical: boolean;
        compression: string;
        content: ProgramIdlContent | null;
        dataSource: string;
        encoding: string;
        format: string;
        lamports: number;
        metadataAddress: Address;
        mutable: boolean;
    }
    Index
    authority: string | null

    Null when the metadata has been made immutable.

    canonical: boolean

    Canonical metadata is derived from the program and signed by its upgrade authority.

    compression: string
    content: ProgramIdlContent | null

    Null when the content is unreadable — an off-chain data source that 404s, or malformed JSON.

    dataSource: string
    encoding: string
    format: string
    lamports: number
    metadataAddress: Address
    mutable: boolean