UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
4 lines (3 loc) 242 B
import type { MakeCosmosSigData } from "@keplr-ewallet/ewallet-sdk-core"; import { type CosmosEWallet } from "../cosmos_ewallet"; export declare function showModal(this: CosmosEWallet, data: MakeCosmosSigData): Promise<"approve" | "reject">;