Enum safecoin_remote_wallet::remote_wallet::RemoteWalletType [−][src]
pub enum RemoteWalletType { Ledger(Arc<LedgerWallet>), }
Expand description
Remote wallet convenience enum to hold various wallet types
Variants
Tuple Fields of Ledger
0: Arc<LedgerWallet>