mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-24 08:14:19 +01:00
cln-rpc: Yet more RPC methods being mapped
- disconnect - feerates - getroute - listforwards - listpays - ping - signmessage
This commit is contained in:
committed by
Rusty Russell
parent
0c08ca8f27
commit
241a891190
17
doc/schemas/feerates.request.json
Normal file
17
doc/schemas/feerates.request.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"style"
|
||||
],
|
||||
"properties": {
|
||||
"style": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"perkb",
|
||||
"perkw"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user