TendermintRequestTxSearch class

Inheritance

Constructors

TendermintRequestTxSearch({required String query, bool? prove, int? page, int? perPage, TendermintRequestOrderingResponse? orderBy, bool? matchEvents})

Properties

hashCode int
The hash code for this object.
no setterinherited
matchEvents bool?
Match attributes in query within events, in addition to the height & txhash Default value : false
final
method String
Search for transactions
no setteroverride
orderBy TendermintRequestOrderingResponse?
Order in which transactions are sorted ("asc" or "desc"), by height & index. If empty, default sorting will be still applied. Default value : asc
final
page int?
Page number (1-based) Default value : 1
final
parameters Map<String, String?>
no setteroverride
pathParameters List<String>
list of path parameters variable
no setteroverride
perPage int?
Number of entries per page (max: 100) Default value : 30
final
prove bool?
Include proofs of the transactions inclusion in the block
final
query String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResonse(Map<String, dynamic> result) Map<String, dynamic>
Converts the response result to the specified type RESULT.
inherited
toRequest(int id) TendermintRequestDetails
Converts the request parameters to TendermintRequestDetails with a unique identifier.
inherited
toString() String
A string representation of this object.
inherited

Operators

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