ethereum property

BipCoinConfig ethereum
final

Configuration for Ethereum

Implementation

static final BipCoinConfig ethereum = BipCoinConfig(
  coinNames: CoinsConf.ethereum.coinName,
  coinIdx: Slip44.ethereum,
  isTestnet: false,
  defPath: derPathNonHardenedFull,
  keyNetVer: bip44BtcKeyNetVerMain,
  wifNetVer: null,
  type: EllipticCurveTypes.secp256k1,
  addressEncoder: ([dynamic kwargs]) => EthAddrEncoder(),
  addrParams: {},
);