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

    Type Alias XIDInceptionKeyOptions

    XIDInceptionKeyOptions:
        | { type: "default" }
        | { type: "publicKeys"; publicKeys: PublicKeys }
        | { type: "privateKeyBase"; privateKeyBase: PrivateKeyBase }
        | { type: "privateKeys"; privateKeys: PrivateKeys; publicKeys: PublicKeys }

    Options for creating the inception key.