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
-
broadcastTransaction(ServiceCall call, BroadcastTransactionReq request)
→ Future<BroadcastTransactionRes>
-
-
broadcastTransaction_Pre(ServiceCall call, Future<BroadcastTransactionReq> request)
→ Future<BroadcastTransactionRes>
-
-
currentMempool(ServiceCall call, CurrentMempoolReq request)
→ Future<CurrentMempoolRes>
-
-
currentMempool_Pre(ServiceCall call, Future<CurrentMempoolReq> request)
→ Future<CurrentMempoolRes>
-
-
fetchBlockBody(ServiceCall call, FetchBlockBodyReq request)
→ Future<FetchBlockBodyRes>
-
-
fetchBlockBody_Pre(ServiceCall call, Future<FetchBlockBodyReq> request)
→ Future<FetchBlockBodyRes>
-
-
-
-
fetchBlockIdAtDepth(ServiceCall call, FetchBlockIdAtDepthReq request)
→ Future<FetchBlockIdAtDepthRes>
-
-
fetchBlockIdAtDepth_Pre(ServiceCall call, Future<FetchBlockIdAtDepthReq> request)
→ Future<FetchBlockIdAtDepthRes>
-
-
fetchBlockIdAtHeight(ServiceCall call, FetchBlockIdAtHeightReq request)
→ Future<FetchBlockIdAtHeightRes>
-
-
fetchBlockIdAtHeight_Pre(ServiceCall call, Future<FetchBlockIdAtHeightReq> request)
→ Future<FetchBlockIdAtHeightRes>
-
-
fetchTransaction(ServiceCall call, FetchTransactionReq request)
→ Future<FetchTransactionRes>
-
-
fetchTransaction_Pre(ServiceCall call, Future<FetchTransactionReq> request)
→ Future<FetchTransactionRes>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
synchronizationTraversal(ServiceCall call, SynchronizationTraversalReq request)
→ Stream<SynchronizationTraversalRes>
-
-
synchronizationTraversal_Pre(ServiceCall call, Future<SynchronizationTraversalReq> request)
→ Stream<SynchronizationTraversalRes>
-
-
toString()
→ String
-
A string representation of this object.
inherited