Type Alias LocalBoxSigner

Source
pub type LocalBoxSigner = Box<dyn Signer>;
Expand description

Boxed Signer.

Aliased Typeยง

struct LocalBoxSigner(/* private fields */);