alephium / alephium-web3

The Typescript SDK for building dapps on Alephium
GNU Lesser General Public License v3.0
11 stars 26 forks source link

Roll back the return types of multicall #417

Closed polarker closed 2 months ago

polarker commented 2 months ago

Let's use an array for returns of multicall even if the number of call objects is just 1, which is more consistent.

Since multicall is an advanced feature used by devs, there is no need to optimize the return types.