UNPKG

@coin-voyage/paykit

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

3 lines (2 loc) 156 B
import { ChainType } from "@coin-voyage/shared/types"; export declare function useChainIsSupported(chainType: ChainType, chainId?: number): boolean | null;