Skip to content

Instantly share code, notes, and snippets.

@ilya-korotya
Last active November 15, 2023 16:09
Show Gist options
  • Save ilya-korotya/ac20f870943abd4805fe882ae8f3dccd to your computer and use it in GitHub Desktop.
Save ilya-korotya/ac20f870943abd4805fe882ae8f3dccd to your computer and use it in GitHub Desktop.
Non merklized balance jsonld document
{
"@context": [
{
"@protected": true,
"@version": 1.1,
"id": "@id",
"type": "@type",
"Balance": {
"@context": {
"@propagate": true,
"@protected": true,
"polygon-vocab": "urn:uuid:740462ab-1661-4fb4-adb3-3b33f3b991f7#",
"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:integer"
}
},
"@id": "urn:uuid:247436f5-1613-4dd3-a10e-96f2aaa6d8d2"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment