core-lightning/doc/schemas/waitsendpay.request.json
2022-04-02 09:46:01 +10:30

19 lines
277 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [
"payment_hash"
],
"properties": {
"payment_hash": {
"type": "hex"
},
"partid": {
"type": "u16"
},
"timeout": {
"type": "u32"
}
}
}