Trait handshakes::enc::encoder::NetworkParams[][src]

pub trait NetworkParams {
    const HRP: &'static str;
}
Expand description

NetworkParams holds the encoding paramteres for a bitcoin-like network. Currently this is composed of the bech32 human-readable prefix for witness addresses.

Associated Constants

The BECH32 HRP. “hs” for mainnet.

Implementors