SuiRequestQueryEvents class
Return list of events for a specified query criteria. sui documation
- Inheritance
-
- Object
- BaseServiceRequest<
SuiApiQueryEventsRepose, Map< String, dynamic> , SuiRequestDetails> - SuiRequest<
SuiApiQueryEventsRepose, Map< String, dynamic> > - SuiRequestQueryEvents
Constructors
- SuiRequestQueryEvents.new({required SuiApiEventFilter query, SuiApiEventId? cursor, int? limit, bool? descendingOrder})
-
const
Properties
- cursor → SuiApiEventId?
-
Optional paging cursor
final
- descendingOrder → bool?
-
Query result ordering, default to false (ascending order), oldest record first.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit → int?
-
Maximum number of items per page
final
- method → String
-
The Sui method associated with the request.
no setteroverride
- pagination → SuiApiRequestPagination?
-
finalinherited
- query → SuiApiEventFilter
-
The event 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) → SuiApiQueryEventsRepose -
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