algorand property
Configuration for Algorand
Implementation
final BipCoinConfig algorand = BipCoinConfig(
coinNames: CoinsConf.algorand.coinName,
addressEncoder:
(params, config) => AlgoAddrEncoder().encodeKey(params.pubKey),
coinIdx: Slip44.algorand,
chainType: ChainType.mainnet,
defPath: derPathHardenedFull,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.ed25519,
);