Struct terra_rust_api::messages::wasm::MsgInstantiateContract [−][src]
pub struct MsgInstantiateContract {
pub admin: String,
pub code_id: u64,
pub sender: String,
pub init_coins: Vec<Coin>,
pub init_msg: Value,
}
Expand description
Message: Exec Contract
Fields
admin: String
code_id: u64
sender: String
init_coins: Vec<Coin>
init_msg: Value
Implementations
create from JSON
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MsgInstantiateContract
impl Send for MsgInstantiateContract
impl Sync for MsgInstantiateContract
impl Unpin for MsgInstantiateContract
impl UnwindSafe for MsgInstantiateContract
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