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

    Interface PasswordOptions

    A password for a locked key or generator, as text or bytes.

    interface PasswordOptions {
        password?: string | Uint8Array<ArrayBufferLike>;
    }

    Hierarchy (View Summary)

    Index
    password?: string | Uint8Array<ArrayBufferLike>

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