class BFTNonValidatingNotaryService : NotaryService
A non-validating notary service operated by a group of parties that don't necessarily trust each other.
A transaction is notarised when the consensus is reached by the cluster on its uniqueness, and timestamp validity.
Server |
class Server : Server |
ServiceFlow |
class ServiceFlow : FlowLogic<Void?> |
<init> |
BFTNonValidatingNotaryService(services: ServiceHubInternal, timestampChecker: TimestampChecker, serverId: Int, db: Database, client: Client)
A non-validating notary service operated by a group of parties that don't necessarily trust each other. |
client |
val client: Client |
createFlow |
fun createFlow(otherParty: Party): ServiceFlow
Implement a factory that specifies the transaction commit flow for the notary service to use |
type |
val type: ServiceType |