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