pub fn call_contract(call: &ContractCall) -> Result<Vec<u8>, String>Expand description
Calls another contract
ยงPanics
- If deserialization of
callfailed - If
call.read_onlyisfalsebutcall_contractis called from read-only context - If there is not enough
Gasto satisfygas_limit