pub struct EthereumWallet { /* private fields */ }Implementations§
Source§impl EthereumWallet
impl EthereumWallet
pub fn private_key(&self) -> String
pub fn public_key(&self) -> String
pub fn address(&self) -> Result<String>
Trait Implementations§
Source§impl Wallet for EthereumWallet
impl Wallet for EthereumWallet
fn from_hd_key(private_key: HDPrivKey) -> Result<Self>
Auto Trait Implementations§
impl Freeze for EthereumWallet
impl RefUnwindSafe for EthereumWallet
impl Send for EthereumWallet
impl Sync for EthereumWallet
impl Unpin for EthereumWallet
impl UnwindSafe for EthereumWallet
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more