Package-level declarations
Types
Link copied to clipboard
abstract class AbstractVerifier(ltx: LedgerTransaction, transactionClassLoader: ClassLoader) : Verifier
Link copied to clipboard
class AttachmentFixups
Link copied to clipboard
Link copied to clipboard
Implements VerificationSupport in terms of node-based services.
Link copied to clipboard
class TransactionVerifier(transactionClassLoader: ClassLoader) : Function<Supplier<LedgerTransaction>, Unit>
Verify the given LedgerTransaction. This includes validating its contents, as well as executing all of its smart contracts.
Link copied to clipboard
Link copied to clipboard
interface VerificationSupport
Represents the operations required to resolve and verify a transaction.
Link copied to clipboard