fromAmino static method

Implementation

static MsgStoreCode fromAmino(MsgStoreCodeAminoArgs data) {
  return MsgStoreCode(data.value.sender!, data.value.wasm_Byte_Code!);
}