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.
macro_rules! impl_into_wallet {
($(@[$($generics:tt)*])? $signer:ty) => { ... };
}
network
only.Utility to implment IntoWallet for signer over the specified network.