Struct safecoin_remote_wallet::ledger::LedgerWallet
source · pub struct LedgerWallet {
pub device: HidDevice,
pub pretty_path: String,
pub version: FirmwareVersion,
}
Expand description
Ledger Wallet device
Fields§
§device: HidDevice
§pretty_path: String
§version: FirmwareVersion
Implementations§
source§impl LedgerWallet
impl LedgerWallet
pub fn new(device: HidDevice) -> Self
pub fn get_settings(&self) -> Result<LedgerSettings, RemoteWalletError>
Trait Implementations§
source§impl Debug for LedgerWallet
impl Debug for LedgerWallet
source§impl RemoteWallet<DeviceInfo> for LedgerWallet
impl RemoteWallet<DeviceInfo> for LedgerWallet
fn name(&self) -> &str
source§fn read_device(
&mut self,
dev_info: &DeviceInfo
) -> Result<RemoteWalletInfo, RemoteWalletError>
fn read_device( &mut self, dev_info: &DeviceInfo ) -> Result<RemoteWalletInfo, RemoteWalletError>
Parse device info and get device base pubkey
source§fn get_pubkey(
&self,
derivation_path: &DerivationPath,
confirm_key: bool
) -> Result<Pubkey, RemoteWalletError>
fn get_pubkey( &self, derivation_path: &DerivationPath, confirm_key: bool ) -> Result<Pubkey, RemoteWalletError>
Get safecoin pubkey from a RemoteWallet
source§fn sign_message(
&self,
derivation_path: &DerivationPath,
data: &[u8]
) -> Result<Signature, RemoteWalletError>
fn sign_message( &self, derivation_path: &DerivationPath, data: &[u8] ) -> Result<Signature, RemoteWalletError>
Sign transaction data with wallet managing pubkey at derivation path m/44’/19165’/‘/’.