vitelabs/vuilder

Better type support?

Opened this issue · 0 comments

All types returned from contract calls are always converted to strings, even though these are typed in the VM. Unfortunately this seems to be the status-quo in JS/ethers.js/web3.js, but I find it a bit painful to use.

Are there any better options? Can we use VM-native types like uint8 and uint256?