UNPKG

@coin-voyage/paykit

Version:

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

8 lines (7 loc) 211 B
import type { Token } from "@coin-voyage/shared/currency"; export interface DepositDetails extends Token { depositAddress: string; expirationS?: number; amount: number; amount_display: string; }