testnet property

Network testnet
final

Implementation

static final testnet = Network(
  wifPrefix: 254,
  p2pkhPrefix: 126,
  p2shPrefix: 140,
  privHDPrefix: 0x04358394,
  pubHDPrefix: 0x043587CF,
  bech32Hrp: "tdgb",
  messagePrefix: "DigiByte Signed Message:\n",
  minFee: BigInt.from(1000),
  minOutput: BigInt.from(10000),
  feePerKb: BigInt.from(10000),
);