rgb-cln/doc/schemas/listfunds.request.json

13 lines
287 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [],
"additionalProperties": false,
"properties": {
"spent": {
"type": "boolean",
"description": "Should outputs that are already spent be included in the result?"
}
}
}