Static bdk_chain::bitcoin::consensus::params::MAINNET

pub static MAINNET: Params
Expand description

The mainnet parameters.

Use this for a static reference e.g., &params::MAINNET.

For more on static vs const see The Rust Reference using-statics-or-consts section.