mirror of
https://github.com/corda/corda.git
synced 2025-01-31 16:35:43 +00:00
248c898818
* Load the contract classes when we create the LedgerTransaction. * Fix Verifier tests by making ContractResult serialisable. * Use named parameters to create ContractResult. * Make the @JvmStatic function private. * Refactor ContractResult to use Try.on{} instead.