UNPKG

@transia/xrpl

Version:

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

9 lines 342 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.validateContractDelete = void 0; const common_1 = require("./common"); function validateContractDelete(tx) { (0, common_1.validateBaseTransaction)(tx); } exports.validateContractDelete = validateContractDelete; //# sourceMappingURL=contractDelete.js.map