corda / net.corda.testing.driver / NotaryHandle

NotaryHandle

data class NotaryHandle

Object ecapsulating a notary started automatically by the driver.

Constructors

<init>

NotaryHandle(identity: Party, validating: Boolean, nodeHandles: CordaFuture<List<NodeHandle>>)

Object ecapsulating a notary started automatically by the driver.

Properties

identity

val identity: Party

nodeHandles

val nodeHandles: CordaFuture<List<NodeHandle>>

validating

val validating: Boolean

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.