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