proto.prism.node.ZioPrismNodeApi.NodeServiceClient
See theNodeServiceClient companion trait
object NodeServiceClient extends NodeServiceAccessors
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class NodeServiceAccessorstrait GeneratedClient[NodeServiceAccessors]class Objecttrait Matchableclass Any
- Self type
-
NodeServiceClient.type
Members list
Value members
Concrete methods
def live(managedChannel: ZManagedChannel, transforms: ClientTransform): ZLayer[Any, Throwable, NodeServiceClient]
def live(managedChannel: ZManagedChannel, options: CallOptions, metadata: UIO[SafeMetadata]): ZLayer[Any, Throwable, NodeServiceClient]
def scoped(managedChannel: ZManagedChannel, transforms: ClientTransform): ZIO[Scope, Throwable, NodeServiceClient]
def scoped(managedChannel: ZManagedChannel, options: CallOptions, metadata: UIO[SafeMetadata]): ZIO[Scope, Throwable, NodeServiceClient]
Inherited methods
def getDidDocument(request: GetDidDocumentRequest): ZIO[NodeServiceClient, StatusException, GetDidDocumentResponse]
Attributes
- Inherited from:
- NodeServiceAccessors
def getLastSyncedBlockTimestamp(request: GetLastSyncedBlockTimestampRequest): ZIO[NodeServiceClient, StatusException, GetLastSyncedBlockTimestampResponse]
Attributes
- Inherited from:
- NodeServiceAccessors
def getNodeBuildInfo(request: GetNodeBuildInfoRequest): ZIO[NodeServiceClient, StatusException, GetNodeBuildInfoResponse]
Attributes
- Inherited from:
- NodeServiceAccessors
def getNodeNetworkProtocolInfo(request: GetNodeNetworkProtocolInfoRequest): ZIO[NodeServiceClient, StatusException, GetNodeNetworkProtocolInfoResponse]
Attributes
- Inherited from:
- NodeServiceAccessors
def getOperationInfo(request: GetOperationInfoRequest): ZIO[NodeServiceClient, StatusException, GetOperationInfoResponse]
Attributes
- Inherited from:
- NodeServiceAccessors
def healthCheck(request: HealthCheckRequest): ZIO[NodeServiceClient, StatusException, HealthCheckResponse]
Attributes
- Inherited from:
- NodeServiceAccessors
Attributes
- Inherited from:
- GeneratedClient
Attributes
- Inherited from:
- GeneratedClient
def scheduleOperations(request: ScheduleOperationsRequest): ZIO[NodeServiceClient, StatusException, ScheduleOperationsResponse]
Attributes
- Inherited from:
- NodeServiceAccessors
Attributes
- Definition Classes
-
NodeServiceAccessors -> GeneratedClient
- Inherited from:
- NodeServiceAccessors
Attributes
- Inherited from:
- GeneratedClient
Attributes
- Inherited from:
- GeneratedClient
Attributes
- Inherited from:
- GeneratedClient
Attributes
- Inherited from:
- GeneratedClient
Attributes
- Inherited from:
- GeneratedClient
Attributes
- Inherited from:
- GeneratedClient
In this article