piNetwork property
Configuration for Pi Network
Implementation
final BipCoinConfig piNetwork = BipCoinConfig(
coinNames: CoinsConf.piNetwork.coinName,
coinIdx: Slip44.piNetwork,
chainType: ChainType.mainnet,
defPath: derPathHardenedShort,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.ed25519,
addressEncoder:
(params, config) => XlmAddrEncoder().encodeKey(
params.pubKey,
addrType: XlmAddrTypes.pubKey,
),
);