Struct ethkey::Prefix[][src]

pub struct Prefix { /* fields omitted */ }

Tries to find keypair with address starting with given prefix.

Methods

impl Prefix
[src]

Trait Implementations

impl Generator for Prefix
[src]

Should be called to generate new keypair.

Auto Trait Implementations

impl Send for Prefix

impl Sync for Prefix