SuiRequestGetOwnedObjects class

Return the list of objects owned by an address. Note that if the address owns more than QUERY_MAX_RESULT_LIMIT objects, the pagination is not accurate, because previous page may have been updated when the next page is fetched. Please use suix_queryObjects if this is a concern. sui documation

Inheritance

Constructors

SuiRequestGetOwnedObjects.new({required SuiAddress address, SuiApiObjectResponseQuery? query, SuiApiRequestPagination? pagination})
const

Properties

address SuiAddress
The owner's Sui address
final
hashCode int
The hash code for this object.
no setterinherited
method String
The Sui method associated with the request.
no setteroverride
pagination SuiApiRequestPagination?
finalinherited
query SuiApiObjectResponseQuery?
The objects query criteria.
final
requestType → RequestServiceType
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildRequest(int requestID) SuiRequestDetails
Converts the request parameters to a SuiRequestDetails object.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResonse(Map<String, dynamic> result) SuiApiPaginatedObjectResponse
override
toJson() List
Converts the request parameters to a JSON representation.
override
toString() String
A string representation of this object.
inherited

Operators

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