KYC
Add KYC
function addKYC(uint256 tokenId, address KYCProvider, uint256 KYCId, bool status, uint256 updateTime, uint256 expireTime, bytes memory evidence);Get KYC Information
function getKYCInfo(uint256 tokenId, address KYCProvider, uint256 KYCId);Last updated