on them.
for example: uint public balance;
So there is couple options:
1. make a contract.call
2. add to interface description of getter like that
function balance() external;
so which is more appropriate? Do declare getter at interface is a good idea?
Anyone please)
Обсуждают сегодня