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
broadcastTx(ServiceCall call, BroadcastTxRequest request) Future<BroadcastTxResponse>
broadcastTx_Pre(ServiceCall call, Future<BroadcastTxRequest> request) Future<BroadcastTxResponse>
getBlockWithTxs(ServiceCall call, GetBlockWithTxsRequest request) Future<GetBlockWithTxsResponse>
getBlockWithTxs_Pre(ServiceCall call, Future<GetBlockWithTxsRequest> request) Future<GetBlockWithTxsResponse>
getTx(ServiceCall call, GetTxRequest request) Future<GetTxResponse>
getTx_Pre(ServiceCall call, Future<GetTxRequest> request) Future<GetTxResponse>
getTxsEvent(ServiceCall call, GetTxsEventRequest request) Future<GetTxsEventResponse>
getTxsEvent_Pre(ServiceCall call, Future<GetTxsEventRequest> request) Future<GetTxsEventResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
simulate(ServiceCall call, SimulateRequest request) Future<SimulateResponse>
simulate_Pre(ServiceCall call, Future<SimulateRequest> request) Future<SimulateResponse>
toString() String
A string representation of this object.
inherited

Operators

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