ordspv
    Preparing search index...

    Interface VerifiedInscription

    interface VerifiedInscription {
        allInscriptions: Inscription[];
        header: BlockHeader;
        height: number;
        inscription: Inscription;
        inscriptionId: string;
        l2?: L2Assurances;
        level: "L2" | "L3";
        revealTx: ParsedTx;
    }
    Index
    allInscriptions: Inscription[]

    every inscription parsed from the reveal tx

    header: BlockHeader
    height: number
    inscription: Inscription
    inscriptionId: string
    level: "L2" | "L3"
    revealTx: ParsedTx