Interface | Description |
---|---|
APIServer |
Top level interface to external interaction with the distributed ledger.
|
ContractDefRef |
Encapsulates the contract type. e.g. Cash or CommercialPaper etc.
|
FlowRef |
Encapsulates the flow to be instantiated. e.g. TwoPartyTradeFlow.Buyer.
|
StatesQuery |
Extremely rudimentary query language which should most likely be replaced with a product.
|
Class | Description |
---|---|
ContractClassRef | |
ContractLedgerRef | |
FlowClassRef | |
FlowInstanceRef | |
FlowRequiringAttention |
Thinking that Instant is OK for short lived flow deadlines.
|
TransactionBuildStep |
Encapsulate a generateXXX method call on a contract.
|