corda / net.corda.core.transactions / TransactionBuilder / notary

notary

var notary: Party?

Notary used for the transaction. If null, this indicates the transaction DOES NOT have a notary. When this is set to a non-null value, an output state can be added by just passing in a ContractState – a TransactionState with this notary specified will be generated automatically.