mainnet property

Network mainnet
final

Implementation

static final mainnet = Network(
  wifPrefix: 128,
  p2pkhPrefix: 30,
  p2shPrefix: 63,
  privHDPrefix: 0x0488ADE4,
  pubHDPrefix: 0x0488B21E,
  bech32Hrp: "dgb",
  messagePrefix: "DigiByte Signed Message:\n",
  minFee: BigInt.from(1000),
  minOutput: BigInt.from(10000),
  feePerKb: BigInt.from(10000),
);