Hi, need help with receiving dynamic array of uints256 (unknown length) from another contract (view function that returns uint256[]). Can't find any implementation.
Tried to do something like this, but got revert (getArrayFromAnotherContract() is just example)
uint256[] memory array = getArrayFromAnotherContract();
Mar 5, 2022, 10:41 PM