burrow icon indicating copy to clipboard operation
burrow copied to clipboard

support solidity tuple type

Open liuyh168 opened this issue 4 years ago • 1 comments

can burrow support the solidity tuple type , i have not find in evm/abi for example:

pragma solidity >=0.0.0; pragma experimental ABIEncoderV2;

contract A{ struct S{ string para1; int para2; }

function f(S memory s) public { //... } }

liuyh168 avatar Nov 09 '21 07:11 liuyh168

Can you provide the code you would like to work? It is not clear from your example.

silasdavis avatar Dec 08 '21 11:12 silasdavis