ordspv
    Preparing search index...

    Interface GalleryOptions

    Options for reading a gallery off a parsed inscription.

    interface GalleryOptions {
        decodedProperties?: Uint8Array<ArrayBufferLike>;
    }
    Index
    decodedProperties?: Uint8Array<ArrayBufferLike>

    Properties bytes already decompressed by the caller. Required to read a gallery whose inscription declares a property_encoding (tag 19), since decompression lives outside this module.