mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
ENT-11355: Backwards compatibility with older nodes via new attachments component group
This commit is contained in:
@ -14,6 +14,11 @@ interface CordappLoader : AutoCloseable {
|
||||
*/
|
||||
val cordapps: List<CordappImpl>
|
||||
|
||||
/**
|
||||
* Returns all legacy (4.11 or older) contract CorDapps. These are used to form backward compatible transactions.
|
||||
*/
|
||||
val legacyContractCordapps: List<CordappImpl>
|
||||
|
||||
/**
|
||||
* Returns a [ClassLoader] containing all types from all [Cordapp]s.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user