mirror of
https://github.com/corda/corda.git
synced 2025-01-20 03:36:29 +00:00
Tweak wording (state -> states)
This commit is contained in:
parent
9cdcaaa606
commit
fc3bc163aa
@ -17,8 +17,9 @@ is to be settled in).
|
||||
Contract State
|
||||
--------------
|
||||
|
||||
A Corda contract is composed of three parts; the executable code, the legal prose, and the state object that represents
|
||||
the details of the contract. States essentially convert the generic template (code and legal prose) into a specific
|
||||
A Corda contract is composed of three parts; the executable code, the legal prose, and the state objects that represent
|
||||
the details of the contract (see :doc:`data-model` for further detail). States essentially convert the generic template
|
||||
(code and legal prose) into a specific
|
||||
instance. In a ``WireTransaction``, outputs are provided as ``ContractState`` implementations, while the inputs are
|
||||
references to the outputs of a previous transaction. These references are then stored as ``StateRef`` objects, which are
|
||||
converted to ``StateAndRef`` on demand.
|
||||
|
Loading…
Reference in New Issue
Block a user