tronTestnet property

BipCoinConfig tronTestnet
final

Configuration for Tron testnet

Implementation

final BipCoinConfig tronTestnet = BipCoinConfig(
  coinNames: CoinsConf.tron.coinName,
  coinIdx: Slip44.testnet,
  chainType: ChainType.testnet,
  defPath: derPathNonHardenedFull,
  keyNetVer: bip44BtcKeyNetVerMain,
  wifNetVer: null,
  type: EllipticCurveTypes.secp256k1,
  addressEncoder:
      (params, config) => TrxAddrEncoder().encodeKey(params.pubKey),
);