Enum ethers_signers::HDPath
source · Expand description
Ledger wallet type
Variants§
LedgerLive(usize)
Ledger Live-generated HD path
Legacy(usize)
Legacy generated HD Path
Other(String)
Any other path
Trait Implementations§
source§impl Clone for DerivationType
impl Clone for DerivationType
source§fn clone(&self) -> DerivationType
fn clone(&self) -> DerivationType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more