tonTestnet property

BipCoinConfig tonTestnet
final

Implementation

final BipCoinConfig tonTestnet = BipCoinConfig(
  coinNames: CoinsConf.tonTestnet.coinName,
  coinIdx: Slip44.testnet,
  chainType: ChainType.testnet,
  defPath: derPathHardenedShort,
  keyNetVer: Bip44Conf.bip44BtcKeyNetVerMain,
  wifNetVer: null,
  type: EllipticCurveTypes.ed25519,
  addressEncoder:
      (params, config) =>
          throw AddressConverterException(
            "Address derivation is not supported using coinConfig. Please use TonAddrEncoder class instead.",
          ),
);