0xtrails
Version:
SDK for Trails
7 lines • 302 B
TypeScript
import { WalletClient } from 'viem';
export type AttemptSwitchChainParams = {
walletClient: WalletClient;
desiredChainId: number;
};
export declare function attemptSwitchChain({ walletClient, desiredChainId, }: AttemptSwitchChainParams): Promise<void>;
//# sourceMappingURL=chainSwitch.d.ts.map