piNetwork property
Configuration for Pi Network
Implementation
static final BipCoinConfig piNetwork = BipCoinConfig(
coinNames: CoinsConf.piNetwork.coinName,
coinIdx: Slip44.piNetwork,
isTestnet: false,
defPath: derPathHardenedShort,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.ed25519,
addressEncoder: ([dynamic kwargs]) => XlmAddrEncoder(),
addrParams: {"addr_type": XlmAddrTypes.pubKey},
);