load

fun load(appClassLoader: ClassLoader)

Loads the "fixup" rules from all META-INF/Corda-Fixups files. These files have the following format: ,...=>,,... where each is the SHA256 of a CorDapp JAR that TransactionBuilder will expect to find inside AttachmentStorage.

These rules are for repairing broken CorDapps. A correctly written CorDapp should not require them.