NotaryService

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
interface Query

Interfaces for the request and result formats of queries supported by notary services. To implement a new query, you must:

Properties

Link copied to clipboard
open val initiatingFlows: <Error class: unknown class>

Mapping between @InitiatingFlow classes and factory methods that produce responder flows. Can be overridden in case of advanced notary service that serves both custom and standard flows.

Link copied to clipboard
Link copied to clipboard
abstract val services: ServiceHub

Functions

Link copied to clipboard
abstract fun createServiceFlow(otherPartySession: FlowSession): FlowLogic<Void?>

Produces a notary service flow which has the corresponding sends and receives as NotaryFlow.Client.

Link copied to clipboard
Link copied to clipboard
abstract fun start()
Link copied to clipboard
abstract fun stop()
Link copied to clipboard
open override fun toToken(context: SerializeAsTokenContext): <Error class: unknown class>