stellar property

BipCoinConfig stellar
final

Configuration for Stellar

Implementation

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