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>