UNPKG

@nextrope/xrpl

Version:

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

8 lines 263 B
import { BaseTransaction } from './common'; export interface UNLModify extends BaseTransaction { TransactionType: 'UNLModify'; LedgerSequence: number; UNLModifyDisabling: 0 | 1; UNLModifyValidator: string; } //# sourceMappingURL=UNLModify.d.ts.map