Skip to main content
Module

x/xumm/mod.ts>XummTypes.XummPayloadBodyBase

XUMM Typescript / Javascript SDK - Interact with the XUMM Developer API the easy way
Latest
interface XummTypes.XummPayloadBodyBase
import { type XummTypes } from "https://deno.land/x/xumm@deno_v1.3.0/mod.ts";
const { XummPayloadBodyBase } = XummTypes;

Properties

optional
options: { submit?: boolean; multisign?: boolean; expire?: number; signers?: string[]; return_url?: { app?: string; web?: string; }; }
optional
custom_meta: XummCustomMeta
optional
user_token: string