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

    Interface XIDParseOptions

    What XIDDocument.fromEnvelope takes.

    interface XIDParseOptions {
        password?: string | Uint8Array<ArrayBufferLike>;
        verify?: XIDVerifySignature;
    }

    Hierarchy (View Summary)

    Index
    password?: string | Uint8Array<ArrayBufferLike>

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

    Which signature to demand; "none" unless given.