cardanoLedgerMainNet property

BipCoinConfig cardanoLedgerMainNet
final

Implementation

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