mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
22 lines
460 B
JSON
22 lines
460 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"type": "object",
|
||
|
"additionalProperties": false,
|
||
|
"required": [
|
||
|
"satoshi"
|
||
|
],
|
||
|
"added": "v23.11",
|
||
|
"properties": {
|
||
|
"satoshi": {
|
||
|
"type": "msat"
|
||
|
},
|
||
|
"locktime": {
|
||
|
"type": "u32"
|
||
|
},
|
||
|
"initialpsbt": {
|
||
|
"type": "string",
|
||
|
"description": "the (optional) base 64 encoded PSBT to begin with. If not specified, one will be generated automatically"
|
||
|
}
|
||
|
}
|
||
|
}
|