TonApiGetAccountNftItems class

GetAccountNftItems invokes getAccountNftItems operation.

Get all NFT items by owner address.

Inheritance

Constructors

TonApiGetAccountNftItems.new({required String accountId, String? collection, int? limit, int? offset, bool? indirectOwnership})

Properties

accountId String
final
collection String?
collection
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String?>
map of header
finalinherited
indirectOwnership bool?
Selling nft items in ton implemented usually via transfer items to special selling account. This option enables including items which owned not directly. Default: false
final
limit int?
default: 1000
final
method String
no setteroverride
offset int?
default: 0
final
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

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) NftItemsResponse
override
toString() String
A string representation of this object.
inherited

Operators

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