The add method has been added to the kernel API, for adding a BlockElement. Here's a sample transaction which uses it:
def addTransaction(transactionContexts:TransactionContexts) {
val blockElement = new BlockElement
transactionContexts.add("123",blockElement)
}
There is, of course, still a long way to go before we can start work on the AW5 Core.
Bill