cardanoByronLedgerTestnet property

BipCoinConfig cardanoByronLedgerTestnet
final

Configuration for Cardano Byron (Ledger)

Implementation

final BipCoinConfig cardanoByronLedgerTestnet = BipCoinConfig(
  coinNames: CoinsConf.cardanoMainNet.coinName,
  coinIdx: Slip44.testnet,
  chainType: ChainType.testnet,
  defPath: derPathNonHardenedFull,
  keyNetVer: Bip32Const.kholawKeyNetVersions,
  wifNetVer: null,
  type: EllipticCurveTypes.ed25519Kholaw,
  addressEncoder:
      (params, config) => AdaByronIcarusAddrEncoder().encodeKey(
        params.pubKey,
        chainCode: params.chainCode,
      ),
);