| APIServer |
interface APIServerTop level interface to external interaction with the distributed ledger. |
| ContractClassRef |
data class ContractClassRef : ContractDefRef |
| ContractDefRef |
interface ContractDefRefEncapsulates the contract type. e.g. Cash or CommercialPaper etc. |
| ContractLedgerRef |
data class ContractLedgerRef : ContractDefRef |
| ProtocolClassRef |
data class ProtocolClassRef : ProtocolRef |
| ProtocolInstanceRef |
data class ProtocolInstanceRef |
| ProtocolRef |
interface ProtocolRefEncapsulates the protocol to be instantiated. e.g. TwoPartyTradeProtocol.Buyer. |
| ProtocolRequiringAttention |
data class ProtocolRequiringAttentionThinking that Instant is OK for short lived protocol deadlines. |
| StatesQuery |
interface StatesQueryExtremely rudimentary query language which should most likely be replaced with a product. |
| TransactionBuildStep |
data class TransactionBuildStepEncapsulate a generateXXX method call on a contract. |