Unified .md style
There were some tabs and broken Indentations which I corrected and converted to spaces.
This commit is contained in:
parent
6047383747
commit
a184872b02
@ -458,6 +458,7 @@ Request:
|
|||||||
}
|
}
|
||||||
|
|
||||||
Response:
|
Response:
|
||||||
|
|
||||||
{
|
{
|
||||||
"r_hash": "...", //string,
|
"r_hash": "...", //string,
|
||||||
"pay_req": "...", //string, a bare-bones invoice for a payment within the Lightning Network
|
"pay_req": "...", //string, a bare-bones invoice for a payment within the Lightning Network
|
||||||
@ -466,6 +467,7 @@ Response:
|
|||||||
// Callers to the SubscribeInvoices call can use this to instantly
|
// Callers to the SubscribeInvoices call can use this to instantly
|
||||||
// get notified of all added invoices with an add_index greater than this one.
|
// get notified of all added invoices with an add_index greater than this one.
|
||||||
}
|
}
|
||||||
|
|
||||||
## GET /getuserinvoices
|
## GET /getuserinvoices
|
||||||
|
|
||||||
Returns fees user pays for payments, status of the system, etc.
|
Returns fees user pays for payments, status of the system, etc.
|
||||||
@ -475,6 +477,7 @@ Request:
|
|||||||
none
|
none
|
||||||
|
|
||||||
Response:
|
Response:
|
||||||
|
|
||||||
{
|
{
|
||||||
"r_hash": "...", //string
|
"r_hash": "...", //string
|
||||||
"payment_request": "...", //string
|
"payment_request": "...", //string
|
||||||
@ -483,6 +486,7 @@ Response:
|
|||||||
"amt": ... , //int
|
"amt": ... , //int
|
||||||
"ispaid": ... //bool
|
"ispaid": ... //bool
|
||||||
}
|
}
|
||||||
|
|
||||||
# Data structures
|
# Data structures
|
||||||
|
|
||||||
## Transaction object
|
## Transaction object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user