Struct terra_rust_api::messages::bank::MsgSend [−][src]
Expand description
Message: Send N coins from an address to another
Fields
amount: Vec<Coin>
from_address: String
to_address: String
Implementations
Send amount coins from from_address to to_address
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MsgSend
impl UnwindSafe for MsgSend
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more