harmonyOneAtom property
Configuration for Harmony One (Atom address)
Implementation
final BipCoinConfig harmonyOneAtom = BipCoinConfig(
coinNames: CoinsConf.harmonyOne.coinName,
coinIdx: Slip44.harmonyOne,
chainType: ChainType.mainnet,
defPath: derPathNonHardenedFull,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.secp256k1,
addressEncoder:
(params, config) => OneAddrEncoder().encodeKey(params.pubKey),
);