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

Returns the balance of the executed contract.

Errors

If the returned value cannot be properly decoded.