ClaimAdded
result object
idstring
UUID identifier of the transaction
Example:
6585b5fb-8de8-452d-aa96-8e5de0f1ca09
claimIdstring
ID identifier of the added claim
Example:
0x123456A9571241e97cDb61E3FfD1937D885454ddAAAE561880FFECCCCccccc
successboolean
Boolean value indicating whether the transaction was sent succesfully
Example:
true
messagestring
Information message
Example:
Transaction sent, check webhook for confirmation
ClaimAdded
{
"result": {
"id": "6585b5fb-8de8-452d-aa96-8e5de0f1ca09",
"claimId": "0x123456A9571241e97cDb61E3FfD1937D885454ddAAAE561880FFECCCCccccc",
"success": true,
"message": "Transaction sent, check webhook for confirmation"
}
}