add bitcoin support to storefront invoice view
Refactor invoice view building to share logic across XMR and BTC, including BIP21 QR codes and payment detail validation. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import type Decimal from 'decimal.js';
|
||||
|
||||
export type CryptoAtomicConverter = (amountAtomic: string, rounding?: Decimal.Rounding) => string;
|
||||
Reference in New Issue
Block a user