@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.
13 lines (12 loc) • 365 B
TypeScript
export type EIP6963ProviderDetail = {
info: {
uuid: string;
name: string;
icon: string;
rdns: string;
};
provider: any;
};
export declare function startEIP6963Listener(): void;
export declare function getEIP6963ProviderByRdns(rdns: string): any;
export declare function getAllEIP6963Providers(): EIP6963ProviderDetail[];