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
Specs
delegation_certificates(Blockfrost.t(), hash :: String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.TransactionDelegationCertificatesResponse.t()} | Blockfrost.HTTP.error_response()
Obtain information about delegation certificates of a specific transaction.
Specs
metadata(Blockfrost.t(), hash :: String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.TransactionMetadataResponse.t()} | Blockfrost.HTTP.error_response()
Obtain the transaction metadata.
Specs
metadata_cbor(Blockfrost.t(), hash :: String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.TransactionMetadataCBORResponse.t()} | Blockfrost.HTTP.error_response()
Obtain the transaction metadata in CBOR
Specs
mirs(Blockfrost.t(), hash :: String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.TransactionMIRsResponse.t()} | Blockfrost.HTTP.error_response()
Obtain information about Move Instantaneous Rewards (MIRs) of a specific transaction.
Specs
redeemers(Blockfrost.t(), hash :: String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.TransactionRedeemersResponse.t()} | Blockfrost.HTTP.error_response()
Obtain the transaction redeemers.
Specs
specific_transaction(Blockfrost.t(), hash :: String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.SpecificTransactionResponse.t()} | Blockfrost.HTTP.error_response()
Return content of the requested transaction.
Specs
stake_address_certificates(Blockfrost.t(), hash :: String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.TransactionStakeAddressCertificatesResponse.t()} | Blockfrost.HTTP.error_response()
Obtain information about (de)registration of stake addresses within a transaction.
stake_pool_registration_and_update_certificates(name, hash, opts \\ [])
View SourceSpecs
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.
Specs
stake_pool_retirement_certificates( Blockfrost.t(), hash :: String.t(), Keyword.t() ) :: {:ok, Blockfrost.Response.TransactionStakePoolRetirementCertificatesResponse.t()} | Blockfrost.HTTP.error_response()
Obtain information about stake pool retirements within a specific transaction.
Specs
submit(Blockfrost.t(), hash :: String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.SubmitTransactionResponse.t()} | Blockfrost.HTTP.error_response()
Submit an already serialized transaction to the network.
Specs
utxos(Blockfrost.t(), hash :: String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.TransactionUTXOsResponse.t()} | Blockfrost.HTTP.error_response()
Return the inputs and UTXOs of the specific transaction.
Specs
withdrawals(Blockfrost.t(), hash :: String.t(), Keyword.t()) :: {:ok, Blockfrost.Response.TransactionWithdrawalsResponse.t()} | Blockfrost.HTTP.error_response()
Obtain information about withdrawals of a specific transaction.