UNPKG

@oko-wallet/oko-sdk-eth

Version:
5 lines (4 loc) 298 B
import type { Result } from "@oko-wallet/stdlib-js"; import type { OkoEthWalletInterface, OkoEthWalletInitArgs } from "../types"; import type { OkoEthWalletInitError } from "../errors"; export declare function init(args: OkoEthWalletInitArgs): Result<OkoEthWalletInterface, OkoEthWalletInitError>;