UNPKG

cashport-sdk

Version:

Cashport SDK allows to integrate authorized payment and KYC features in your webapp.

7 lines (6 loc) 303 B
import { PaymentRequest } from "./sdk/entity/PaymentRequest"; export declare class PaymentRequestFactory { static create(): PaymentRequestFactory; getPayToHandle(handle: string, satoshiValue: number): PaymentRequest; getPayToAddress(address: string, satoshiValue: number): PaymentRequest; }