solidity-ide icon indicating copy to clipboard operation
solidity-ide copied to clipboard

Derive getter operations from super contracts

Open andreasmuelder opened this issue 7 years ago • 0 comments

The getter's name is the variable's name. So in

contract foo {
    int public bar;
}

You can access it through someFooInstance.bar().

andreasmuelder avatar Nov 13 '17 15:11 andreasmuelder