UNPKG

@keplr-ewallet/ewallet-sdk-core

Version:
4 lines (3 loc) 240 B
import type { Result } from "@keplr-ewallet/stdlib-js"; import type { KeplrEWallet } from "@keplr-ewallet-sdk-core/keplr_ewallet"; export declare function initState(this: KeplrEWallet, hostOrigin: string): Promise<Result<boolean, string>>;