Export

Trait Export 

Source
pub trait Export<C> {
    // Required method
    fn export(&self) -> Vec<u8> ;
}
Expand description

Export a keypair as a byte vector.

Required Methods§

Source

fn export(&self) -> Vec<u8>

Implementors§