Blockfrost.Cardano.Transactions (Blockfrost v0.2.0) View Source

Functions for to the /transactions namespace in the Blockfrost API

Link to this section Summary

Functions

Obtain information about delegation certificates of a specific transaction.

Obtain the transaction metadata.

Obtain the transaction metadata in CBOR

Obtain information about Move Instantaneous Rewards (MIRs) of a specific transaction.

Obtain the transaction redeemers.

Return content of the requested transaction.

Obtain information about (de)registration of stake addresses within a transaction.

Obtain information about stake pool registration and update certificates of a specific transaction.

Obtain information about stake pool retirements within a specific transaction.

Submit an already serialized transaction to the network.

Return the inputs and UTXOs of the specific transaction.

Obtain information about withdrawals of a specific transaction.

Link to this section Functions

Link to this function

delegation_certificates(name, hash, opts \\ [])

View Source

Specs

Obtain information about delegation certificates of a specific transaction.

API Docs

Link to this function

metadata(name, hash, opts \\ [])

View Source

Specs

Obtain the transaction metadata.

API Docs

Link to this function

metadata_cbor(name, hash, opts \\ [])

View Source

Specs

Obtain the transaction metadata in CBOR

API Docs

Link to this function

mirs(name, hash, opts \\ [])

View Source

Specs

Obtain information about Move Instantaneous Rewards (MIRs) of a specific transaction.

API Docs

Link to this function

redeemers(name, hash, opts \\ [])

View Source

Specs

Obtain the transaction redeemers.

API Docs

Link to this function

specific_transaction(name, hash, opts \\ [])

View Source

Specs

Return content of the requested transaction.

API Docs

Link to this function

stake_address_certificates(name, hash, opts \\ [])

View Source

Specs

Obtain information about (de)registration of stake addresses within a transaction.

API Docs

Link to this function

stake_pool_registration_and_update_certificates(name, hash, opts \\ [])

View Source

Specs

stake_pool_registration_and_update_certificates(
  Blockfrost.t(),
  hash :: String.t(),
  Keyword.t()
) ::
  {:ok, Blockfrost.Response.TransactionMIRsResponse.t()}
  | Blockfrost.HTTP.error_response()

Obtain information about stake pool registration and update certificates of a specific transaction.

API Docs

Link to this function

stake_pool_retirement_certificates(name, hash, opts \\ [])

View Source

Specs

Obtain information about stake pool retirements within a specific transaction.

API Docs

Link to this function

submit(name, cbor, opts \\ [])

View Source

Specs

Submit an already serialized transaction to the network.

API Docs

Link to this function

utxos(name, hash, opts \\ [])

View Source

Specs

Return the inputs and UTXOs of the specific transaction.

API Docs

Link to this function

withdrawals(name, hash, opts \\ [])

View Source

Specs

Obtain information about withdrawals of a specific transaction.

API Docs