2022-04-01 06:12:45 +02:00
|
|
|
{
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
|
"type": "object",
|
2022-04-01 06:12:45 +02:00
|
|
|
"additionalProperties": false,
|
2022-04-01 06:12:45 +02:00
|
|
|
"required": [
|
|
|
|
"outputs"
|
|
|
|
],
|
|
|
|
"properties": {
|
2022-04-01 06:13:34 +02:00
|
|
|
"outputs": {
|
2022-04-01 06:12:45 +02:00
|
|
|
"type": "array",
|
|
|
|
"items": {
|
2022-04-01 06:13:34 +02:00
|
|
|
"type": "outputdesc"
|
2022-04-01 06:12:45 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"feerate": {
|
|
|
|
"type": "feerate"
|
|
|
|
},
|
|
|
|
"minconf": {
|
|
|
|
"type": "u32"
|
|
|
|
},
|
|
|
|
"utxos": {
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
2022-04-01 06:13:34 +02:00
|
|
|
"type": "outpoint"
|
2022-04-01 06:12:45 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|