// GasPool tracks the amount of gas available during execution of the transactions // in a block. The zero value is a pool with zero gas available. type GasPool uint64
Last updated 5 years ago
Was this helpful?