mainnet property
Implementation
static final mainnet = Network(
wifPrefix: 187,
p2pkhPrefix: 63,
p2shPrefix: 125,
privHDPrefix: 0xF588ADE5,
pubHDPrefix: 0xF588B21F,
bech32Hrp: "sum",
messagePrefix: "Sumcoin Signed Message:\n",
minFee: BigInt.from(1000),
minOutput: BigInt.from(10000),
feePerKb: BigInt.from(10000),
);