ordspv
    Preparing search index...

    Interface ResolveResult

    interface ResolveResult {
        body: Uint8Array;
        contentEncoding?: string;
        contentType?: string;
        decoded: boolean;
        inscription?: Inscription;
        metadataJson?: unknown;
        storedContentEncoding?: string;
        uri: ParsedOrdUri;
        verification: Verification;
        viaDelegate?: string;
    }
    Index
    body: Uint8Array

    body bytes after content-encoding handling (see decoded)

    contentEncoding?: string

    on-chain content-encoding, if the body is still encoded

    contentType?: string
    decoded: boolean

    true when the resolver decoded the on-chain content-encoding

    inscription?: Inscription

    envelope-level data of the ADDRESSED inscription (not the delegate)

    metadataJson?: unknown

    decoded CBOR metadata (metadata path only)

    storedContentEncoding?: string

    tag-9 content-encoding declared by the SERVED source's envelope, from the envelope parse (attestation-grade; transport headers are ambiguous through CDNs). Unlike contentEncoding it survives decoding; only set on verified paths, where the envelope was actually parsed.

    verification: Verification
    viaDelegate?: string

    set when content was served from a delegate