Struct ethcore::account_provider::IndexDerivation[][src]

pub struct IndexDerivation {
    pub soft: bool,
    pub index: u32,
}

Node in hierarchical derivation.

Fields

Node is soft (allows proof of parent from parent node).

Index sequence of the node.

Auto Trait Implementations

impl Send for IndexDerivation

impl Sync for IndexDerivation