aptosSingleKeyEd25519 property

BipCoinConfig aptosSingleKeyEd25519
final

Configuration for Aptos (Ed25519) SingleKey Address

Implementation

final BipCoinConfig aptosSingleKeyEd25519 = BipCoinConfig(
  coinNames: CoinsConf.aptos.coinName,
  coinIdx: Slip44.aptos,
  chainType: ChainType.mainnet,
  defPath: derPathHardenedFull,
  keyNetVer: bip44BtcKeyNetVerMain,
  wifNetVer: null,
  type: EllipticCurveTypes.ed25519,
  addressEncoder:
      (params, config) =>
          AptosSingleKeyEd25519AddrEncoder().encodeKey(params.pubKey),
);