Skip to main content
Module

x/xumm/mod.ts>XummTypes.XummCancelReason

XUMM Typescript / Javascript SDK - Interact with the XUMM Developer API the easy way
Latest
type alias XummTypes.XummCancelReason
import { type XummTypes } from "https://deno.land/x/xumm@deno_v1.3.0/mod.ts";
const { XummCancelReason } = XummTypes;
definition:
| "OK"
| "ALREADY_CANCELLED"
| "ALREADY_RESOLVED"
| "ALREADY_OPENED"
| "ALREADY_EXPIRED"