mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
18 lines
391 B
JSON
18 lines
391 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [],
|
|
"added": "v23.05",
|
|
"properties": {
|
|
"start": {
|
|
"type": "u64",
|
|
"description": "first rune unique id to blacklist"
|
|
},
|
|
"end": {
|
|
"type": "u64",
|
|
"description": "final rune unique id to blacklist (defaults to start)"
|
|
}
|
|
}
|
|
}
|