MCPcopy Create free account
hub / github.com/cameri/nostream / getPendingInvoices

Method getPendingInvoices

src/@types/services.ts:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 confirmInvoice(invoice: Pick<Invoice, 'id' | 'amountPaid' | 'confirmedAt' | 'status' | 'pubkey'>): Promise<void>
14 sendInvoiceUpdateNotification(invoice: Invoice): Promise<void>
15 getPendingInvoices(): Promise<Invoice[]>
16}

Callers 2

onScheduleMethod · 0.65

Implementers 1

PaymentsServicesrc/services/payments-service.ts

Calls

no outgoing calls

Tested by

no test coverage detected