@oko-wallet/oko-sdk-cosmos
Version:
6 lines (5 loc) • 394 B
TypeScript
import type { Result } from "@oko-wallet/stdlib-js";
import type { OkoCosmosWalletInterface, OkoCosmosWalletState } from "../types";
import type { LazyInitError } from "../errors";
export declare function lazyInit(okoCosmosWallet: OkoCosmosWalletInterface): Promise<Result<OkoCosmosWalletState, LazyInitError>>;
export declare function setUpEventHandlers(this: OkoCosmosWalletInterface): void;