okexChainEth property

BipCoinConfig okexChainEth
final

Configuration for OKEx Chain (Ethereum address)

Implementation

final BipCoinConfig okexChainEth = BipCoinConfig(
  coinNames: CoinsConf.okexChain.coinName,
  coinIdx: Slip44.ethereum,
  chainType: ChainType.mainnet,
  defPath: derPathNonHardenedFull,
  keyNetVer: bip44BtcKeyNetVerMain,
  wifNetVer: null,
  type: EllipticCurveTypes.secp256k1,
  addressEncoder:
      (params, config) => EthAddrEncoder().encodeKey(params.pubKey),
);