Struct solana_remote_wallet::remote_wallet::Device [−][src]
pub struct Device { pub wallet_type: RemoteWalletType, // some fields omitted }
Expand description
RemoteWallet
device
Fields
wallet_type: RemoteWalletType
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Device
impl UnwindSafe for Device