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.