Safe Haskell | None |
---|---|
Language | Haskell2010 |
Transaction metadata
Synopsis
-
data
TxMeta
=
TxMeta
{
- _txMetaLabel :: Text
- _txMetaCip10 :: Maybe Text
- _txMetaCount :: Quantity
- data TxMetaJSON = TxMetaJSON { }
- data TxMetaCBOR = TxMetaCBOR { }
Documentation
Transaction metadata label in use
TxMeta | |
|
Instances
Eq TxMeta Source # | |
Show TxMeta Source # | |
Generic TxMeta Source # | |
ToJSON TxMeta Source # | |
FromJSON TxMeta Source # | |
ToSample TxMeta Source # | |
HasLabel TxMeta Text Source # | |
HasCount TxMeta Quantity Source # | |
HasCip10 TxMeta ( Maybe Text ) Source # | |
type Rep TxMeta Source # | |
Defined in Blockfrost.Types.Cardano.Metadata
type
Rep
TxMeta
=
D1
('
MetaData
"TxMeta" "Blockfrost.Types.Cardano.Metadata" "blockfrost-api-0.4.0.1-A9W5au7R2kOUA8M8hTMe9" '
False
) (
C1
('
MetaCons
"TxMeta" '
PrefixI
'
True
) (
S1
('
MetaSel
('
Just
"_txMetaLabel") '
NoSourceUnpackedness
'
NoSourceStrictness
'
DecidedLazy
) (
Rec0
Text
)
:*:
(
S1
('
MetaSel
('
Just
"_txMetaCip10") '
NoSourceUnpackedness
'
NoSourceStrictness
'
DecidedLazy
) (
Rec0
(
Maybe
Text
))
:*:
S1
('
MetaSel
('
Just
"_txMetaCount") '
NoSourceUnpackedness
'
NoSourceStrictness
'
DecidedLazy
) (
Rec0
Quantity
))))
|
data TxMetaJSON Source #
Transaction metadata content in JSON
TxMetaJSON | |
|
Instances
data TxMetaCBOR Source #
Transaction metadata content in CBOR
TxMetaCBOR | |
|