fromData static method

Implementation

static MsgStoreCode fromData(MsgStoreCodeDataArgs data) {
  return MsgStoreCode(data.sender!, data.wasm_Byte_Code!);
}