Blockfrost.Types.Shared.TxHash
Description
Transaction Id
newtype TxHash Source #
Id (hash) of the transaction
Constructors
Fields
Defined in Blockfrost.Types.Shared.TxHash
Methods
(==) :: TxHash -> TxHash -> Bool Source #
(/=) :: TxHash -> TxHash -> Bool Source #
compare :: TxHash -> TxHash -> Ordering Source #
(<) :: TxHash -> TxHash -> Bool Source #
(<=) :: TxHash -> TxHash -> Bool Source #
(>) :: TxHash -> TxHash -> Bool Source #
(>=) :: TxHash -> TxHash -> Bool Source #
max :: TxHash -> TxHash -> TxHash Source #
min :: TxHash -> TxHash -> TxHash Source #
showsPrec :: Int -> TxHash -> ShowS Source #
show :: TxHash -> String Source #
showList :: [ TxHash ] -> ShowS Source #
fromString :: String -> TxHash Source #
Associated Types
type Rep TxHash :: Type -> Type Source #
from :: TxHash -> Rep TxHash x Source #
to :: Rep TxHash x -> TxHash Source #
toJSON :: TxHash -> Value Source #
toEncoding :: TxHash -> Encoding Source #
toJSONList :: [ TxHash ] -> Value Source #
toEncodingList :: [ TxHash ] -> Encoding Source #
parseJSON :: Value -> Parser TxHash Source #
parseJSONList :: Value -> Parser [ TxHash ] Source #
toUrlPiece :: TxHash -> Text Source #
toEncodedUrlPiece :: TxHash -> Builder Source #
toHeader :: TxHash -> ByteString Source #
toQueryParam :: TxHash -> Text Source #
parseUrlPiece :: Text -> Either Text TxHash Source #
parseHeader :: ByteString -> Either Text TxHash Source #
parseQueryParam :: Text -> Either Text TxHash Source #
toSamples :: Proxy TxHash -> [( Text , TxHash )] Source #
Defined in Blockfrost.Lens
txHash :: Lens' NutlinkTicker TxHash Source #
txHash :: Lens' PoolUpdate TxHash Source #
txHash :: Lens' UtxoInput TxHash Source #
txHash :: Lens' TxMetaCBOR TxHash Source #
txHash :: Lens' TxMetaJSON TxHash Source #
txHash :: Lens' AssetTransaction TxHash Source #
txHash :: Lens' AssetHistory TxHash Source #
txHash :: Lens' AddressTransaction TxHash Source #
txHash :: Lens' AddressUtxo TxHash Source #
txHash :: Lens' AccountMir TxHash Source #
txHash :: Lens' AccountWithdrawal TxHash Source #
txHash :: Lens' AccountRegistration TxHash Source #
txHash :: Lens' AccountDelegation TxHash Source #
initialMintTxHash :: Lens' AssetDetails TxHash Source #
hash :: Lens' TransactionUtxos TxHash Source #
toCapture :: Proxy ( Capture "hash" TxHash ) -> DocCapture Source #
Defined in Blockfrost.Types.Cardano.Blocks
toJSON :: ( Address , [ TxHash ]) -> Value Source #
toEncoding :: ( Address , [ TxHash ]) -> Encoding Source #
toJSONList :: [( Address , [ TxHash ])] -> Value Source #
toEncodingList :: [( Address , [ TxHash ])] -> Encoding Source #
parseJSON :: Value -> Parser ( Address , [ TxHash ]) Source #
parseJSONList :: Value -> Parser [( Address , [ TxHash ])] Source #