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

20 lines
305 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"psbt"
],
"properties": {
"psbt": {
"type": "string"
},
"signonly": {
"type": "array",
"items": {
"type": "u32"
}
}
}
}