@hauser1993/kyc-sdk
Version:
Your custom version of Ballerine web UI SDK - an open-source infrastructure for user identity and risk management. Compose verification processes for any vertical and geography using modular building blocks, components, and 3rd party integrations.
6 lines • 444 B
TypeScript
import { ISelectedParams, IStoreData } from '../../contexts/app-state';
import { IDocumentVerificationResponse } from './types';
export declare const generateParams: (data: IDocumentVerificationResponse) => ISelectedParams;
export declare const getVerificationStatus: (_endUserId: string) => Promise<IDocumentVerificationResponse>;
export declare const verifyDocuments: (data: IStoreData) => Promise<string>;
//# sourceMappingURL=index.d.ts.map