Function flow_rust_sdk::execute_script [−][src]
pub async fn execute_script(
network_address: &String,
script: Vec<u8>
) -> Result<ExecuteScriptResponse, Box<dyn Error>>Expand description
execute_script will attempt to run the provided script (as bytes) and return the flow::ExecuteScriptResponse or Error