Struct terra_rust_api::messages::wasm::MsgExecuteContract [−][src]
pub struct MsgExecuteContract {
pub coins: Vec<Coin>,
pub contract: String,
pub execute_msg: Value,
pub sender: String,
}
Expand description
Message: Exec Contract
Fields
coins: Vec<Coin>
contract: String
execute_msg: Value
sender: String
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MsgExecuteContract
impl Send for MsgExecuteContract
impl Sync for MsgExecuteContract
impl Unpin for MsgExecuteContract
impl UnwindSafe for MsgExecuteContract
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