Registry
Mint DID
function mint(address to, uint256 expiredTimestamp, string memory did, bytes memory evidence, string calldata avatar) public;Add authorization address
function addAuth(uint256 tokenId, address addr) public;Remove authorization address
function removeAuth(uint256 tokenId, address addr) public;Last updated