NodeServiceGrpc
proto.prism.node.NodeServiceGrpc
object NodeServiceGrpc
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NodeServiceGrpc.type
Members list
Type members
Classlikes
object NodeService extends ServiceCompanion[NodeService]
Attributes
- Companion
- trait
- Supertypes
- Self type
-
NodeService.type
trait NodeService extends AbstractService
Service for PRISM Node API. Provides a way to store, retrieve and update Decentralized identifiers (DIDs) into/from the underlying blockchain.
Service for PRISM Node API. Provides a way to store, retrieve and update Decentralized identifiers (DIDs) into/from the underlying blockchain.
Attributes
- Companion
- object
- Supertypes
-
trait AbstractServiceclass Objecttrait Matchableclass Any
- Known subtypes
-
class NodeServiceStub
Service for PRISM Node API. Provides a way to store, retrieve and update Decentralized identifiers (DIDs) into/from the underlying blockchain.
Service for PRISM Node API. Provides a way to store, retrieve and update Decentralized identifiers (DIDs) into/from the underlying blockchain.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class NodeServiceBlockingStub
class NodeServiceBlockingStub(channel: Channel, options: CallOptions) extends AbstractStub[NodeServiceBlockingStub], NodeServiceBlockingClient
Attributes
- Supertypes
class NodeServiceStub(channel: Channel, options: CallOptions) extends AbstractStub[NodeServiceStub], NodeService
Attributes
- Companion
- object
- Supertypes
-
trait NodeServicetrait AbstractServiceclass AbstractStub[NodeServiceStub]class Objecttrait Matchableclass AnyShow all
object NodeServiceStub extends StubFactory[NodeServiceStub]
Attributes
- Companion
- class
- Supertypes
- Self type
-
NodeServiceStub.type
Value members
Concrete methods
def bindService(serviceImpl: NodeService, executionContext: ExecutionContext): ServerServiceDefinition
Concrete fields
val METHOD_GET_NODE_NETWORK_PROTOCOL_INFO: MethodDescriptor[GetNodeNetworkProtocolInfoRequest, GetNodeNetworkProtocolInfoResponse]
val METHOD_SCHEDULE_OPERATIONS: MethodDescriptor[ScheduleOperationsRequest, ScheduleOperationsResponse]
In this article