Skip to content

Instantly share code, notes, and snippets.

@ilya-korotya
Created February 8, 2024 22:50
Show Gist options
  • Save ilya-korotya/660496c859f8d31a7d2a92ca5e970967 to your computer and use it in GitHub Desktop.
Save ilya-korotya/660496c859f8d31a7d2a92ca5e970967 to your computer and use it in GitHub Desktop.
non-merklized-non-zero-balance.jsonld
{
"@context": [
{
"@protected": true,
"@version": 1.1,
"id": "@id",
"type": "@type",
"Balance": {
"@context": {
"@propagate": true,
"@protected": true,
"polygon-vocab": "urn:uuid:a33d80ea-88c9-4c70-a321-fc7bc9ef9cc4#",
"iden3_serialization": "iden3:v1:slotIndexA=address&slotIndexB=balance",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"address": {
"@id": "polygon-vocab:address",
"@type": "xsd:positiveInteger"
},
"balance": {
"@id": "polygon-vocab:balance",
"@type": "xsd:positiveInteger"
}
},
"@id": "urn:uuid:4dac09b1-2c08-47bc-abc7-c6ecef9be36b"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment