proto.prism.node.ZioPrismNodeApi.NodeServiceClientWithResponseMetadata
See theNodeServiceClientWithResponseMetadata companion object
trait NodeServiceClientWithResponseMetadata extends GeneratedClient[NodeServiceClientWithResponseMetadata]
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Self type
Members list
Value members
Abstract methods
def getDidDocument(request: GetDidDocumentRequest): IO[StatusException, ResponseContext[GetDidDocumentResponse]]
def getLastSyncedBlockTimestamp(request: GetLastSyncedBlockTimestampRequest): IO[StatusException, ResponseContext[GetLastSyncedBlockTimestampResponse]]
def getNodeBuildInfo(request: GetNodeBuildInfoRequest): IO[StatusException, ResponseContext[GetNodeBuildInfoResponse]]
def getNodeNetworkProtocolInfo(request: GetNodeNetworkProtocolInfoRequest): IO[StatusException, ResponseContext[GetNodeNetworkProtocolInfoResponse]]
def getOperationInfo(request: GetOperationInfoRequest): IO[StatusException, ResponseContext[GetOperationInfoResponse]]
def healthCheck(request: HealthCheckRequest): IO[StatusException, ResponseContext[HealthCheckResponse]]
def scheduleOperations(request: ScheduleOperationsRequest): IO[StatusException, ResponseContext[ScheduleOperationsResponse]]
Inherited methods
Attributes
- Inherited from:
- GeneratedClient
Attributes
- Inherited from:
- GeneratedClient
Attributes
- Inherited from:
- GeneratedClient
Attributes
- Inherited from:
- GeneratedClient
Attributes
- Inherited from:
- GeneratedClient
Attributes
- Inherited from:
- GeneratedClient
Attributes
- Inherited from:
- GeneratedClient
Attributes
- Inherited from:
- GeneratedClient
Inherited and Abstract methods
def transform(t: ZTransform[ClientCallContext, ClientCallContext]): NodeServiceClientWithResponseMetadata
Attributes
- Inherited from:
- GeneratedClient
In this article