Claim Topics Registry Interface
event ClaimTopicAdded(uint256 indexed claimTopic);event ClaimTopicRemoved(uint256 indexed claimTopic);function addClaimTopic(uint256 _claimTopic) external;Last updated
event ClaimTopicAdded(uint256 indexed claimTopic);event ClaimTopicRemoved(uint256 indexed claimTopic);function addClaimTopic(uint256 _claimTopic) external;Last updated
function removeClaimTopic(uint256 _claimTopic) external;function getClaimTopics() external view returns (uint256[] memory);