what is the max array size limit of a returned array from a contract function call in Solidity? I'm trying to implement a call to return all wallets in the blacklist
Apr 15, 2022, 9:45 PM
The limit is how much gas is provided
ya gas is needed even for eth_call
https://ethereum.stackexchange.com/questions/23918/what-is-the-array-size-limit-of-a-returned-array-from-a-contract-function-call-i
Apr 15, 2022, 9:52 PM