Function tea_sdk::utils::client_wasm_actor::txn_cache::add_to_txn_cache
pub async fn add_to_txn_cache(
txn_name: &str,
payload: Vec<u8>,
sender: &str,
from_actor: &str
) -> Result<TxnCacheItem, Errors>