UNPKG

@nextrope/xrpl

Version:

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

6 lines 250 B
import { BaseTransaction } from './common'; export interface DIDDelete extends BaseTransaction { TransactionType: 'DIDDelete'; } export declare function validateDIDDelete(tx: Record<string, unknown>): void; //# sourceMappingURL=DIDDelete.d.ts.map