object NotaryProtocol| Client |
class Client : ProtocolLogic<LegallyIdentifiable>A protocol to be used for obtaining a signature from a NotaryService ascertaining the transaction timestamp is correct and none of its inputs have been used in another completed transaction. |
| DefaultFactory |
object DefaultFactory : Factory |
| Factory |
interface Factory |
| Handshake |
data class Handshake : PartyRequestMessage |
| Result |
data class Result |
| Service |
class Service : ProtocolLogic<Unit>Checks that the timestamp command is valid (if present) and commits the input state, or returns a conflict if any of the input states have been previously committed. |
| SignRequest |
data class SignRequestTODO: The caller must authenticate instead of just specifying its identity |
| TOPIC |
val TOPIC: String |