This issue is about all the little changes we have to make to integrate abiwan to starknet.js
The first thing I tired is to reproduce the same cairo1 test with typed contract instead of regular contract and here's all the TypeScript complains I got:
TL;DR
meta-class functions are expected to accept callData
meta-class functions are expected to return the transaction
felt252 is expected to accept string, number and Uint256
This issue is about all the little changes we have to make to integrate abiwan to starknet.js
The first thing I tired is to reproduce the same cairo1 test with typed contract instead of regular contract and here's all the TypeScript complains I got:
TL;DR
meta-class functions are expected to accept
callData
meta-class functions are expected to return the transaction
felt252
is expected to acceptstring
,number
andUint256
tuples
are expected to acceptRecord
u256
is expected to acceptUint256
ContractAddress
is expected to acceptstring
All Errors