View Source Xogmios.TxSubmission.HTTP (xogmios v0.8.0)

Stateless HTTP client for Tx Submission protocol.

This module provides a simpler alternative to the WebSocket-based API for one-off transaction submissions without maintaining persistent connections.

Summary

Functions

Evaluates the execution units of scripts present in a given transaction.

Submits a transaction via HTTP and returns a response including the transaction id.

Functions

Link to this function

evaluate_tx(base_url, cbor)

View Source

Evaluates the execution units of scripts present in a given transaction.

This function is stateless and doesn't require a running process.

Link to this function

submit_tx(base_url, cbor)

View Source

Submits a transaction via HTTP and returns a response including the transaction id.

This function is stateless and doesn't require a running process.