lnbits-js
lnbits-js copied to clipboard
Missing parameters from wallet.checkInvoice return
In testing, there is a lot of more return parameters than payment_hash (and payment_hash is on details)
paid: boolean, preimage: string details: { checking_id: string, pending: boolean, amount: number, fee: number, memo: string time: number, bolt11: string, preimage: string, payment_hash: string expiry: number, extra: object (unknown), wallet_id: string, webhook: unknown | null, webhook_status: unknown | null }