Enum ethers_signers::HDPath [−][src]
Expand description
Ledger wallet type
Variants
LedgerLive(usize)
Ledger Live-generated HD path
Tuple Fields of LedgerLive
0: usize
Legacy(usize)
Legacy generated HD Path
Tuple Fields of Legacy
0: usize
Other(String)
Any other path
Tuple Fields of Other
0: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DerivationType
impl Send for DerivationType
impl Sync for DerivationType
impl Unpin for DerivationType
impl UnwindSafe for DerivationType
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more