Function tea_sdk::utils::client_wasm_actor::request::send_custom_txn
pub async fn send_custom_txn(
from_actor: &str,
action_name: &str,
uuid: &str,
req_bytes: Vec<u8>,
txn_bytes: Vec<u8>,
pre_args: Vec<Arg>,
target: &[u8]
) -> Result<(), Errors>