Struct novax_executor::TxQuery
source · pub struct TxQuery {
pub to: AddressValue,
pub function: String,
pub arguments: Vec<BytesValue>,
}Fields§
§to: AddressValue§function: String§arguments: Vec<BytesValue>Trait Implementations§
Auto Trait Implementations§
impl CodecFromSelf for TxQuery
impl RefUnwindSafe for TxQuery
impl Send for TxQuery
impl Sync for TxQuery
impl Unpin for TxQuery
impl UnwindSafe for TxQuery
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