UNPKG

@oko-wallet/oko-sdk-cosmos

Version:
14 lines (12 loc) 274 B
import type { MakeCosmosSigResult } from "@oko-wallet/oko-sdk-core"; export type OpenModalResult = | { approved: true; modal_id: string; data: MakeCosmosSigResult; } | { approved: false; modal_id: string; reason?: string; };