pub struct DispatchSigner { /* private fields */ }Expand description
Local private-key signer implemented through crypto_dispatch::sign.
This adapter is useful for tests and native development. Production custody should prefer a platform keystore, HSM, QSCD, or remote signing adapter.
Implementations§
Trait Implementations§
Source§impl Debug for DispatchSigner
impl Debug for DispatchSigner
Auto Trait Implementations§
impl Freeze for DispatchSigner
impl RefUnwindSafe for DispatchSigner
impl Send for DispatchSigner
impl Sync for DispatchSigner
impl Unpin for DispatchSigner
impl UnsafeUnpin for DispatchSigner
impl UnwindSafe for DispatchSigner
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more