pub struct MsgSend {
pub amount: Vec<Coin>,
pub from_address: String,
pub to_address: String,
}
Expand description
Message: Send N coins from an address to another
Fields§
§amount: Vec<Coin>
§from_address: String
§to_address: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsgSend
impl RefUnwindSafe for MsgSend
impl Send for MsgSend
impl Sync for MsgSend
impl Unpin for MsgSend
impl UnwindSafe for MsgSend
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