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 #
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' 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 #