Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

support solidity tuple type #1524

Open
liuyh168 opened this issue Nov 9, 2021 · 1 comment
Open

support solidity tuple type #1524

liuyh168 opened this issue Nov 9, 2021 · 1 comment

Comments

@liuyh168
Copy link

liuyh168 commented Nov 9, 2021

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 {
//...
}
}

@silasdavis
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants