UNPKG

@keygate/wallet-management

Version:

Keygate Wallet Management solution.

4 lines (3 loc) 213 B
import type { ChainType } from '@keygate/sdk'; import type { WalletConnector } from '../types/walletConnector'; export declare const getConnectorId: (connector?: WalletConnector, chainType?: ChainType) => string;