Skip to content

Commit

Permalink
Add is_encrypting_routes
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiac committed Sep 5, 2024
1 parent c6e4ef5 commit 86966ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lnd_methods/invoices/create_invoice.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export type CreateInvoiceArgs = AuthenticatedLightningArgs<{
description_hash?: string;
/** Expires At ISO 8601 Date */
expires_at?: string;
/** Use Blinded Paths For Inbound Routes */
is_encrypting_routes?: boolean;
/** Is Fallback Address Included */
is_fallback_included?: boolean;
/** Is Fallback Address Nested */
Expand Down

0 comments on commit 86966ff

Please sign in to comment.