UNPKG

@urbanisierung/flethly

Version:

easily sell digital assets with ether

16 lines 512 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TTL = exports.SIGNED_MESSAGE_VERSION = exports.SIGNED_MESSAGE_DOMAIN = void 0; const duration_constant_1 = require("./duration.constant"); exports.SIGNED_MESSAGE_DOMAIN = { type: 'string', name: 'Application', value: 'flethy', }; exports.SIGNED_MESSAGE_VERSION = { type: 'uint32', name: 'Version', value: '1', }; exports.TTL = duration_constant_1.HOUR; //# sourceMappingURL=signedMessage.constant.js.map