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