proto.prism.node
Members list
Type members
Classlikes
Information about a ledger block. See Ledger documentation for details on which ledgers are possible.
Information about a ledger block. See Ledger documentation for details on which ledgers are possible.
Value parameters
- index
-
Index of the transaction within the block.
- number
-
Number of the block in the ledger.
- timestamp
-
Timestamp when the block was created.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[CreateDIDOutput]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
CreateDIDOutput.type
The DID Document's data.
The DID Document's data.
Value parameters
- context
-
The list of @context values to consider on JSON-LD representations
- id
-
The DID suffix, where DID is in form did:prism:[DID suffix]
- publicKeys
-
The keys that belong to this DID Document.
- services
-
The list of services that belong to this DID Document.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[DeactivateDIDOutput]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
DeactivateDIDOutput.type
Request to find a DID Document. See NodeService.GetDidDocument for more information.
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[GetDidDocumentRequest]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
Response to a DID Document query. See NodeService.GetDidDocument for more information.
Response to a DID Document query. See NodeService.GetDidDocument for more information.
Value parameters
- document
-
The DID Document.
- lastSyncedBlockTimestamp
-
Timestamp of the latest synchronized block.
- lastUpdateOperation
-
The hash of the last did update operation.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[GetDidDocumentResponse]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
Request to retrieve the timestamp of the latest synchronized (processed by PRISM Node) block. See NodeService.GetLastSyncedBlockTimestampRequest for more information.
Request to retrieve the timestamp of the latest synchronized (processed by PRISM Node) block. See NodeService.GetLastSyncedBlockTimestampRequest for more information.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[GetLastSyncedBlockTimestampRequest]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
Response with the timestamp of the latest synchronized (processed by PRISM Node) block. See NodeService.GetLastSyncedBlockTimestampResponse for more information.
Response with the timestamp of the latest synchronized (processed by PRISM Node) block. See NodeService.GetLastSyncedBlockTimestampResponse for more information.
Value parameters
- lastSyncedBlockTimestamp
-
Timestamp of the latest synchronized (processed by PRISM Node) block.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[GetLastSyncedBlockTimestampResponse]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
Request to get the Node version info. See NodeService.GetNodeBuildInfo for more information.
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[GetNodeBuildInfoRequest]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
Response with the Node version info. See NodeService.GetNodeBuildInfo for more information.
Response with the Node version info. See NodeService.GetNodeBuildInfo for more information.
Value parameters
- sbtVersion
-
The SBT version used to compile the app.
- scalaVersion
-
The Scala version used to compile the app.
- version
-
The actual version.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[GetNodeBuildInfoResponse]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
Request to get the Node version info. See NodeService.GetNodeBuildInfo for more information.
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[GetNodeNetworkProtocolInfoRequest]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
Response with the Node Protocol version info. See NodeService.GetNodeProtocolVersionInfo for more information.
Response with the Node Protocol version info. See NodeService.GetNodeProtocolVersionInfo for more information.
Value parameters
- currentNetworkProtocolVersion
-
Current network protocol version number.
- supportedNetworkProtocolVersion
-
Network protocol version number supported by Node.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[GetNodeNetworkProtocolInfoResponse]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
Request to get the operation status. See NodeService.GetOperationInfo for more information.
Request to get the operation status. See NodeService.GetOperationInfo for more information.
Value parameters
- operationId
-
Operation identifier. The identifier is returned to the corresponding operation request.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[GetOperationInfoRequest]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
Response with the current operation status. See NodeService.GetOperationInfo for more information.
Response with the current operation status. See NodeService.GetOperationInfo for more information.
Value parameters
- details
-
Contains additional information about the operation state. For example, error descriptions. Can be empty.
- lastSyncedBlockTimestamp
-
Timestamp of the latest synchronized block.
- operationStatus
-
Contains the status of this operation.
- transactionId
-
Transaction identifier containing the operation. Presented only when operation was approved by the ledger.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[GetOperationInfoResponse]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
A request that can be used to check service health. All PRISM services expose an RPC that accepts this message as request.
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[HealthCheckRequest]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
HealthCheckRequest.type
A response that represents service health. Status code 0 with empty response represents a healthy and reachable service, while all other status codes represent issues with the service.
A response that represents service health. Status code 0 with empty response represents a healthy and reachable service, while all other status codes represent issues with the service.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[HealthCheckResponse]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
HealthCheckResponse.type
The supported ledger types. Specifies which chain is used for storing transactions.
The supported ledger types. Specifies which chain is used for storing transactions.
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
object CARDANO_MAINNETobject CARDANO_TESTNETobject IN_MEMORYtrait Recognizedobject UNKNOWN_LEDGERclass UnrecognizedShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NodeServiceGrpc.type
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[OperationOutput]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
OperationOutput.type
The status of an Atala operation.
The status of an Atala operation.
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
object AWAIT_CONFIRMATIONobject CONFIRMED_AND_APPLIEDobject CONFIRMED_AND_REJECTEDobject PENDING_SUBMISSIONtrait Recognizedobject UNKNOWN_OPERATIONclass UnrecognizedShow all
Attributes
- Companion
- class
- Supertypes
-
trait Sumtrait Mirrortrait GeneratedEnumCompanion[OperationStatus]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
OperationStatus.type
Attributes
- Supertypes
-
class GeneratedFileObjectclass Objecttrait Matchableclass Any
- Self type
-
PrismNodeApiProto.type
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[ProtocolVersionUpdateOutput]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
Request to retrieve transaction info and operations outputs.
Request to retrieve transaction info and operations outputs.
Value parameters
- signedOperations
-
List of signed operations to apply. The operations will be applied in the order specified here. a list of signed operations
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[ScheduleOperationsRequest]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
Response with the transaction info and operations outputs.
Response with the transaction info and operations outputs.
Value parameters
- outputs
-
The responses for scheduled operations, ordered the same as the operations sent in ScheduleOperationsRequest.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[ScheduleOperationsResponse]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
Information about a ledger transaction and the block that the transaction is included in.
Information about a ledger transaction and the block that the transaction is included in.
Value parameters
- block
-
Block the transaction was included in.
- ledger
-
Ledger the transaction was published to.
- transactionId
-
Transaction ID.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[TransactionInfo]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
TransactionInfo.type
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[UpdateDIDOutput]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
UpdateDIDOutput.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ZioPrismNodeApi.type