You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, pypechain function call() that returns a double nested array in Solidity (e.g., uint256[][]) returns a NotImplementedError('Multiple return values of type list[...] is not supported.') error. Ideally, we would support this output, or at minimum support falling back to returning the output without typing if this fails.
The use case for this is calling IRestakeManager.calculateTVLs() function in the IRenzo.sol contracts.
The text was updated successfully, but these errors were encountered:
Currently, pypechain function
call()
that returns a double nested array in Solidity (e.g.,uint256[][]
) returns aNotImplementedError('Multiple return values of type list[...] is not supported.')
error. Ideally, we would support this output, or at minimum support falling back to returning the output without typing if this fails.The use case for this is calling
IRestakeManager.calculateTVLs()
function in theIRenzo.sol
contracts.The text was updated successfully, but these errors were encountered: