pub type BoxedAsyncSigner = Box<dyn AsyncSigner + Send + Sync>;Expand description
Type alias for a boxed AsyncSigner with conditional Send + Sync bounds.
On non-WASM targets, the signer is Send + Sync for thread-safe usage.
Aliased Typeยง
pub struct BoxedAsyncSigner(/* private fields */);