pub struct TxExpect {
pub out: Vec<CheckValue<BytesValue>>,
pub status: CheckValue<U64Value>,
pub message: CheckValue<BytesValue>,
pub logs: CheckLogs,
pub gas: Option<CheckValue<U64Value>>,
pub refund: CheckValue<U64Value>,
}Fields§
§out: Vec<CheckValue<BytesValue>>§status: CheckValue<U64Value>§message: CheckValue<BytesValue>§logs: CheckLogs§gas: Option<CheckValue<U64Value>>§refund: CheckValue<U64Value>Trait Implementations§
source§impl InterpretableFrom<TxExpectRaw> for TxExpect
impl InterpretableFrom<TxExpectRaw> for TxExpect
fn interpret_from(from: TxExpectRaw, context: &InterpreterContext) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for TxExpect
impl Send for TxExpect
impl Sync for TxExpect
impl Unpin for TxExpect
impl UnwindSafe for TxExpect
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