mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-28 16:15:49 +00:00
14 lines
302 B
JSON
14 lines
302 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"title": "computeLedgerHashParameters",
|
|
"type": "object",
|
|
"properties": {
|
|
"ledger": {
|
|
"$ref": "getLedger",
|
|
"description": "The ledger header to hash."
|
|
}
|
|
},
|
|
"additionalProperties": false,
|
|
"required": ["ledger"]
|
|
}
|