UNPKG

@transia/xrpl

Version:

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

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