An optional request to upload a device key.
This will either be undefined
, or an "outgoing request" as returned by
OlmMachine.outgoingRequests.
If it is defined, the request should be sent first, and the result sent back with OlmMachine.markRequestAsSent.
Request to upload key signatures, including those for the cross-signing keys, and maybe some for the optional uploaded key too.
Should be sent last.
Request to upload the cross-signing keys.
Should be sent second.
Generated using TypeDoc
A set of requests to be executed when bootstrapping cross-signing using OlmMachine.bootstrapCrossSigning.