maestro-sdk-1.7.3: Maestro Blockchain Indexer SDK
Safe HaskellNone
LanguageHaskell2010

Maestro.Client.V1.Transactions

Description

Module to query for "transactions" category of endpoints defined at docs.gomaestro.org.

Synopsis

Documentation

outputsByReferences #

Arguments

MaestroEnv 'V1

The Maestro Environment.

Maybe Bool

Try find and include the corresponding datums for datum hashes.

Maybe Bool

Include the CBOR encodings of the transaction outputs in the response.

Cursor

The pagination attributes.

→ [OutputReference]

Output references.

IO PaginatedUtxo 

Returns outputs for given output references.

txInfo #

Arguments

MaestroEnv 'V1

The Maestro Environment.

TxHash

Transaction hash.

IO TimestampedTxDetails 

Returns the complete transaction information given a transaction hash.