Module signer

Source
Expand description

An interface for cryptographic signers that can be used by the Linera client to sign blocks.

Structs§

InMemorySigner
In-memory signer.

Traits§

Error
Errors that can be returned from signers.
Signer
A trait for signing keys.