tonTestnet property

BipCoinConfig tonTestnet
final

Implementation

static final BipCoinConfig tonTestnet = BipCoinConfig(
  coinNames: CoinsConf.tonTestnet.coinName,
  coinIdx: Slip44.testnet,
  isTestnet: true,
  defPath: derPathHardenedShort,
  keyNetVer: Bip44Conf.bip44BtcKeyNetVerMain,
  wifNetVer: null,
  type: EllipticCurveTypes.ed25519,
  addressEncoder: ([dynamic kwargs]) => TonAddrEncoder(),
  addrParams: {"workchain": CoinsConf.tonTestnet.params.workchain},
);