BlockfrostRequestSubmitTransaction class
Submit an already serialized transaction to the network. https://blockfrost.dev/api/specific-account-address
- Inheritance
-
- Object
- BlockforestRequestParam<
String, String> - BlockforestPostRequestParam<
String, String> - BlockfrostRequestSubmitTransaction
Constructors
-
BlockfrostRequestSubmitTransaction({required List<
int> transactionCborBytes})
Properties
- body → Object
-
The transaction to submit, serialized in CBOR.
no setteroverride
- filter → BlockforestRequestFilter?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
header
→ Map<
String, String> ? -
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> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onResonse(
String result) → String -
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