UNPKG

voltage-payments-component

Version:

Lightweight, framework-agnostic Bitcoin payment components for web applications using Voltage Payments

6 lines 253 B
import type { PaymentOptions, PaymentComponent } from "./types/index"; export declare class VoltagePayments { static create(options: PaymentOptions): PaymentComponent; static get version(): string; } //# sourceMappingURL=VoltagePayments.d.ts.map