trust-mfa-sdk
Version:
TrustJS - Blockchain-powered MFA verification SDK. Trust is the only way.
9 lines • 327 B
TypeScript
export default class PaymentManager {
constructor(config: any, apiClient: any);
config: any;
apiClient: any;
createPayment(options: any): Promise<any>;
getPaymentStatus(paymentIntentId: any): Promise<any>;
cancelPayment(paymentIntentId: any): Promise<any>;
}
//# sourceMappingURL=PaymentManager.d.ts.map