@funkit/connect
Version:
Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.
7 lines (6 loc) • 394 B
TypeScript
import type { FunkitProviderProps } from '../providers/FunkitProvider';
export declare function getInitialChainIdFromFunkitProviderProps(props: FunkitProviderProps): number | undefined;
/**
* Validates the passed in props of FunkitProvider. If there are any misconfigurations, an error will be thrown.
*/
export declare function validateFunkitProviderProps(props: FunkitProviderProps): void;