algorand property
Configuration for Algorand
Implementation
static final BipCoinConfig algorand = BipCoinConfig(
coinNames: CoinsConf.algorand.coinName,
addressEncoder: ([dynamic kwargs]) => AlgoAddrEncoder(),
coinIdx: Slip44.algorand,
isTestnet: false,
defPath: derPathHardenedFull,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.ed25519,
addrParams: {},
);