Documentation
    Preparing search index...

    Interface that describes what a stored blob must provide

    interface IStoredBlob {
        authoredAt: number;
        blob: Blob;
        hash: Hash;
    }
    Index

    Properties

    Properties

    authoredAt: number

    Author-assigned timestamp, monotonic per author

    blob: Blob

    The data blob

    hash: Hash

    The hash over the blob bytes