mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Improve participants JavaDocs. (#3429)
* Improve participants JavaDocs. * Wording consistent with terminology.
This commit is contained in:
parent
f529a2a88e
commit
968fcc718a
@ -16,7 +16,7 @@ import net.corda.core.serialization.CordaSerializable
|
||||
@CordaSerializable
|
||||
interface ContractState {
|
||||
/**
|
||||
* A _participant_ is any party that is able to consume this state in a valid transaction.
|
||||
* A _participant_ is any party that should be notified when the state is created or consumed.
|
||||
*
|
||||
* The list of participants is required for certain types of transactions. For example, when changing the notary
|
||||
* for this state, every participant has to be involved and approve the transaction
|
||||
|
Loading…
x
Reference in New Issue
Block a user