pub async fn storage_execute_function(
configuration: &Configuration,
nonce: &str,
timestamp: i64,
signature: &str,
app_key: &str,
execute_function_request: Option<ExecuteFunctionRequest>,
) -> Result<ObjectApiResponse, Error<StorageExecuteFunctionError>>Expand description
执行指定的函数