UNPKG

@buckaroo/buckaroo_sdk

Version:
8 lines (7 loc) 238 B
import { ICredentials } from '../Utils'; export declare class Credentials implements ICredentials { secretKey: string; websiteKey: string; constructor(secretKey: string, websiteKey: string); confirm(): Promise<boolean>; }