Expand description
In memory signatory
Implements the Signatory trait from cdk-common to manage the key in-process, to be included inside the mint to be executed as a single process.
Even if it is embedded in the same process, the keys are not accessible from the outside of this module, all communication is done through the Signatory trait and the signatory manager.
Modules§
- db_
signatory - Main Signatory implementation
- embedded
- Run a Signatory in a embedded environment, inside a CDK instance, but this wrapper makes sure to run the Signatory in another thread, isolated form the main CDK, communicating through messages
- signatory
- Signatory mod
Structs§
- Signatory
RpcClient - A client for the Signatory service.
Traits§
- Signatory
Loader - Trait for loading a signatory instance from gRPC metadata
Functions§
- start_
grpc_ server - Runs the signatory server
- start_
grpc_ server_ with_ incoming - Starts the gRPC signatory server with an incoming stream of connections.