UNPKG

xrpl

Version:

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

7 lines 274 B
import { BaseTransaction } from './common'; export interface LoanDelete extends BaseTransaction { TransactionType: 'LoanDelete'; LoanID: string; } export declare function validateLoanDelete(tx: Record<string, unknown>): void; //# sourceMappingURL=loanDelete.d.ts.map