No internet connection
  1. Home
  2. Smart Contracts

CosmosMsg implementation

By @abstruse_goose
    2021-07-14 16:47:37.937Z

    I am trying to add two different messages (with different types) to my contracts handle/execute-Response. For this I would like to introduce a new message, to be used with CosmosMsg::Custom to perform what previously was CosmosMsg::Wasm(WasmMsg::Execute.... I didn't find any documentation how the different CosmosMsg enums are processed. Is there a place where I can look this up?

    • 0 replies