call

@Suspendable
abstract fun call(): T

This is where you fill out your business logic.

Throws

net.corda.v5.base.exceptions.CordaRuntimeException

General type of exception thrown by most Corda APIs.