proto.prism.node.ZioPrismNodeApi.GNodeService
See theGNodeService companion object
trait GNodeService[-Context, +Error] extends GenericGeneratedService[Context, Error, GNodeService]
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Self type
-
Members list
Value members
Abstract methods
def getDidDocument(request: GetDidDocumentRequest, context: Context): IO[Error, GetDidDocumentResponse]
def getLastSyncedBlockTimestamp(request: GetLastSyncedBlockTimestampRequest, context: Context): IO[Error, GetLastSyncedBlockTimestampResponse]
def getNodeBuildInfo(request: GetNodeBuildInfoRequest, context: Context): IO[Error, GetNodeBuildInfoResponse]
def getNodeNetworkProtocolInfo(request: GetNodeNetworkProtocolInfoRequest, context: Context): IO[Error, GetNodeNetworkProtocolInfoResponse]
def getOperationInfo(request: GetOperationInfoRequest, context: Context): IO[Error, GetOperationInfoResponse]
def scheduleOperations(request: ScheduleOperationsRequest, context: Context): IO[Error, ScheduleOperationsResponse]
Concrete methods
def transform[Context1, Error1](f: GTransform[Context, Error, Context1, Error1]): GNodeService[Context1, Error1]
Inherited methods
Attributes
- Inherited from:
- GenericGeneratedService
Attributes
- Inherited from:
- GenericGeneratedService
def transform(t: Transform)(implicit ev: Error <:< StatusException): GNodeService[Context, StatusException]
Attributes
- Inherited from:
- GenericGeneratedService
Attributes
- Inherited from:
- GenericGeneratedService
def transformContextZIO[ContextOut, E2 >: Error](f: ContextOut => IO[E2, Context]): GNodeService[ContextOut, E2]
Attributes
- Inherited from:
- GenericGeneratedService
In this article