Enum miden_tx::TransactionProverError
source · pub enum TransactionProverError {
ProveTransactionProgramFailed(ExecutionError),
InvalidAccountDelta(AccountError),
InvalidTransactionOutput(TransactionOutputError),
ProvenTransactionError(ProvenTransactionError),
}Variants§
ProveTransactionProgramFailed(ExecutionError)
InvalidAccountDelta(AccountError)
InvalidTransactionOutput(TransactionOutputError)
ProvenTransactionError(ProvenTransactionError)
Trait Implementations§
source§impl Clone for TransactionProverError
impl Clone for TransactionProverError
source§fn clone(&self) -> TransactionProverError
fn clone(&self) -> TransactionProverError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TransactionProverError
impl Debug for TransactionProverError
source§impl Display for TransactionProverError
impl Display for TransactionProverError
source§impl Error for TransactionProverError
impl Error for TransactionProverError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq for TransactionProverError
impl PartialEq for TransactionProverError
source§fn eq(&self, other: &TransactionProverError) -> bool
fn eq(&self, other: &TransactionProverError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for TransactionProverError
impl StructuralPartialEq for TransactionProverError
Auto Trait Implementations§
impl Freeze for TransactionProverError
impl RefUnwindSafe for TransactionProverError
impl Send for TransactionProverError
impl Sync for TransactionProverError
impl Unpin for TransactionProverError
impl UnwindSafe for TransactionProverError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)