UNPKG

@transia/xrpl

Version:

A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser

7 lines 287 B
import { BaseTransaction } from './common'; export interface TicketCreate extends BaseTransaction { TransactionType: 'TicketCreate'; TicketCount: number; } export declare function validateTicketCreate(tx: Record<string, unknown>): void; //# sourceMappingURL=ticketCreate.d.ts.map