mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
Setchannel request is provided
This commit is contained in:
committed by
Christian Decker
parent
6324980484
commit
51e2433087
25
doc/schemas/setchannel.request.json
Normal file
25
doc/schemas/setchannel.request.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user