UNPKG

@keplr-ewallet/ewallet-sdk-eth

Version:
5 lines (4 loc) 289 B
import type { Result } from "@keplr-ewallet/stdlib-js"; import type { EthEWalletInitArgs, EthEWalletInterface } from "../types"; import type { EthEwalletInitError } from "../errors"; export declare function init(args: EthEWalletInitArgs): Result<EthEWalletInterface, EthEwalletInitError>;