Type Alias PrvkeyBytes

Source
pub type PrvkeyBytes = [u8; 32];

Trait Implementations§

Source§

impl WIF for PrvkeyBytes

The input bytes are interpreted as the raw private key in big-endian format.

Source§

fn wif(&self, opts: WIFFormat) -> Result<String, Error>

Encode private key bytes as a WIF using blockchain parameters given by opts