Claims
result object
claims object[]
Array [
topicnumber
Topic of the claim
Example:
1datastring
Data of the claim
Example:
0x1234567890abcdefuristring
URI of the claim
Example:
https://example.com/claimissuerstring
Issuer of the claim
Example:
0xC593e77451cE7009209Ea4e7F62d64F2355D71ffschemenumber
Scheme of the claim
Example:
1signaturestring
Signature of the claim
Example:
0xabcdef1234567890]
Claims
{
"result": {
"claims": [
{
"topic": 1,
"data": "0x1234567890abcdef",
"uri": "https://example.com/claim",
"issuer": "0xC593e77451cE7009209Ea4e7F62d64F2355D71ff",
"scheme": 1,
"signature": "0xabcdef1234567890"
}
]
}
}