mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
Added documentation for splice_update & splice_signed and tweaked splice_init. Added corresponding schemas for splice_* commands Changelog-None
15 lines
303 B
JSON
15 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"
|
|
}
|
|
}
|
|
}
|