cln-grpc: Map AmountOrAll and AmountOrAny

This commit is contained in:
Christian Decker
2022-04-01 14:42:45 +10:30
committed by Rusty Russell
parent 04e7e285d7
commit bba68e2136
12 changed files with 90 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
],
"properties": {
"msatoshi": {
"type": "msat",
"type": "msat|any",
"description": ""
},
"description": {

View File

@@ -9,7 +9,7 @@
"type": "pubkey"
},
"satoshi": {
"type": "msat"
"type": "msat|all"
},
"feerate": {
"type": "feerate"