View Source Bitcoinex.Network (bitcoinex v0.1.8)

Includes network-specific paramater options.

Supported networks include mainnet, testnet3, and regtest.

Link to this section Summary

Link to this section Types

@type network_name() :: :mainnet | :testnet | :regtest
@type t() :: %Bitcoinex.Network{
  hrp_segwit_prefix: String.t(),
  name: atom(),
  p2pkh_version_decimal_prefix: integer(),
  p2sh_version_decimal_prefix: integer()
}

Link to this section Functions