Setchannel request is provided

This commit is contained in:
Justin Litchfield
2022-09-15 10:48:05 -05:00
committed by Christian Decker
parent 6324980484
commit 51e2433087
10 changed files with 291 additions and 11 deletions

View File

@@ -0,0 +1,25 @@
{
"$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"
}
}
}