Function pax_runtime_api::pax_value::functions::call_function

source ยท
pub fn call_function(
    scope: String,
    name: String,
    args: Vec<PaxValue>,
) -> Result<PaxValue, String>