@blockchaincommons/known-values - v1.0.0-beta.4
    Preparing search index...

    Interface RegistryEntry

    One entry of a registry file.

    interface RegistryEntry {
        codepoint: bigint;
        name: string;
        type?: string;
        uri?: string;
        description?: string;
    }
    Index
    codepoint: bigint

    The codepoint, an unsigned 64-bit integer.

    name: string

    The name.

    type?: string

    The entry type, when given and not null.

    uri?: string

    The URI, when given and not null.

    description?: string

    The description, when given and not null.