This commit is contained in:
Daniel Lugo 2022-01-17 13:20:40 -04:00
parent b16447250a
commit e6c048ddf4

View file

@ -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
} }