Enum common_types::receipt::TransactionOutcome [−][src]
Transaction outcome store in the receipt.
Variants
UnknownStatus and state root are unknown under EIP-98 rules.
StateRoot(H256)State root is known. Pre EIP-98 and EIP-658 rules.
StatusCode(u8)Status code is known. EIP-658 rules.
Trait Implementations
impl Debug for TransactionOutcome[src]
impl Debug for TransactionOutcomefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for TransactionOutcome[src]
impl Clone for TransactionOutcomefn clone(&self) -> TransactionOutcome[src]
fn clone(&self) -> TransactionOutcomeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for TransactionOutcome[src]
impl PartialEq for TransactionOutcomefn eq(&self, other: &TransactionOutcome) -> bool[src]
fn eq(&self, other: &TransactionOutcome) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TransactionOutcome) -> bool[src]
fn ne(&self, other: &TransactionOutcome) -> boolThis method tests for !=.
impl Eq for TransactionOutcome[src]
impl Eq for TransactionOutcomeAuto Trait Implementations
impl Send for TransactionOutcome
impl Send for TransactionOutcomeimpl Sync for TransactionOutcome
impl Sync for TransactionOutcome