tcAddOnChainIndividualClaim
claimTypestringrequired
Type of claim to be aded (KYC,AML)
Example:
KYCclaimData objectrequired
statusstringrequired
Status of the claim
Example:
ACCEPTEDdatestringrequired
Date in which the status of the certificate was issued
Example:
07-03-2024tcAddOnChainIndividualClaim
{
"claimType": "KYC",
"claimData": {
"status": "ACCEPTED",
"date": "07-03-2024"
}
}