@pushchain/ui-kit
Version:
Push Chain is a true universal L1 that is 100% EVM compatible. It allows developers to deploy once and make their apps instantly compatible with users from all other L1s (Ethereum, Solana, etc) with zero on-chain code change.
9 lines (8 loc) • 335 B
TypeScript
import { CHAIN } from '@pushchain/core/src/lib/constants/enums';
export declare const getWalletDataFromAccount: (account: string) => {
chainId: string;
chain: string;
address: string;
};
export declare function centerMaskString(str: string, len?: number): string;
export declare const getChainId: (chain: CHAIN) => string;