UNPKG
@eth-optimism/ethereumjs-vm
Version:
latest (4.2.0-alpha.3)
4.2.0-alpha.3
4.2.0-alpha.2
4.2.0-alpha.1
4.2.0-alpha.0
An Ethereum VM implementation
github.com/ethereumjs/ethereumjs-vm
ethereum-optimism/ethereumjs-ovm
@eth-optimism/ethereumjs-vm
/
dist
/
evm
/
txContext.d.ts
7 lines
(6 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
7
//
/ <reference types="node" /
> export default
class
TxContext
{ gasPrice: Buffer; origin: Buffer; constructor(gasPrice: Buffer, origin: Buffer); }