@keplr-ewallet/ewallet-sdk-cosmos
Version:
6 lines (5 loc) • 385 B
TypeScript
import type { Result } from "@keplr-ewallet/stdlib-js";
import type { CosmosEWalletInterface, CosmosEWalletState } from "../types";
import type { LazyInitError } from "../errors";
export declare function lazyInit(cosmosEWallet: CosmosEWalletInterface): Promise<Result<CosmosEWalletState, LazyInitError>>;
export declare function setUpEventHandlers(this: CosmosEWalletInterface): void;