core-lightning/doc/schemas/sendpsbt.request.json
2022-04-02 09:46:01 +10:30

16 lines
222 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [
"psbt"
],
"properties": {
"psbt": {
"type": "string"
},
"reserve": {
"type": "bool"
}
}
}