Skip to content

Commit

Permalink
chore: add field for pay to route
Browse files Browse the repository at this point in the history
  • Loading branch information
bufo24 committed Nov 20, 2024
1 parent db1242e commit f8cc5d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lnd_methods/offchain/pay_via_routes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,14 @@ export type PayViaRoutesArgs = AuthenticatedLightningArgs<{
}[];
/** Total Millitokens To Pay */
mtokens: string;
/** Payment Identifier Hex */
payment?: string;
/** Expiration Block Height */
timeout: number;
/** Total Tokens To Pay */
tokens: number;
/** Total Millitokens */
total_mtokens?: string;
}[];
}>;

Expand Down

0 comments on commit f8cc5d2

Please sign in to comment.