Crate cdk_signatory

Crate cdk_signatory 

Source
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§

SignatoryRpcClient
A client for the Signatory service.

Traits§

SignatoryLoader
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.