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