UNPKG

@oko-wallet/oko-sdk-eth

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