public class ContractStateModel
This model exposes the list of owned contract states.
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ContractStateModel.Companion  | 
| Modifier and Type | Field and Description | 
|---|---|
static ContractStateModel.Companion | 
Companion  | 
| Constructor and Description | 
|---|
ContractStateModel()
This model exposes the list of owned contract states. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
javafx.collections.ObservableList<net.corda.core.contracts.Amount> | 
getCash()  | 
javafx.collections.ObservableList<net.corda.core.contracts.StateAndRef> | 
getCashStates()  | 
public static ContractStateModel.Companion Companion