MultiGasSink

Type Alias MultiGasSink 

Source
pub type MultiGasSink = Arc<Mutex<Option<MultiGas>>>;
Expand description

Shared slot a MultiGasInspector writes each transaction’s multi-gas to, read by the block executor after execution.

Aliased Type§

pub struct MultiGasSink { /* private fields */ }