Struct era_test_node::node::TransactionResult
source · pub struct TransactionResult {
pub info: TxExecutionInfo,
pub receipt: TransactionReceipt,
pub debug: DebugCall,
}
Fields§
§info: TxExecutionInfo
§receipt: TransactionReceipt
§debug: DebugCall
Implementations§
source§impl TransactionResult
impl TransactionResult
sourcepub fn debug_info(&self, only_top: bool) -> DebugCall
pub fn debug_info(&self, only_top: bool) -> DebugCall
Returns the debug information for the transaction.
If only_top
is true - will only return the top level call.
Trait Implementations§
source§impl Clone for TransactionResult
impl Clone for TransactionResult
source§fn clone(&self) -> TransactionResult
fn clone(&self) -> TransactionResult
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 moreAuto Trait Implementations§
impl RefUnwindSafe for TransactionResult
impl Send for TransactionResult
impl Sync for TransactionResult
impl Unpin for TransactionResult
impl UnwindSafe for TransactionResult
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