UNPKG

@abstraxn/relayer

Version:

Abstraxn Relayer package for handling gas-less transactions, facilitating smart contract interactions, and relaying user transactions efficiently.

8 lines 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTimestampInSeconds = void 0; const getTimestampInSeconds = () => { return Math.floor(Date.now() / 1000); }; exports.getTimestampInSeconds = getTimestampInSeconds; //# sourceMappingURL=HelperFunction.js.map