UNPKG

@ledgerhq/live-common

Version:
10 lines 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertAction = convertAction; function convertAction(action) { return { ...action.action, nonce: action.nonce, }; } //# sourceMappingURL=types.js.map