ServiceBase class abstract

Constructors

ServiceBase()

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
getBlockByHeight(ServiceCall call, GetBlockByHeightRequest request) Future<GetBlockByHeightResponse>
getBlockByHeight_Pre(ServiceCall call, Future<GetBlockByHeightRequest> request) Future<GetBlockByHeightResponse>
getLatestBlock(ServiceCall call, GetLatestBlockRequest request) Future<GetLatestBlockResponse>
getLatestBlock_Pre(ServiceCall call, Future<GetLatestBlockRequest> request) Future<GetLatestBlockResponse>
getLatestValidatorSet(ServiceCall call, GetLatestValidatorSetRequest request) Future<GetLatestValidatorSetResponse>
getLatestValidatorSet_Pre(ServiceCall call, Future<GetLatestValidatorSetRequest> request) Future<GetLatestValidatorSetResponse>
getNodeInfo(ServiceCall call, GetNodeInfoRequest request) Future<GetNodeInfoResponse>
getNodeInfo_Pre(ServiceCall call, Future<GetNodeInfoRequest> request) Future<GetNodeInfoResponse>
getSyncing(ServiceCall call, GetSyncingRequest request) Future<GetSyncingResponse>
getSyncing_Pre(ServiceCall call, Future<GetSyncingRequest> request) Future<GetSyncingResponse>
getValidatorSetByHeight(ServiceCall call, GetValidatorSetByHeightRequest request) Future<GetValidatorSetByHeightResponse>
getValidatorSetByHeight_Pre(ServiceCall call, Future<GetValidatorSetByHeightRequest> request) Future<GetValidatorSetByHeightResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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