AptosRequestGetTransactionByVersion class
Retrieves a transaction by a given version. If the version has beenpruned, a 410 will be returned. aptos documation
- Inheritance
-
- Object
- BaseServiceRequest<
AptosApiTransaction, Map< String, dynamic> , AptosRequestDetails> - AptosRequest<
AptosApiTransaction, Map< String, dynamic> > - AptosRequestGetTransactionByVersion
Constructors
- AptosRequestGetTransactionByVersion.new(BigInt txnVersion)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- method → String
-
no setteroverride
-
pathParameters
→ List<
String> -
no setteroverride
-
queryParameters
→ Map<
String, String?> -
no setterinherited
- requestType → RequestServiceType
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- txnVersion → BigInt
-
Version of transaction to retrieve
final
Methods
-
buildRequest(
int requestID) → AptosRequestDetails -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onResonse(
Map< String, dynamic> result) → AptosApiTransaction -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited