ordspv
    Preparing search index...

    Interface Inscription

    interface Inscription {
        body?: Uint8Array<ArrayBufferLike>;
        contentEncoding?: string;
        contentType?: string;
        contentTypeBytes?: Uint8Array<ArrayBufferLike>;
        delegate?: string;
        flags: {
            duplicateField: boolean;
            incompleteField: boolean;
            pushnum: boolean;
            stutter: boolean;
            unrecognizedEvenField: boolean;
        };
        index: number;
        input: number;
        metadata?: Uint8Array<ArrayBufferLike>;
        metaprotocol?: string;
        parents: string[];
        pointer?: bigint;
        properties?: Uint8Array<ArrayBufferLike>;
        propertyEncoding?: string;
        rune?: Uint8Array<ArrayBufferLike>;
        unboundByEvenField: boolean;
    }
    Index
    body?: Uint8Array<ArrayBufferLike>

    concatenated body bytes; undefined when no body separator was present

    contentEncoding?: string
    contentType?: string
    contentTypeBytes?: Uint8Array<ArrayBufferLike>
    delegate?: string
    flags: {
        duplicateField: boolean;
        incompleteField: boolean;
        pushnum: boolean;
        stutter: boolean;
        unrecognizedEvenField: boolean;
    }
    index: number

    global envelope index in the reveal tx

    input: number
    metadata?: Uint8Array<ArrayBufferLike>

    raw CBOR bytes (chunks concatenated, undecoded)

    metaprotocol?: string
    parents: string[]
    pointer?: bigint
    properties?: Uint8Array<ArrayBufferLike>

    raw properties bytes (tag 17, chunks concatenated)

    propertyEncoding?: string
    rune?: Uint8Array<ArrayBufferLike>
    unboundByEvenField: boolean

    ord unbound condition from envelope data alone (unrecognized even field)