mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
aa2df28faf
Added documentation for splice_update & splice_signed and tweaked splice_init. Added corresponding schemas for splice_* commands Changelog-None
21 lines
458 B
JSON
21 lines
458 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"psbt",
|
|
"commitments_secured"
|
|
],
|
|
"added": "v23.08",
|
|
"properties": {
|
|
"psbt": {
|
|
"type": "string",
|
|
"description": "the (incomplete) PSBT of the splice transaction"
|
|
},
|
|
"commitments_secured": {
|
|
"type": "boolean",
|
|
"description": "whether or not the commitments were secured"
|
|
}
|
|
}
|
|
}
|