cardanoLedgerTestNet property

BipCoinConfig cardanoLedgerTestNet
final

Implementation

final BipCoinConfig cardanoLedgerTestNet = BipCoinConfig(
  coinNames: CoinsConf.cardanoTestNet.coinName,
  coinIdx: Slip44.testnet,
  chainType: ChainType.testnet,
  defPath: derPathNonHardenedFull,
  keyNetVer: Bip32Const.testNetKeyNetVersions,
  wifNetVer: null,
  type: EllipticCurveTypes.ed25519Kholaw,
  addressEncoder:
      (params, config) =>
          throw AddressConverterException(
            "Address derivation is not supported using coinConfig. Please use the CardanoShelley class instead.",
          ),
);