Blockchain Commons XID TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Type Alias XIDSigningOptions

    XIDSigningOptions:
        | { type: "none" }
        | { type: "inception" }
        | { type: "privateKeyBase"; privateKeyBase: PrivateKeyBase }
        | { type: "privateKeys"; privateKeys: PrivateKeys }

    Options for signing an envelope.