macro_rules! create_hw_wallets {
($self:ident, $create_signer:expr, $signers:ident) => { ... };
}
Expand description
A macro that initializes multiple wallets
Should be used with a MultiWallet
instance
macro_rules! create_hw_wallets {
($self:ident, $create_signer:expr, $signers:ident) => { ... };
}
A macro that initializes multiple wallets
Should be used with a MultiWallet
instance