eos property
Configuration for Eos
Implementation
final BipCoinConfig eos = BipCoinConfig(
coinNames: CoinsConf.eos.coinName,
coinIdx: Slip44.eos,
chainType: ChainType.mainnet,
defPath: derPathNonHardenedFull,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.secp256k1,
addressEncoder:
(params, config) => EosAddrEncoder().encodeKey(params.pubKey),
);