Function ink_env::balance[][src]

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.