UNPKG

everpay-esm

Version:

everPay client JS-SDK, supports web and nodeJS to make everPay payments

5 lines 323 B
import { ChainType, Config } from '../types'; export declare const checkItem: (itemName: string, param?: unknown) => void; export declare const checkParams: (params: Record<string, unknown>) => void; export declare const checkSignConfig: (accountType: ChainType, config: Config) => void; //# sourceMappingURL=check.d.ts.map