UNPKG

@oko-wallet/oko-sdk-eth

Version:
4 lines (3 loc) 169 B
import { type Hex } from "viem"; import type { OkoEthWalletInterface } from "../types"; export declare function getPublicKey(this: OkoEthWalletInterface): Promise<Hex>;