ordspv
    Preparing search index...

    Interface ParsedOrdUri

    interface ParsedOrdUri {
        canonical: string;
        id: InscriptionId;
        idString: string;
        integrity?: { algorithm: "sha256"; digestHex: string };
        path: OrdPath;
    }
    Index
    canonical: string

    canonical serialization of this URI

    idString: string

    the inscription id as a normalized lowercase string

    integrity?: { algorithm: "sha256"; digestHex: string }
    path: OrdPath