proto.prism.node.ZioPrismNodeApi.NodeServiceClientWithResponseMetadata
See theNodeServiceClientWithResponseMetadata companion trait
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait GeneratedClient[NodeServiceWithResponseMetadataAccessors]class Objecttrait Matchableclass Any
- Self type
Members list
Value members
Concrete methods
def live[Context](managedChannel: ZManagedChannel, transforms: ClientTransform): ZLayer[Any, Throwable, NodeServiceClientWithResponseMetadata]
def live[Context](managedChannel: ZManagedChannel, options: CallOptions, metadata: UIO[SafeMetadata]): ZLayer[Any, Throwable, NodeServiceClientWithResponseMetadata]
def scoped(managedChannel: ZManagedChannel, transforms: ClientTransform): ZIO[Scope, Throwable, NodeServiceClientWithResponseMetadata]
def scoped(managedChannel: ZManagedChannel, options: CallOptions, metadata: UIO[SafeMetadata]): ZIO[Scope, Throwable, NodeServiceClientWithResponseMetadata]
Inherited methods
def getDidDocument(request: GetDidDocumentRequest): ZIO[NodeServiceClientWithResponseMetadata, StatusException, ResponseContext[GetDidDocumentResponse]]
Attributes
- Inherited from:
- NodeServiceWithResponseMetadataAccessors
def getLastSyncedBlockTimestamp(request: GetLastSyncedBlockTimestampRequest): ZIO[NodeServiceClientWithResponseMetadata, StatusException, ResponseContext[GetLastSyncedBlockTimestampResponse]]
Attributes
- Inherited from:
- NodeServiceWithResponseMetadataAccessors
def getNodeBuildInfo(request: GetNodeBuildInfoRequest): ZIO[NodeServiceClientWithResponseMetadata, StatusException, ResponseContext[GetNodeBuildInfoResponse]]
Attributes
- Inherited from:
- NodeServiceWithResponseMetadataAccessors
def getNodeNetworkProtocolInfo(request: GetNodeNetworkProtocolInfoRequest): ZIO[NodeServiceClientWithResponseMetadata, StatusException, ResponseContext[GetNodeNetworkProtocolInfoResponse]]
Attributes
- Inherited from:
- NodeServiceWithResponseMetadataAccessors
def getOperationInfo(request: GetOperationInfoRequest): ZIO[NodeServiceClientWithResponseMetadata, StatusException, ResponseContext[GetOperationInfoResponse]]
Attributes
- Inherited from:
- NodeServiceWithResponseMetadataAccessors
def healthCheck(request: HealthCheckRequest): ZIO[NodeServiceClientWithResponseMetadata, StatusException, ResponseContext[HealthCheckResponse]]
Attributes
- Inherited from:
- NodeServiceWithResponseMetadataAccessors
Attributes
- Inherited from:
- GeneratedClient
Attributes
- Inherited from:
- GeneratedClient
def scheduleOperations(request: ScheduleOperationsRequest): ZIO[NodeServiceClientWithResponseMetadata, StatusException, ResponseContext[ScheduleOperationsResponse]]
Attributes
- Inherited from:
- NodeServiceWithResponseMetadataAccessors
Attributes
- Definition Classes
-
NodeServiceWithResponseMetadataAccessors -> GeneratedClient
- Inherited from:
- NodeServiceWithResponseMetadataAccessors
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