macro_rules! impl_into_wallet {
($(@[$($generics:tt)*])? $signer:ty) => { ... };
}
Expand description
Utility to implement IntoWallet for signer over the specified network.
macro_rules! impl_into_wallet {
($(@[$($generics:tt)*])? $signer:ty) => { ... };
}
Utility to implement IntoWallet for signer over the specified network.