UNPKG

@polygon-hermez/vm

Version:
10 lines 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class TxContext { constructor(gasPrice, origin) { this.gasPrice = gasPrice; this.origin = origin; } } exports.default = TxContext; //# sourceMappingURL=txContext.js.map