UNPKG

@oko-wallet/oko-sdk-eth

Version:
5 lines (4 loc) 297 B
import type { Result } from "@oko-wallet/stdlib-js"; import type { OkoEthWalletInterface, OkoEthWalletState } from "../types"; import type { LazyInitError } from "../errors"; export declare function lazyInit(okoEthWallet: OkoEthWalletInterface): Promise<Result<OkoEthWalletState, LazyInitError>>;