mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Cash: alter description of the state to talk about cash claims. Suggestion from Richard.
This commit is contained in:
parent
5022f11d9e
commit
03aaf07f70
@ -27,7 +27,7 @@ class InsufficientBalanceException(val amountMissing: Amount) : Exception()
|
||||
* vaults can ignore the issuer/depositRefs and just examine the amount fields.
|
||||
*/
|
||||
object Cash : Contract {
|
||||
/** A state representing a claim on the cash reserves of some institution */
|
||||
/** A state representing a cash claim against some institution */
|
||||
data class State(
|
||||
/** Where the underlying currency backing this ledger entry can be found (propagated) */
|
||||
val deposit: InstitutionReference,
|
||||
|
Loading…
x
Reference in New Issue
Block a user