diff --git a/contracts/SingleEditionMintable.sol b/contracts/SingleEditionMintable.sol index 7aa39d83..43694c8f 100644 --- a/contracts/SingleEditionMintable.sol +++ b/contracts/SingleEditionMintable.sol @@ -330,6 +330,14 @@ contract SingleEditionMintable is ); } + /** + @dev Get the description for this edition + @return description string for the edition + */ + function getDescription() external view returns (string memory) { + return description; + } + function supportsInterface(bytes4 interfaceId) public view