[][src]Function ink_env::balance

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

Returns the balance of the executed contract.

Errors

If the returned value cannot be properly decoded.