NodeRpcServiceBase class abstract

Annotations
  • @GrpcServiceName('co.topl.node.services.NodeRpc')

Constructors

NodeRpcServiceBase()

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>
currentMempoolContains(ServiceCall call, CurrentMempoolContainsReq request) Future<CurrentMempoolContainsRes>
currentMempoolContains_Pre(ServiceCall call, Future<CurrentMempoolContainsReq> request) Future<CurrentMempoolContainsRes>
fetchBlockBody(ServiceCall call, FetchBlockBodyReq request) Future<FetchBlockBodyRes>
fetchBlockBody_Pre(ServiceCall call, Future<FetchBlockBodyReq> request) Future<FetchBlockBodyRes>
fetchBlockHeader(ServiceCall call, FetchBlockHeaderReq request) Future<FetchBlockHeaderRes>
fetchBlockHeader_Pre(ServiceCall call, Future<FetchBlockHeaderReq> request) Future<FetchBlockHeaderRes>
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>
fetchEpochData(ServiceCall call, FetchEpochDataReq request) Future<FetchEpochDataRes>
fetchEpochData_Pre(ServiceCall call, Future<FetchEpochDataReq> request) Future<FetchEpochDataRes>
fetchNodeConfig(ServiceCall call, FetchNodeConfigReq request) Stream<FetchNodeConfigRes>
fetchNodeConfig_Pre(ServiceCall call, Future<FetchNodeConfigReq> request) Stream<FetchNodeConfigRes>
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

Operators

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