TransactionVerifier

Verify the given LedgerTransaction. This includes validating its contents, as well as executing all of its smart contracts.

Constructors

Link copied to clipboard
constructor(transactionClassLoader: ClassLoader)

Functions

Link copied to clipboard
open fun <V : Any> andThen(p0: Function<in Unit, out V>): Function<Supplier<LedgerTransaction>, V>
Link copied to clipboard
open override fun apply(transactionFactory: Supplier<LedgerTransaction>)
Link copied to clipboard
open fun <V : Any> compose(p0: Function<in V, out Supplier<LedgerTransaction>>): Function<V, Unit>