BlockforestRequestTransactionFilterParams class

Inheritance

Constructors

BlockforestRequestTransactionFilterParams({int? count, int? page, BlockforestRequestOrderingResponse? ordering, String? from, String? to})
const

Properties

count int?
finalinherited
from String?
The block number and optionally also index from which (inclusive) to start search for results, concatenated using colon. Has to be lower than or equal to to parameter.
final
hashCode int
The hash code for this object.
no setterinherited
ordering BlockforestRequestOrderingResponse?
finalinherited
page int?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to String?
The block number and optionally also index where (inclusive) to end the search for results, concatenated using colon. Has to be higher than or equal to from parameter.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, String>
override
toString() String
A string representation of this object.
inherited

Operators

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