rgb-cln/doc/schemas/splice_init.schema.json

16 lines
303 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"psbt"
],
"added": "v23.08",
"properties": {
"psbt": {
"type": "string",
"description": "the (incomplete) PSBT of the splice transaction"
}
}
}