UNPKG

@vigo.technology/payment

Version:

7 lines (6 loc) 302 B
import { PaymentOptions, PaymentLayer2Order, PaymentResponse, PaymentLayer2Options } from "./types"; export declare class Payment { layer2: any; constructor(options: PaymentOptions); createLayer2Payment(order: PaymentLayer2Order, options: PaymentLayer2Options): Promise<PaymentResponse>; }