mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
241a891190
- disconnect - feerates - getroute - listforwards - listpays - ping - signmessage
20 lines
298 B
JSON
20 lines
298 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"required": [
|
|
"id"
|
|
],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"id": {
|
|
"type": "pubkey"
|
|
},
|
|
"len": {
|
|
"type": "number"
|
|
},
|
|
"pongbytes": {
|
|
"type": "number"
|
|
}
|
|
}
|
|
}
|