UNPKG

@oko-wallet/oko-sdk-eth

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