UNPKG

@transia/xrpl

Version:

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

7 lines 292 B
import { BaseTransaction } from './common'; export interface OracleDelete extends BaseTransaction { TransactionType: 'OracleDelete'; OracleDocumentID: number; } export declare function validateOracleDelete(tx: Record<string, unknown>): void; //# sourceMappingURL=oracleDelete.d.ts.map