Skip to content

Instantly share code, notes, and snippets.

@sbihel
Last active May 4, 2021 13:13
Show Gist options
  • Save sbihel/a9273df118862acba2b4d15a8778e3dd to your computer and use it in GitHub Desktop.
Save sbihel/a9273df118862acba2b4d15a8778e3dd to your computer and use it in GitHub Desktop.
{
"name": "Tezos Public Profiles",
"interfaces":["TZIP-023"],
"views":[
{
"implementations":[
{
"michelsonStorageView":{
"annotations":[ ],
"returnType":{
"prim":"set",
"args":[
{ "prim": "pair",
"args": [
{"prim": "pair", "args": [
{"prim": "string"},
{"prim": "bytes"}
]},
{"prim": "string"}
]
}
],
"annots": ["%claims"]
},
"code":[
{"prim": "CDR"},
{"prim": "CAR"},
{"prim": "CAR"}
],
"parameter":{
"prim": "unit"
}
}
}
],
"name":"GetClaims",
"pure":true
},
{
"implementations":[
{
"michelsonStorageView":{
"annotations":[],
"returnType":{"prim":"address"},
"code":[
{"prim": "CDR"},
{"prim": "CDR"}
],
"parameter":{
"prim": "unit"
}
}
}
],
"name":"GetSubject",
"pure":true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment