@nextrope/xrpl
Version:
A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser
7 lines • 304 B
TypeScript
import { BaseTransaction } from './common';
export interface LoanBrokerDelete extends BaseTransaction {
TransactionType: 'LoanBrokerDelete';
LoanBrokerID: string;
}
export declare function validateLoanBrokerDelete(tx: Record<string, unknown>): void;
//# sourceMappingURL=loanBrokerDelete.d.ts.map