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