pub fn return_value_solidity<R>(
return_flags: ReturnFlags,
return_value: &R,
) -> !where
R: SolValue,
Expand description
Returns the Solidity ABI encoded value back to the caller of the executed contract.
ยงNote
This function stops the execution of the contract immediately.