SmesherServiceBase class abstract

Constructors

SmesherServiceBase()

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
coinbase(ServiceCall call, Empty request) Future<CoinbaseResponse>
coinbase_Pre(ServiceCall call, Future<Empty> request) Future<CoinbaseResponse>
estimatedRewards(ServiceCall call, EstimatedRewardsRequest request) Future<EstimatedRewardsResponse>
estimatedRewards_Pre(ServiceCall call, Future<EstimatedRewardsRequest> request) Future<EstimatedRewardsResponse>
isSmeshing(ServiceCall call, Empty request) Future<IsSmeshingResponse>
isSmeshing_Pre(ServiceCall call, Future<Empty> request) Future<IsSmeshingResponse>
minGas(ServiceCall call, Empty request) Future<MinGasResponse>
minGas_Pre(ServiceCall call, Future<Empty> request) Future<MinGasResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postConfig(ServiceCall call, Empty request) Future<PostConfigResponse>
postConfig_Pre(ServiceCall call, Future<Empty> request) Future<PostConfigResponse>
postSetupComputeProviders(ServiceCall call, PostSetupComputeProvidersRequest request) Future<PostSetupComputeProvidersResponse>
postSetupComputeProviders_Pre(ServiceCall call, Future<PostSetupComputeProvidersRequest> request) Future<PostSetupComputeProvidersResponse>
postSetupStatus(ServiceCall call, Empty request) Future<PostSetupStatusResponse>
postSetupStatus_Pre(ServiceCall call, Future<Empty> request) Future<PostSetupStatusResponse>
postSetupStatusStream(ServiceCall call, Empty request) Stream<PostSetupStatusStreamResponse>
postSetupStatusStream_Pre(ServiceCall call, Future<Empty> request) Stream<PostSetupStatusStreamResponse>
setCoinbase(ServiceCall call, SetCoinbaseRequest request) Future<SetCoinbaseResponse>
setCoinbase_Pre(ServiceCall call, Future<SetCoinbaseRequest> request) Future<SetCoinbaseResponse>
setMinGas(ServiceCall call, SetMinGasRequest request) Future<SetMinGasResponse>
setMinGas_Pre(ServiceCall call, Future<SetMinGasRequest> request) Future<SetMinGasResponse>
smesherID(ServiceCall call, Empty request) Future<SmesherIDResponse>
smesherID_Pre(ServiceCall call, Future<Empty> request) Future<SmesherIDResponse>
startSmeshing(ServiceCall call, StartSmeshingRequest request) Future<StartSmeshingResponse>
startSmeshing_Pre(ServiceCall call, Future<StartSmeshingRequest> request) Future<StartSmeshingResponse>
stopSmeshing(ServiceCall call, StopSmeshingRequest request) Future<StopSmeshingResponse>
stopSmeshing_Pre(ServiceCall call, Future<StopSmeshingRequest> request) Future<StopSmeshingResponse>
toString() String
A string representation of this object.
inherited

Operators

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