UNPKG

@keplr-ewallet/ewallet-sdk-core

Version:
9 lines 304 B
import { EWALLET_ATTACHED_TARGET } from "@keplr-ewallet-sdk-core/window_msg/send_msg_to_iframe"; export async function signOut() { await this.sendMsgToIframe({ target: EWALLET_ATTACHED_TARGET, msg_type: "sign_out", payload: null, }); } //# sourceMappingURL=sign_out.js.map