VerificationSupport

Represents the operations required to resolve and verify a transaction.

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun createVerifier(ltx: LedgerTransaction, serializationContext: SerializationContext): Verifier
Link copied to clipboard
abstract fun fixupAttachmentIds(attachmentIds: Collection<SecureHash>): Set<SecureHash>
Link copied to clipboard
abstract fun getAttachment(id: SecureHash): Attachment?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getParties(keys: Collection<PublicKey>): List<Party?>
Link copied to clipboard
Link copied to clipboard
open fun getStateAndRef(stateRef: StateRef): StateAndRef<*>
Link copied to clipboard
Link copied to clipboard
abstract fun isAttachmentTrusted(attachment: Attachment): Boolean