UNPKG

@keygate/wallet-management

Version:

Keygate Wallet Management solution.

5 lines (4 loc) 239 B
import type { ExtendedChain } from '@keygate/sdk'; import type { Chain } from 'viem'; export declare const convertExtendedChain: (chain: ExtendedChain) => Chain; export declare function isExtendedChain(chain: any): chain is ExtendedChain;