avaxXChain property
Configuration for Avax X-Chain
Implementation
final BipCoinConfig avaxXChain = BipCoinConfig(
coinNames: CoinsConf.avaxXChain.coinName,
coinIdx: Slip44.avalanche,
chainType: ChainType.mainnet,
defPath: derPathNonHardenedFull,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.secp256k1,
addressEncoder:
(params, config) => AvaxXChainAddrEncoder().encodeKey(params.pubKey),
);