BlockfrostRequestSubmitATransactionForExecutionUnitsEvaluationAdditionalUTXOset class

Submit a JSON payload with transaction CBOR and additional UTXO set to evaluate how much execution units it requires. https://blockfrost.dev/api/submit-a-transaction-for-execution-units-evaluation-additional-utxo-set

Inheritance

Constructors

BlockfrostRequestSubmitATransactionForExecutionUnitsEvaluationAdditionalUTXOset({required List<Map<String, dynamic>> additionalUtxoSet, required List<int> transactionCborBytes})

Properties

additionalUtxoSet List<Map<String, dynamic>>
Additional UTXO as an array of tuples TxIn, TxOut. See https://ogmios.dev/mini-protocols/local-tx-submission/#additional-utxo-set.
final
body String
no setteroverride
filter BlockforestRequestFilter?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
no setteroverride
method String
Submit a transaction
no setteroverride
pathParameters List<String>
list of path parameters variable
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionCborBytes List<int>
The transaction to submit, serialized in CBOR.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResonse(dynamic result) → dynamic
Converts the response result to the specified type RESULT.
inherited
toRequest(int v) BlockforestRequestDetails
Converts the request parameters to BlockforestRequestDetails with a unique identifier.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited