Enum ethers_signers::TrezorHDPath
source · Expand description
Trezor wallet type
Variants§
TrezorLive(usize)
Trezor Live-generated HD path
Other(String)
Any other path. Attention! Trezor by default forbids custom derivation paths Run trezorctl set safety-checks prompt, to allow it
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