Type Definition crypto_addr::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