Package net.corda.v5.ledger.utxo
See: Description
-
Interface Summary Interface Description StateAndRef Defines a composition of a TransactionState and a StateRef. Contract Defines a mechanism for implementing contracts, which perform transaction verification. UtxoLedgerService Defines UTXO ledger services. Attachment Defines a data attachment that can be referenced within a transaction. EncumbranceGroup Identifies the encumbrance of a [TransactionState]. ContractState Defines a contract state. ContractVerificationFailure Defines a contract verification failure. VisibilityChecker Provides functionality to determine state visibility. TimeWindow Defines an interval on a timeline; not a single, instantaneous point. Command Defines a marker interface which must be implemented by all Contract commands. TransactionState Defines a transaction state, composed of a ContractState and associated transaction state information. FinalizationResult Defines the result of transaction finalization -
Class Summary Class Description ContractVerificationException Represents the exception that is thrown for a contract verification failure. StateRef Defines a reference to a ContractState. -
Annotation Summary Annotation Description BelongsToContract Indicates the Contract that the current state belongs to.