UNPKG

@keplr-ewallet/ewallet-sdk-eth

Version:
4 lines (3 loc) 188 B
import { type Hex } from "viem"; import type { EthEWalletInterface } from "../types"; export declare function switchChain(this: EthEWalletInterface, chainId: Hex | number): Promise<void>;