mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-06 05:49:30 +01:00
12 lines
290 B
JSON
12 lines
290 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"type": "object",
|
||
|
"required": [ "blockheight" ],
|
||
|
"properties": {
|
||
|
"blockheight": {
|
||
|
"type": "u32",
|
||
|
"description": "The current block height (>= *blockheight* parameter)"
|
||
|
}
|
||
|
}
|
||
|
}
|