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 #
(/=) :: TxHash -> TxHash -> Bool #
compare :: TxHash -> TxHash -> Ordering #
(<) :: TxHash -> TxHash -> Bool #
(<=) :: TxHash -> TxHash -> Bool #
(>) :: TxHash -> TxHash -> Bool #
(>=) :: TxHash -> TxHash -> Bool #
max :: TxHash -> TxHash -> TxHash #
min :: TxHash -> TxHash -> TxHash #
showsPrec :: Int -> TxHash -> ShowS #
show :: TxHash -> String #
showList :: [TxHash] -> ShowS #
fromString :: String -> TxHash #
Associated Types
type Rep TxHash :: Type -> Type #
from :: TxHash -> Rep TxHash x #
to :: Rep TxHash x -> TxHash #
toJSON :: TxHash -> Value #
toEncoding :: TxHash -> Encoding #
toJSONList :: [TxHash] -> Value #
toEncodingList :: [TxHash] -> Encoding #
parseJSON :: Value -> Parser TxHash #
parseJSONList :: Value -> Parser [TxHash] #
toUrlPiece :: TxHash -> Text #
toEncodedUrlPiece :: TxHash -> Builder #
toHeader :: TxHash -> ByteString #
toQueryParam :: TxHash -> Text #
parseUrlPiece :: Text -> Either Text TxHash #
parseHeader :: ByteString -> Either Text TxHash #
parseQueryParam :: Text -> Either Text TxHash #
toSamples :: Proxy TxHash -> [(Text, TxHash)] #
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 #
Defined in Blockfrost.Types.Cardano.Blocks
toJSON :: (Address, [TxHash]) -> Value #
toEncoding :: (Address, [TxHash]) -> Encoding #
toJSONList :: [(Address, [TxHash])] -> Value #
toEncodingList :: [(Address, [TxHash])] -> Encoding #
parseJSON :: Value -> Parser (Address, [TxHash]) #
parseJSONList :: Value -> Parser [(Address, [TxHash])] #