Copyright | (c) 2023 GYELD GMBH |
---|---|
License | Apache 2.0 |
Maintainer | [email protected] |
Stability | develop |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Documentation
The CurrencySymbol
of the Ada
currency.
toLovelace ∷ Ada → Integer #
Convert Ada amount to its corresponding Lovelace unit.
lovelaceOf ∷ Integer → Ada #
Create a Ada
from given amount in lovelace.
lovelaceValueOf ∷ Integer → Value #
Obtain the lovelace amount contained within a Value
.