pub struct MsgDataToSign {
pub chain_id: String,
pub contract_address: String,
pub messages: Vec<String>,
pub nonce: Uint64,
}Fields§
§chain_id: String§contract_address: String§messages: Vec<String>§nonce: Uint64Implementations§
Trait Implementations§
Source§impl Debug for MsgDataToSign
impl Debug for MsgDataToSign
Auto Trait Implementations§
impl Freeze for MsgDataToSign
impl RefUnwindSafe for MsgDataToSign
impl Send for MsgDataToSign
impl Sync for MsgDataToSign
impl Unpin for MsgDataToSign
impl UnwindSafe for MsgDataToSign
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