UNPKG

@kiroboio/fct-core

Version:

Kirobo.io FCT Core library

11 lines 498 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCalldataForActuator = getCalldataForActuator; const tslib_1 = require("tslib"); const getVersion_1 = require("../versions/getVersion"); tslib_1.__exportStar(require("./signatures"), exports); function getCalldataForActuator(data) { const Version = (0, getVersion_1.getVersionFromVersion)(data.version); return Version.Utils.getCalldataForActuatorWithSignedFCT(data); } //# sourceMappingURL=index.js.map