TendermintRequestAbciQuery<Response> class
Query the application for some information. https://docs.tendermint.com/v0.34/rpc/#/ABCI/abci_query
- Inheritance
-
- Object
- TendermintRequestParam<
Response, Map< String, dynamic> > - TendermintRequestAbciQuery
Constructors
-
TendermintRequestAbciQuery({required QueryMessage<
Response> request, int? height, bool? prove})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int?
-
Height (0 means latest)
Default value : 0
final
- method → String
-
Query the application for some information.
no setteroverride
-
parameters
→ Map<
String, String?> -
no setteroverride
-
pathParameters
→ List<
String> -
list of path parameters variable
no setteroverride
- prove → bool?
-
Include proofs of the transactions inclusion in the block
Default value : false
final
-
request
→ QueryMessage<
Response> -
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) → Response -
Converts the response result to the specified type
RESULT
.override -
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