GlobalStateServiceBase class abstract

Constructors

GlobalStateServiceBase()

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
account(ServiceCall call, AccountRequest request) Future<AccountResponse>
account_Pre(ServiceCall call, Future<AccountRequest> request) Future<AccountResponse>
accountDataQuery(ServiceCall call, AccountDataQueryRequest request) Future<AccountDataQueryResponse>
accountDataQuery_Pre(ServiceCall call, Future<AccountDataQueryRequest> request) Future<AccountDataQueryResponse>
accountDataStream(ServiceCall call, AccountDataStreamRequest request) Stream<AccountDataStreamResponse>
accountDataStream_Pre(ServiceCall call, Future<AccountDataStreamRequest> request) Stream<AccountDataStreamResponse>
appEventStream(ServiceCall call, AppEventStreamRequest request) Stream<AppEventStreamResponse>
appEventStream_Pre(ServiceCall call, Future<AppEventStreamRequest> request) Stream<AppEventStreamResponse>
globalStateHash(ServiceCall call, GlobalStateHashRequest request) Future<GlobalStateHashResponse>
globalStateHash_Pre(ServiceCall call, Future<GlobalStateHashRequest> request) Future<GlobalStateHashResponse>
globalStateStream(ServiceCall call, GlobalStateStreamRequest request) Stream<GlobalStateStreamResponse>
globalStateStream_Pre(ServiceCall call, Future<GlobalStateStreamRequest> request) Stream<GlobalStateStreamResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
smesherDataQuery(ServiceCall call, SmesherDataQueryRequest request) Future<SmesherDataQueryResponse>
smesherDataQuery_Pre(ServiceCall call, Future<SmesherDataQueryRequest> request) Future<SmesherDataQueryResponse>
smesherRewardStream(ServiceCall call, SmesherRewardStreamRequest request) Stream<SmesherRewardStreamResponse>
smesherRewardStream_Pre(ServiceCall call, Future<SmesherRewardStreamRequest> request) Stream<SmesherRewardStreamResponse>
toString() String
A string representation of this object.
inherited

Operators

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