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

support solidity tuple type #1524

Open
Open
@liuyh168

Description

@liuyh168

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions