ordspv
    Preparing search index...

    Interface RawEnvelope

    interface RawEnvelope {
        index: number;
        input: number;
        offsetInInput: number;
        payload: Uint8Array<ArrayBufferLike>[];
        pushnum: boolean;
        stutter: boolean;
    }
    Index
    index: number

    global envelope index across the tx (the iN of the inscription ID)

    input: number

    input index this envelope came from

    offsetInInput: number

    envelope's ordinal within its input's tapscript

    payload: Uint8Array<ArrayBufferLike>[]

    payload pushes in order (pushnums decoded to their byte forms)

    pushnum: boolean

    true if any payload item came from a pushnum opcode

    stutter: boolean

    true if a failed envelope attempt immediately preceded this one at an empty push