UNPKG

ethereumjs-vm

Version:
11 lines 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var TxContext = /** @class */ (function () { function TxContext(gasPrice, origin) { this.gasPrice = gasPrice; this.origin = origin; } return TxContext; }()); exports.default = TxContext; //# sourceMappingURL=txContext.js.map