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

    Type Alias XIDSigningOptions

    XIDSigningOptions:
        | { type: "none" }
        | { type: "inception" }
        | { type: "privateKeys"; privateKeys: PrivateKeys }
        | { type: "signingPrivateKey"; signingPrivateKey: SigningPrivateKey }

    Options for signing an envelope.