Skip to content

Finding calldata bytes real types #26

@mentalrob

Description

@mentalrob

I think it would be nice if we had something like this:

function some_function(bytes calldata params) {
     (uint256 a, address b, uint256 c) = abi.decode(params, (uint256,address,uint256));
}

Instead of outputting bytes as argument type, output uint256,address,uint256

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions