TonApiGetAccountNftHistory class

GetAccountNftHistory invokes getAccountNftHistory operation.

Get the transfer nft history.

Inheritance

Constructors

TonApiGetAccountNftHistory.new({required String accountId, String? acceptLanguage, BigInt? beforeLt, int limit = 100, BigInt? startDate, BigInt? endDate})

Properties

acceptLanguage String?
final
accountId String
final
beforeLt BigInt?
omit this parameter to get last events
final
endDate BigInt?
1668436763
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String?>
map of header
no setteroverride
limit int
final
method String
no setteroverride
pathParameters List<String>
list of path parameters variable
no setteroverride
queryParameters Map<String, dynamic>
map of query parameters
no setteroverride
requestType → RequestServiceType
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate BigInt?
1668436763
final

Methods

buildRequest(int v) TonRequestDetails
Converts the request parameters to TonRequestDetails with a unique identifier.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResonse(Map<String, dynamic> result) AccountEventsResponse
override
toString() String
A string representation of this object.
inherited

Operators

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