SmesherServiceClient class

Constructors

SmesherServiceClient(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})

Properties

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

Methods

$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ClientCall<Q, R>
inherited
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ResponseStream<R>
inherited
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options}) → ResponseFuture<R>
inherited
coinbase(Empty request, {CallOptions? options}) → ResponseFuture<CoinbaseResponse>
estimatedRewards(EstimatedRewardsRequest request, {CallOptions? options}) → ResponseFuture<EstimatedRewardsResponse>
isSmeshing(Empty request, {CallOptions? options}) → ResponseFuture<IsSmeshingResponse>
minGas(Empty request, {CallOptions? options}) → ResponseFuture<MinGasResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postConfig(Empty request, {CallOptions? options}) → ResponseFuture<PostConfigResponse>
postSetupComputeProviders(PostSetupComputeProvidersRequest request, {CallOptions? options}) → ResponseFuture<PostSetupComputeProvidersResponse>
postSetupStatus(Empty request, {CallOptions? options}) → ResponseFuture<PostSetupStatusResponse>
postSetupStatusStream(Empty request, {CallOptions? options}) → ResponseStream<PostSetupStatusStreamResponse>
setCoinbase(SetCoinbaseRequest request, {CallOptions? options}) → ResponseFuture<SetCoinbaseResponse>
setMinGas(SetMinGasRequest request, {CallOptions? options}) → ResponseFuture<SetMinGasResponse>
smesherID(Empty request, {CallOptions? options}) → ResponseFuture<SmesherIDResponse>
startSmeshing(StartSmeshingRequest request, {CallOptions? options}) → ResponseFuture<StartSmeshingResponse>
stopSmeshing(StopSmeshingRequest request, {CallOptions? options}) → ResponseFuture<StopSmeshingResponse>
toString() String
A string representation of this object.
inherited

Operators

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