@blockchaincommons/xid - v1.0.0-beta.3
    Preparing search index...

    Interface NextProvenanceMarkOptions

    What nextProvenanceMarkWithEmbeddedGenerator takes.

    interface NextProvenanceMarkOptions {
        password?: string | Uint8Array<ArrayBufferLike>;
        date?: DateInput;
        info?: Cbor;
    }

    Hierarchy (View Summary)

    Index
    password?: string | Uint8Array<ArrayBufferLike>

    The password; absent means "leave locked material locked".

    date?: DateInput

    The new mark's date, a Date or a CborDate; now unless given.

    info?: Cbor

    The new mark's info.