Trait GasState

Source
pub trait GasState {
    // Required method
    fn gas(&self) -> U256;
}
Expand description

Gas state.

Required Methods§

Source

fn gas(&self) -> U256

Left gas.

Implementors§