Function ink_env::gas_left[][src]

pub fn gas_left<T>() -> Result<T::Balance> where
    T: Environment

Returns the amount of gas left for the contract execution.

Errors

If the returned value cannot be properly decoded.