mirror of https://github.com/status-im/EIPs.git
Automatically merged updates to draft EIP(s) 1261
Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing
This commit is contained in:
parent
63cdb5e1dd
commit
2b1af788d9
|
@ -165,7 +165,7 @@ interface IERC1261 {/* is ERC173, ERC165 */
|
|||
/// @dev Returns the values of attributes as a bytes32 array.
|
||||
/// @param _name Name of the attribute whose values are to be fetched
|
||||
/// @return The values of attributes.
|
||||
function getAttributeCollection(bytes32 _name) external view returns (bytes32[]);
|
||||
function getAttributeExhaustiveCollection(bytes32 _name) external view returns (bytes32[]);
|
||||
|
||||
/// @notice Returns the list of all past and present members.
|
||||
/// @dev Use this function along with isCurrentMember to find wasMemberOf() in Js.
|
||||
|
|
Loading…
Reference in New Issue