Function fadroma::scrt::to_cosmos_msg

source ·
pub fn to_cosmos_msg(
    contract_addr: String,
    code_hash: String,
    msg: &impl Serialize
) -> StdResult<CosmosMsg>
Expand description

Creates a new WasmMsg::Execute using the provided msg and padding it to BLOCK_SIZE.