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