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
Source§impl Serialize for MsgDataToSign
impl Serialize for MsgDataToSign
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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