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