Typings
This commit is contained in:
parent
b16447250a
commit
e6c048ddf4
1 changed files with 4 additions and 0 deletions
|
|
@ -193,4 +193,8 @@ export interface AddInvoiceRes {
|
||||||
* all payments for this invoice as we require it for end to end security.
|
* all payments for this invoice as we require it for end to end security.
|
||||||
*/
|
*/
|
||||||
payment_addr: Common.Bytes
|
payment_addr: Common.Bytes
|
||||||
|
/**
|
||||||
|
* Custom property, by us.
|
||||||
|
*/
|
||||||
|
liquidityCheck?: boolean
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue