UNPKG

@paydock/client-sdk

Version:

Paydock client sdk

12 lines 389 B
import { ApiInternal } from './api-internal'; export declare class ApiGatewayInternal { protected api: ApiInternal; constructor(api: ApiInternal); getWalletConfig(gateway_id: string): Promise<GetWalletConfigResponse>; } export interface GetWalletConfigResponse { type: string; mode: string; credentials?: object; } //# sourceMappingURL=api-gateway-internal.d.ts.map