pub fn set_value_transferred(value: U256)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.
pub fn set_value_transferred(value: U256)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.