Function ink_env::test::set_value_transferred
source ยท pub fn set_value_transferred<T>(value: T::Balance)where
T: Environment<Balance = u128>,
Expand description
Sets the value transferred from the caller to the callee as part of the call.
Please note that the acting accounts should be set with set_caller()
and
set_callee()
beforehand.