const calls = await Promise.all(
        decodedArray.value.map(
          async callResult =>
            await this.interpretCallInMulti(
              callResult as Format.Values.BytesResult,