@kiroboio/fct-core
Version:
Kirobo.io FCT Core library
24 lines • 834 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Version_old = void 0;
const EIP712Base_1 = require("../bases/EIP712Base");
const VersionBase_1 = require("../bases/VersionBase");
const CallId_1 = require("./CallId");
const SessionId_1 = require("./SessionId");
const Utils_1 = require("./Utils");
class Version_old extends VersionBase_1.VersionBase {
SessionId;
CallId;
EIP712;
Utils;
batchMultiSigSelector = "0x7d971612";
constructor(FCT) {
super(FCT);
this.SessionId = new SessionId_1.SessionId_oldVersion(FCT);
this.CallId = new CallId_1.CallId_oldVersion(FCT);
this.EIP712 = new EIP712Base_1.EIP712Base();
this.Utils = new Utils_1.Utils_oldVersion(FCT);
}
}
exports.Version_old = Version_old;
//# sourceMappingURL=index.js.map