Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Transaction metadata
Synopsis
- data TxMeta = TxMeta {}
- data TxMetaJSON = TxMetaJSON {}
- data TxMetaCBOR = TxMetaCBOR {}
Documentation
Transaction metadata label in use
TxMeta | |
|
Instances
FromJSON TxMeta Source # | |
ToJSON TxMeta Source # | |
Defined in Blockfrost.Types.Cardano.Metadata | |
Generic TxMeta Source # | |
Show TxMeta Source # | |
Eq TxMeta Source # | |
ToSample TxMeta Source # | |
HasCount TxMeta Quantity Source # | |
HasLabel TxMeta Text 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.7.1.0-CgZgL8i31khKQ2PF7JuKyl" '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 | |
|