@transia/xrpl
Version:
A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser
9 lines • 352 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.validateContractClawback = void 0;
const common_1 = require("./common");
function validateContractClawback(tx) {
(0, common_1.validateBaseTransaction)(tx);
}
exports.validateContractClawback = validateContractClawback;
//# sourceMappingURL=contractClawback.js.map