UNPKG

@oko-wallet/oko-sdk-eth

Version:
3 lines (2 loc) 164 B
import type { OkoEthWalletInterface, OkoViemAccount } from "../types"; export declare function toViemAccount(this: OkoEthWalletInterface): Promise<OkoViemAccount>;