UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
6 lines (5 loc) 360 B
import { type KeplrEwalletInitArgs } from "@keplr-ewallet/ewallet-sdk-core"; import type { Result } from "@keplr-ewallet/stdlib-js"; import type { CosmosEWalletInterface } from "../types"; import type { CosmosEwalletInitError } from "../errors"; export declare function init(args: KeplrEwalletInitArgs): Result<CosmosEWalletInterface, CosmosEwalletInitError>;