Optional invoices
invoices?: { amount_msat?: string; amount_received_msat?: string; bolt11?: string; description?: string; expires_at?: number; label?: string; msatoshi?: number; msatoshi_received?: number; paid_at?: number; pay_index?: number; payment_hash?: string; status?: string }
Type declaration
Optional amount_msat?: string
Optional amount_received_msat?: string
Optional bolt11?: string
Optional description?: string
Optional expires_at?: number
Optional label?: string
Optional msatoshi?: number
Optional msatoshi_received?: number
Optional paid_at?: number
Optional pay_index?: number
Optional payment_hash?: string
Optional status?: string
invoices