UNPKG

@coin-voyage/paykit

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

7 lines (6 loc) 182 B
import type { Token } from "@coin-voyage/shared/common"; export interface PaymentDetails extends Token { depositAddress: string; expirationS?: number; amount?: string; }