rgb-cln/doc/schemas/close.request.json

41 lines
720 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "pubkey",
"description": ""
},
"unilateraltimeout": {
"type": "u32",
"description": ""
},
"destination": {
"type": "string",
"description": ""
},
"fee_negotiation_step": {
"type": "string",
"description": ""
},
"wrong_funding": {
"type": "txid",
"description": ""
},
"force_lease_closed": {
"type": "boolean",
"description": ""
},
"feerange": {
"type": {
"type": "array",
"items": "u32"
},
"description": ""
}
}
}