Copyright | (c) 2024 GYELD GMBH |
---|---|
License | Apache 2.0 |
Maintainer | [email protected] |
Stability | develop |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Internal module defining the GYTxMetadataValue
type and exposing all it's constructors.
Synopsis
Documentation
data GYTxMetadataValue #
A value in the transaction metadata.
GYTxMetaMap [(GYTxMetadataValue, GYTxMetadataValue)] | |
GYTxMetaList [GYTxMetadataValue] | |
GYTxMetaNumber Integer | |
GYTxMetaBytes ByteString | |
GYTxMetaText Text |