Skip to content
Snippets Groups Projects
Unverified Commit 68084da8 authored by crossoveranx's avatar crossoveranx Committed by GitHub
Browse files

Update blips/blip-2-researchcertificate.md

parent f5203a4f
No related branches found
No related tags found
1 merge request!1Using PRs for discussing BLIPs
......@@ -23,7 +23,7 @@ Each certified piece of data is minted as a non-fungible (*Transferable ERC721 c
/// @title Research Object Metadata Extension
/// @dev See https://blips.bloxberg.org/blips/
/// Note: the ERC-165 identifier for this interface is 0x5b5e139f.
interface objectMetadata /* is ERC721 */ {
interface objectMetadata is ERC721Metadata {
/// @notice A descriptive name for a collection of NFTs in this contract
function name() external view returns (string _name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment