Skip to content

Commit

Permalink
Add ledger key hash
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Dec 13, 2023
1 parent 6120efe commit b4470bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schemas/contract_code_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@
"mode": "NULLABLE",
"name": "ledger_sequence",
"type": "INTEGER"
},
{
"mode": "NULLABLE",
"name": "ledger_key_hash",
"type": "STRING"
}
]
5 changes: 5 additions & 0 deletions schemas/contract_data_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,10 @@
"mode": "NULLABLE",
"name": "ledger_sequence",
"type": "INTEGER"
},
{
"mode": "NULLABLE",
"name": "ledger_key_hash",
"type": "STRING"
}
]

0 comments on commit b4470bc

Please sign in to comment.