MeshServiceBase class abstract

Constructors

MeshServiceBase()

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
accountMeshDataQuery(ServiceCall call, AccountMeshDataQueryRequest request) Future<AccountMeshDataQueryResponse>
accountMeshDataQuery_Pre(ServiceCall call, Future<AccountMeshDataQueryRequest> request) Future<AccountMeshDataQueryResponse>
accountMeshDataStream(ServiceCall call, AccountMeshDataStreamRequest request) Stream<AccountMeshDataStreamResponse>
accountMeshDataStream_Pre(ServiceCall call, Future<AccountMeshDataStreamRequest> request) Stream<AccountMeshDataStreamResponse>
currentEpoch(ServiceCall call, CurrentEpochRequest request) Future<CurrentEpochResponse>
currentEpoch_Pre(ServiceCall call, Future<CurrentEpochRequest> request) Future<CurrentEpochResponse>
currentLayer(ServiceCall call, CurrentLayerRequest request) Future<CurrentLayerResponse>
currentLayer_Pre(ServiceCall call, Future<CurrentLayerRequest> request) Future<CurrentLayerResponse>
epochNumLayers(ServiceCall call, EpochNumLayersRequest request) Future<EpochNumLayersResponse>
epochNumLayers_Pre(ServiceCall call, Future<EpochNumLayersRequest> request) Future<EpochNumLayersResponse>
genesisTime(ServiceCall call, GenesisTimeRequest request) Future<GenesisTimeResponse>
genesisTime_Pre(ServiceCall call, Future<GenesisTimeRequest> request) Future<GenesisTimeResponse>
layerDuration(ServiceCall call, LayerDurationRequest request) Future<LayerDurationResponse>
layerDuration_Pre(ServiceCall call, Future<LayerDurationRequest> request) Future<LayerDurationResponse>
layersQuery(ServiceCall call, LayersQueryRequest request) Future<LayersQueryResponse>
layersQuery_Pre(ServiceCall call, Future<LayersQueryRequest> request) Future<LayersQueryResponse>
layerStream(ServiceCall call, LayerStreamRequest request) Stream<LayerStreamResponse>
layerStream_Pre(ServiceCall call, Future<LayerStreamRequest> request) Stream<LayerStreamResponse>
maxTransactionsPerSecond(ServiceCall call, MaxTransactionsPerSecondRequest request) Future<MaxTransactionsPerSecondResponse>
maxTransactionsPerSecond_Pre(ServiceCall call, Future<MaxTransactionsPerSecondRequest> request) Future<MaxTransactionsPerSecondResponse>
netID(ServiceCall call, NetIDRequest request) Future<NetIDResponse>
netID_Pre(ServiceCall call, Future<NetIDRequest> request) Future<NetIDResponse>
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