[][src]Trait godcoin::crypto::key::Wif

pub trait Wif<T, U> {
    fn from_wif(s: &str) -> Result<T, WifError>;
fn to_wif(&self) -> U; }

Required methods

fn from_wif(s: &str) -> Result<T, WifError>

fn to_wif(&self) -> U

Loading content...

Implementors

Loading content...