Macro impl_into_wallet

Source
macro_rules! impl_into_wallet {
    ($(@[$($generics:tt)*])? $signer:ty) => { ... };
}
Available on crate feature network only.
Expand description

Utility to implment IntoWallet for signer over the specified network.