UNPKG

@keygate/wallet-management

Version:

Keygate Wallet Management solution.

5 lines (4 loc) 576 B
import { ChainType } from '@keygate/sdk'; export declare const getWalletIcon: (id: string) => string | undefined; export declare const getChainTypeIcon: (chainType: ChainType) => "https://lifinance.github.io/types/src/assets/icons/chains/ethereum.svg" | "https://lifinance.github.io/types/src/assets/icons/chains/solana.svg" | "https://lifinance.github.io/types/src/assets/icons/chains/bitcoin.svg" | "https://lifinance.github.io/types/src/assets/icons/chains/sui.svg"; export declare const lifiLogoUrl = "https://lifinance.github.io/types/src/assets/icons/bridges/lifi.svg";