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

33 lines
514 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"id"
],
"properties": {
"id": {
"type": "string"
},
"feebase": {
"type": "msat"
},
"feeppm": {
"type": "u32"
},
"htlcmin": {
"type": "msat"
},
"htlcmax": {
"type": "msat"
},
"enforcedelay": {
"type": "u32"
},
"ignorefeelimits": {
"added": "v23.08",
"type": "boolean"
}
}
}