Struct SubmitCall
pub struct SubmitCall {
pub lyquid: LyquidID,
pub params: CallParams,
pub signed: bool,
}Expand description
Submit a call produced by a Lyquid instance to the sequencing backend. The call can be either signed or unsigned.
Fields§
§lyquid: LyquidID§params: CallParams§signed: boolTrait Implementations§
Auto Trait Implementations§
impl !Freeze for SubmitCall
impl RefUnwindSafe for SubmitCall
impl Send for SubmitCall
impl Sync for SubmitCall
impl Unpin for SubmitCall
impl UnsafeUnpin for SubmitCall
impl UnwindSafe for SubmitCall
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