Macro impl_into_wallet

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

Utility to implement IntoWallet for signer over the specified network.