AptosRequestGetAccountTransactions class

Retrieves on-chain committed transactions from an account. If the start version is too far in the past, a 410 will be returned. If no start version is given, it will start at version 0.To retrieve a pending transaction, use /transactions/by_hash. aptos documation

Inheritance

Constructors

AptosRequestGetAccountTransactions.new({required AptosAddress address, BigInt? start, int? limit})

Properties

address AptosAddress
Address of account with or without a 0x prefix
final
hashCode int
The hash code for this object.
no setterinherited
limit int?
Max number of transactions to retrieve. If not provided, defaults to default page size
final
method String
no setteroverride
pathParameters List<String>
no setteroverride
queryParameters Map<String, String?>
no setteroverride
requestType → RequestServiceType
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start BigInt?
Account sequence number to start list of transactionsIf not provided, defaults to showing the latest transactions
final

Methods

buildRequest(int requestID) AptosRequestDetails
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResonse(List<Map<String, dynamic>> result) List<AptosApiTransaction>
override
toString() String
A string representation of this object.
inherited

Operators

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