NodeServiceAccessors
proto.prism.node.ZioPrismNodeApi.NodeServiceAccessors
class NodeServiceAccessors(transforms: ClientTransform) extends GeneratedClient[NodeServiceAccessors]
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
object NodeServiceClient
Members list
Value members
Constructors
def this(callOptionsFunc: CallOptions => CallOptions, metadataFunc: SafeMetadata => UIO[SafeMetadata])
Concrete methods
def getDidDocument(request: GetDidDocumentRequest): ZIO[NodeServiceClient, StatusException, GetDidDocumentResponse]
def getLastSyncedBlockTimestamp(request: GetLastSyncedBlockTimestampRequest): ZIO[NodeServiceClient, StatusException, GetLastSyncedBlockTimestampResponse]
def getNodeBuildInfo(request: GetNodeBuildInfoRequest): ZIO[NodeServiceClient, StatusException, GetNodeBuildInfoResponse]
def getNodeNetworkProtocolInfo(request: GetNodeNetworkProtocolInfoRequest): ZIO[NodeServiceClient, StatusException, GetNodeNetworkProtocolInfoResponse]
def getOperationInfo(request: GetOperationInfoRequest): ZIO[NodeServiceClient, StatusException, GetOperationInfoResponse]
def healthCheck(request: HealthCheckRequest): ZIO[NodeServiceClient, StatusException, HealthCheckResponse]
def scheduleOperations(request: ScheduleOperationsRequest): ZIO[NodeServiceClient, StatusException, ScheduleOperationsResponse]
Attributes
- Definition Classes
-
GeneratedClient
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
In this article