Copyright | © 2022 IOHK |
---|---|
License | Apache-2.0 |
Safe Haskell | None |
Language | Haskell2010 |
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.