Struct safecoin_remote_wallet::remote_wallet::RemoteWalletInfo [−][src]
pub struct RemoteWalletInfo { pub model: String, pub manufacturer: Manufacturer, pub serial: String, pub host_device_path: String, pub pubkey: Pubkey, pub error: Option<RemoteWalletError>, }
Expand description
Remote wallet information.
Fields
model: String
RemoteWallet device model
manufacturer: Manufacturer
RemoteWallet device manufacturer
serial: String
RemoteWallet device serial number
host_device_path: String
RemoteWallet host device path
pubkey: Pubkey
Base pubkey of device at Safecoin derivation path
error: Option<RemoteWalletError>
Initial read error
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RemoteWalletInfo
impl Send for RemoteWalletInfo
impl Sync for RemoteWalletInfo
impl Unpin for RemoteWalletInfo
impl UnwindSafe for RemoteWalletInfo
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self