We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Verifier
ConstraintChecker
1 parent b93090b commit 8a2f661Copy full SHA for 8a2f661
tuxedo-core/src/types.rs
@@ -164,7 +164,7 @@ pub enum UtxoError<ConstraintCheckerError> {
164
}
165
166
/// The Result of dispatching a UTXO transaction.
167
-pub type DispatchResult<VerifierError> = Result<(), UtxoError<VerifierError>>;
+pub type DispatchResult<ConstraintCheckerError> = Result<(), UtxoError<ConstraintCheckerError>>;
168
169
/// An opaque piece of Transaction output data. This is how the data appears at the Runtime level. After
170
/// the verifier is checked, strongly typed data will be extracted and passed to the constraint checker.
0 commit comments