QueryServiceBase class abstract

Annotations
  • @GrpcServiceName('cosmos.nft.v1beta1.Query')

Constructors

QueryServiceBase.new()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
balance(ServiceCall call, QueryBalanceRequest request) Future<QueryBalanceResponse>
balance_Pre(ServiceCall call, Future<QueryBalanceRequest> request) Future<QueryBalanceResponse>
class_Pre(ServiceCall call, Future<QueryClassRequest> request) Future<QueryClassResponse>
classes(ServiceCall call, QueryClassesRequest request) Future<QueryClassesResponse>
classes_Pre(ServiceCall call, Future<QueryClassesRequest> request) Future<QueryClassesResponse>
clazz(ServiceCall call, QueryClassRequest request) Future<QueryClassResponse>
nFT(ServiceCall call, QueryNFTRequest request) Future<QueryNFTResponse>
nFT_Pre(ServiceCall call, Future<QueryNFTRequest> request) Future<QueryNFTResponse>
nFTs(ServiceCall call, QueryNFTsRequest request) Future<QueryNFTsResponse>
nFTs_Pre(ServiceCall call, Future<QueryNFTsRequest> request) Future<QueryNFTsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
owner(ServiceCall call, QueryOwnerRequest request) Future<QueryOwnerResponse>
owner_Pre(ServiceCall call, Future<QueryOwnerRequest> request) Future<QueryOwnerResponse>
supply(ServiceCall call, QuerySupplyRequest request) Future<QuerySupplyResponse>
supply_Pre(ServiceCall call, Future<QuerySupplyRequest> request) Future<QuerySupplyResponse>
toString() String
A string representation of this object.
inherited

Operators

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