UNPKG

@transia/xrpl

Version:

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

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