package
1.17.0-rc2
Repository: https://github.com/filecoin-project/venus.git
Documentation: pkg.go.dev

# Functions

ComputeGasOutputs compute gas outputs base on message gas parameters and gasUsed after executed.
ComputeGasOverestimationBurn computes amount of gas to be refunded and amount of gas to be burned Result is (refund, burn).
No description provided by the author
NewGasTracker initializes a new empty gas tracker.
NewPricesSchedule new gasprice schedule from forkParams parameters.
ZeroGasOutputs returns a logically zeroed GasOutputs.

# Variables

EnableDetailedTracing has different behaviour in the LegacyVM and FVM.

# Structs

GasCharge amount of gas consumed at one time.
GasOutputs detail of gas after message executed.
GasTracker maintains the stateView of gas usage throughout the execution of a message.
PricesSchedule schedule gas prices for different network version.

# Interfaces

Pricelist provides prices for operations in the LegacyVM.