SolidityInterfaces
SolidityInterfaces
Interface
struct Interface {
string name;
bytes4 id;
}
_list
struct SolidityInterfaces.Interface[] _list
constructor
constructor() public
list
function list() external view returns (struct SolidityInterfaces.Interface[])