Struct fuel_vm::state::StateTransition
source ·
[−]pub struct StateTransition { /* private fields */ }
Expand description
Representation of the result of a transaction execution.
Implementations
Create a new state transition representation.
Program state representation.
pub const fn tx(&self) -> &TransactionⓘNotable traits for Transactionimpl Write for Transactionimpl Read for Transaction
pub const fn tx(&self) -> &TransactionⓘNotable traits for Transactionimpl Write for Transactionimpl Read for Transaction
Notable traits for Transaction
impl Write for Transactionimpl Read for Transaction
Resulting mutated transaction after VM execution.
Flag whether the client should revert after execution.
Convert this instance into its internal attributes.
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StateTransition
impl Send for StateTransition
impl Sync for StateTransition
impl Unpin for StateTransition
impl UnwindSafe for StateTransition
Blanket Implementations
Mutably borrows from an owned value. Read more