Safe Haskell | None |
---|---|
Language | Haskell2010 |
Module to query for "transactions" category of endpoints defined at docs.gomaestro.org.
Synopsis
- outputsByReferences ∷ MaestroEnv 'V1 → Maybe Bool → Maybe Bool → Cursor → [OutputReference] → IO PaginatedUtxo
- txInfo ∷ MaestroEnv 'V1 → TxHash → IO TimestampedTxDetails
Documentation
∷ 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.
∷ MaestroEnv 'V1 | The Maestro Environment. |
→ TxHash | Transaction hash. |
→ IO TimestampedTxDetails |
Returns the complete transaction information given a transaction hash.