UNPKG

@nextrope/xrpl

Version:

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

7 lines 279 B
import { BaseTransaction } from './common'; export interface CheckCancel extends BaseTransaction { TransactionType: 'CheckCancel'; CheckID: string; } export declare function validateCheckCancel(tx: Record<string, unknown>): void; //# sourceMappingURL=checkCancel.d.ts.map