UNPKG

@keplr-ewallet/ewallet-sdk-core

Version:
5 lines (4 loc) 312 B
import type { KeplrEWallet } from "@keplr-ewallet-sdk-core/keplr_ewallet"; import type { EWalletMsg } from "@keplr-ewallet-sdk-core/types"; export declare const EWALLET_ATTACHED_TARGET = "keplr_ewallet_attached"; export declare function sendMsgToIframe(this: KeplrEWallet, msg: EWalletMsg): Promise<EWalletMsg>;