cardano-wallet-core-2022.7.1: The Wallet Backend for a Cardano node.
Copyright © 2022 IOHK
License Apache-2.0
Safe Haskell None
Language Haskell2010

Cardano.Wallet.Primitive.Types.Address.Constants

Description

Provides various Address constants used by the wallet or its tests.

Synopsis

Documentation

maxLengthAddress :: Address Source #

A dummy Address of the greatest length that the wallet can generate.

Please note that this address should:

  • never be used for anything besides its length and validity properties.
  • never be used as a payment target within a real transaction.

minLengthAddress :: Address Source #

A dummy Address of the shortest length that the wallet can generate.

Please note that this address should:

  • never be used for anything besides its length and validity properties.
  • never be used as a payment target within a real transaction.