mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
f92949d3b5
* Add information on why state machine was removed from StateMachineManager. There are two cases: normal end of flow or error. Return flow result as part of state machine remove data. Make Change a sealed class with Add and Remove. fiber.actionOnEnd takes ErrorOr<R> parameter. * Remove unnecessary fields from StateMachineManager.Change. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
README.md |
IRS Demo
This code demonstrates an Interest Rate Swap agreement between two banks, confirming the transaction utilising the services of a notary and then retrieving and applying interest rates from an oracle service.
Please see the either the online documentation for more info on the attachment demo, or the included offline version.