UNPKG

btcpay-greenfield-node-client

Version:
11 lines (9 loc) 192 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type PayLightningInvoiceRequest = { /** * The BOLT11 of the invoice to pay */ BOLT11?: string; }